Skip to content

Commit 79580a4

Browse files
author
David R. Morrison
committed
new version
1 parent 9bcfd17 commit 79580a4

39 files changed

+86
-106
lines changed

bindist/bdindex

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ sub perdir {
1616
$level = scalar(split(/\//, $dir));
1717
$fn = "$dir/index.php";
1818

19-
$new = "<?\n\$level = $level;\ninclude \"".("../"x$level)."index.php\";\n?>";
19+
$new = "<?\n\$level = $level;\n";
20+
if ($level == 1) {
21+
$new = $new . "\$excluded = array(\"current\", \"release\",\"README\");\n";
22+
}
23+
$new = $new . "\$symlinked = 0;\n";
24+
$new = $new . "\$parts = split(\"/\", \$SCRIPT_NAME);\n";
25+
$new = $new . "if (\$parts[4] == \"release\" || \$parts[4] == \"current\") {\n";
26+
$new = $new . " \$level++;\n \$symlinked = 1;\n}\n";
27+
$new = $new . "include \"".("../"x$level)."index.php\";\n?>";
2028

2129
if (-f $fn) {
2230
$old = "";

bindist/bdsync

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ if [ -z "$BDBASE" ]; then
77
fi
88
cd "$BDBASE"
99

10-
if [ -z "$SFUSER" ]; then
11-
SFUSER="fingolfin"
12-
fi
13-
1410
# locations
15-
source="$BDBASE"
11+
source="${BDBASE}dists"
12+
echo source $source
1613

17-
destination="${SFUSER}@shell.sourceforge.net:/home/groups/f/fi/fink/htdocs/bindist"
14+
destination="sancho.opendarwin.org:/Volumes/src/finkbindist/bindist"
1815

1916
# rsync options
2017
options="-e ssh -av --partial --progress"

bindist/excludes

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
crafty
2-
crafty-enormousbook
3-
crafty-largebook
4-
crafty-smallbook
5-
crafty-tb-four
6-
crafty-tb-three
7-
freehelix
8-
freetype-hinting
9-
freetype-hinting-bin
10-
freetype-hinting-shlibs
11-
freetype2-hinting
12-
freetype2-hinting-shlibs
13-
fvwm-icons
14-
hfspax
15-
hx
16-
pdflib
17-
pdflib-shlibs
18-
povray
19-
rasmol
20-
rpl
21-
xephem
22-
xmame
23-
xmolwt
24-
xv
1+
system-xfree86
2+
system-xfree86-dev
3+
system-xfree86-shlibs

bindist/excludes.log

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
crafty: Restrictive
2-
crafty-enormousbook: Restrictive
3-
crafty-largebook: Restrictive
4-
crafty-smallbook: Restrictive
5-
crafty-tb-four: Restrictive
6-
crafty-tb-three: Restrictive
7-
freehelix: Restrictive
8-
freetype-hinting: Restrictive
9-
freetype-hinting-bin: Restrictive
10-
freetype-hinting-shlibs: Restrictive
11-
freetype2-hinting: Restrictive
12-
freetype2-hinting-shlibs: Restrictive
13-
fvwm-icons: Restrictive
14-
hfspax: Restrictive
15-
hx: Restrictive
16-
pdflib: Restrictive
17-
pdflib-shlibs: Restrictive
18-
povray: Restrictive
19-
rasmol: Restrictive
20-
rpl: Restrictive
21-
xephem: Restrictive
22-
xmame: Restrictive
23-
xmolwt: Restrictive
24-
xv: Restrictive
1+
system-xfree86: No license
2+
system-xfree86-dev: No license
3+
system-xfree86-shlibs: No license

installer/dmg/doc/bundled/install.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Fink Documentation - Fink 0.7.1 Installation</title></head><body><h1 style="text-align: center;">Fink 0.7.1 Installation</h1>
2+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Fink Documentation - Fink 0.8.0 Installation</title></head><body><h1 style="text-align: center;">Fink 0.8.0 Installation</h1>
33
<p>
44
These are the installation instructions for the "source" distribution
5-
of Fink 0.7.1, intended for use with OS X v.10.3 and later.
5+
of Fink 0.8.0, intended for use with OS X v.10.3 and later.
66
The instructions
77
can also be used for installation on OS X v.10.2 (replacing
8-
0.7.1 by 0.6.3 throughout the document)
8+
0.8.0 by 0.6.3 throughout the document)
99
and for installation on OS X v.10.1
10-
(replacing 0.7.1 by 0.4.1a).
10+
(replacing 0.8.0 by 0.4.1a).
1111
</p><p>
1212
This document does not apply to the "<a href="http://fink.sourceforge.net/download/index.php">binary</a>" distribution.
1313
</p><p>
@@ -36,24 +36,24 @@ <h2>Contents</h2><ul><li><a href="#install-fast"><b>1 The Fast Track</b></a><ul>
3636
<h3><a name="install-fast.install">1.1 First Time Installation Fast
3737
Track</a></h3>
3838
<p>
39-
Start out by copying the <tt style="white-space: nowrap;">fink-0.7.1-full.tar.gz</tt>
39+
Start out by copying the <tt style="white-space: nowrap;">fink-0.8.0-full.tar.gz</tt>
4040
file to your home folder.
4141
Then, open Terminal.app and follow the session below.
4242
Computer output is in <tt style="white-space: nowrap;">normal face</tt>, your input is in
4343
<tt style="white-space: nowrap;"><b>bold face</b></tt> (or otherwise highlighted).
4444
The actual input prompts from the shell may vary, and some chunks of
4545
the output have been omitted (<tt style="white-space: nowrap;">...</tt>).
4646
</p>
47-
<pre>[frodo:~] testuser% <b>tar xzf fink-0.7.1-full.tar.gz</b>
48-
[frodo:~] testuser% <b>cd fink-0.7.1-full</b>
49-
[frodo:~/fink-0.7.1-full] testuser% <b>./bootstrap.sh /sw</b>
47+
<pre>[frodo:~] testuser% <b>tar xzf fink-0.8.0-full.tar.gz</b>
48+
[frodo:~] testuser% <b>cd fink-0.8.0-full</b>
49+
[frodo:~/fink-0.8.0-full] testuser% <b>./bootstrap.sh /sw</b>
5050

5151
Welcome to Fink.
5252

5353
...
5454
Choose a method: [1] <b>1</b>
5555

56-
sudo /Users/testuser/fink-0.7.1-full/bootstrap.pl .sudo '/sw'
56+
sudo /Users/testuser/fink-0.8.0-full/bootstrap.pl .sudo '/sw'
5757
Password:<b>(your normal password here)</b>
5858
...
5959
OK, I'll ask you some questions and update the configuration file in
@@ -84,8 +84,8 @@ <h3><a name="install-fast.install">1.1 First Time Installation Fast
8484

8585
You should now have a working Fink installation in '/sw'.
8686

87-
[frodo:~/fink-0.7.1-full] testuser% <b>cd</b>
88-
[frodo:~] testuser% <b>rm -r fink-0.7.1-full</b>
87+
[frodo:~/fink-0.8.0-full] testuser% <b>cd</b>
88+
[frodo:~] testuser% <b>rm -r fink-0.8.0-full</b>
8989
[frodo:~] testuser% <b>/sw/bin/pathsetup.sh</b></pre>
9090
<p>
9191
The last command runs a little script to help set up your Unix paths
@@ -132,17 +132,17 @@ <h3><a name="install-fast.install">1.1 First Time Installation Fast
132132

133133
<h3><a name="install-fast.update">1.2 Update Fast Track</a></h3>
134134
<p>
135-
Start out by copying the <tt style="white-space: nowrap;">fink-0.7.1-full.tar.gz</tt>
135+
Start out by copying the <tt style="white-space: nowrap;">fink-0.8.0-full.tar.gz</tt>
136136
file to your home folder.
137137
Then, open Terminal.app and follow the session below.
138138
Computer output is in <tt style="white-space: nowrap;">normal face</tt>, your input is in
139139
<tt style="white-space: nowrap;"><b>bold face</b></tt> (or otherwise highlighted).
140140
The actual input prompts from the shell may vary, and some chunks of
141141
the output have been omitted (<tt style="white-space: nowrap;">...</tt>).
142142
</p>
143-
<pre>[frodo:~] testuser% <b>tar xzf fink-0.7.1-full.tar.gz</b>
144-
[frodo:~] testuser% <b>cd fink-0.7.1-full</b>
145-
[frodo:~/fink-0.7.1-full] testuser% <b>./inject.pl /sw</b>
143+
<pre>[frodo:~] testuser% <b>tar xzf fink-0.8.0-full.tar.gz</b>
144+
[frodo:~] testuser% <b>cd fink-0.8.0-full</b>
145+
[frodo:~/fink-0.8.0-full] testuser% <b>./inject.pl /sw</b>
146146
sudo ./inject.pl /sw
147147
Password:<b>(your normal password here)</b>
148148
Copying package descriptions
@@ -151,8 +151,8 @@ <h3><a name="install-fast.update">1.2 Update Fast Track</a></h3>
151151

152152
Your Fink installation in '/sw' was updated with new fink packages.
153153

154-
[frodo:~/fink-0.7.1-full] testuser% <b>cd pkginfo</b>
155-
[frodo:~/fink-0.7.1-full/pkginfo] testuser% <b>./inject.pl /sw</b>
154+
[frodo:~/fink-0.8.0-full] testuser% <b>cd pkginfo</b>
155+
[frodo:~/fink-0.8.0-full/pkginfo] testuser% <b>./inject.pl /sw</b>
156156
sudo ./inject.pl /sw
157157
Copying...
158158
...
@@ -161,8 +161,8 @@ <h3><a name="install-fast.update">1.2 Update Fast Track</a></h3>
161161
files. Use appropriate fink commands to update the packages, e.g. 'fink
162162
update-all'.
163163

164-
[frodo:~/fink-0.7.1-full/pkginfo] testuser% <b>cd</b>
165-
[frodo:~] testuser% <b>rm -r fink-0.7.1-full</b>
164+
[frodo:~/fink-0.8.0-full/pkginfo] testuser% <b>cd</b>
165+
[frodo:~] testuser% <b>rm -r fink-0.8.0-full</b>
166166
[frodo:~] testuser% <b>fink update-all</b>
167167
...</pre>
168168

@@ -239,24 +239,24 @@ <h3><a name="install-first.directory">2.2 Choosing A Directory</a></h3>
239239

240240
<h3><a name="install-first.install">2.3 Installation</a></h3>
241241
<p>
242-
First, you need to unpack the fink-0.7.1-full.tar.gz tarball.
242+
First, you need to unpack the fink-0.8.0-full.tar.gz tarball.
243243
It is recommended that you do this from the command line -
244244
StuffIt Expander has a tendency to screw up text files.
245245
So, go to the directory where you put the tarball, and run this
246246
command:
247247
</p>
248-
<pre>tar xzf fink-0.7.1-full.tar.gz</pre>
248+
<pre>tar xzf fink-0.8.0-full.tar.gz</pre>
249249
<p>
250-
You now have a directory named fink-0.7.1-full.
251-
Change to it with <tt style="white-space: nowrap;">cd fink-0.7.1-full</tt>.
250+
You now have a directory named fink-0.8.0-full.
251+
Change to it with <tt style="white-space: nowrap;">cd fink-0.8.0-full</tt>.
252252
</p>
253253
<p>
254254
The actual installation is performed by the perl script
255255
bootstrap.pl.
256256
It is accompanied by a small shell script, bootstrap.sh, which checks
257257
some basic requirements and then hands over control to the perl
258258
script.
259-
So, to start installation, go to the fink-0.7.1-full directory and run
259+
So, to start installation, go to the fink-0.8.0-full directory and run
260260
this command:
261261
</p>
262262
<pre>./bootstrap.sh</pre>
@@ -350,7 +350,7 @@ <h2><a name="install-up03">3 Upgrading From Fink 0.3.x</a></h2>
350350

351351
<p>
352352
If you already have Fink 0.3.x installed, you can update your
353-
installation to 0.7.1 with the built-in 'selfupdate' command.
353+
installation to 0.8.0 with the built-in 'selfupdate' command.
354354
</p>
355355

356356

@@ -397,7 +397,7 @@ <h2><a name="install-up02">4 Upgrading From Fink 0.2.x</a></h2>
397397

398398
<p>
399399
If you already have Fink 0.2.x installed, you can update your
400-
installation to 0.7.1 with this package.
400+
installation to 0.8.0 with this package.
401401
</p>
402402
<p>
403403
Actually, there are two pieces that are updated independently: the
@@ -409,7 +409,7 @@ <h2><a name="install-up02">4 Upgrading From Fink 0.2.x</a></h2>
409409
<h3><a name="install-up02.packman">4.1 Updating The Package Manager</a></h3>
410410
<p>
411411
To update the package manager, run the inject.pl script in the
412-
fink-0.7.1-full directory, like this:
412+
fink-0.8.0-full directory, like this:
413413
</p>
414414
<pre>./inject.pl</pre>
415415
<p>
@@ -427,7 +427,7 @@ <h3><a name="install-up02.packman">4.1 Updating The Package Manager</a></h3>
427427

428428
<h3><a name="install-up02.descriptions">4.2 Updating The Package Descriptions</a></h3>
429429
<p>
430-
If you downloaded the fink-0.7.1-full tarball, the package
430+
If you downloaded the fink-0.8.0-full tarball, the package
431431
descriptions are in the subdirectory pkginfo. To install them, run the
432432
inject.pl script in that directory:
433433
</p>
@@ -439,7 +439,7 @@ <h3><a name="install-up02.descriptions">4.2 Updating The Package Descriptions</a
439439
</p>
440440
<p>
441441
You can also grab the package descriptions as a separate tarball,
442-
packages-0.7.1. If you did that, just unpack it and run the inject.pl
442+
packages-0.8.0. If you did that, just unpack it and run the inject.pl
443443
script inside.
444444
</p>
445445
<p>

installer/dmg/doc/cvsaccess/cvs.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
English |
88
<a href="cvs.es.html">Espa&ntilde;ol</a> |
99
<a href="cvs.fr.html">Fran&ccedil;ais</a> |
10+
<a href="cvs.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1011
<a href="cvs.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> |
1112
</td>
1213
</tr>

installer/dmg/doc/cvsaccess/cvs.es.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<a href="cvs.en.html">English</a> |
88
Espa&ntilde;ol |
99
<a href="cvs.fr.html">Fran&ccedil;ais</a> |
10+
<a href="cvs.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1011
<a href="cvs.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> |
1112
</td>
1213
</tr>

installer/dmg/doc/cvsaccess/cvs.fr.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<a href="cvs.en.html">English</a> |
88
<a href="cvs.es.html">Espa&ntilde;ol</a> |
99
Fran&ccedil;ais |
10+
<a href="cvs.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1011
<a href="cvs.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> |
1112
</td>
1213
</tr>

installer/dmg/doc/cvsaccess/cvs.zh.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<a href="cvs.en.html">English</a> |
88
<a href="cvs.es.html">Espa&ntilde;ol</a> |
99
<a href="cvs.fr.html">Fran&ccedil;ais</a> |
10+
<a href="cvs.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1011
&#20013;&#25991; (&#31616;) (Simplified Chinese) |
1112
</td>
1213
</tr>

installer/dmg/doc/doc.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ <h3><a name="index.otherdoc">Other Documents</a></h3>
8080
provided the document and this copyright notice remain complete and
8181
unmodified. Any commercial reproduction and any online publication
8282
requires the explicit consent of the author.</p><hr>
83-
<p>Generated from <i>$Fink: doc.en.xml,v 1.13 2005/03/01 17:30:39 alexkhansen Exp $</i></p></body></html>
83+
<p>Generated from <i>$Fink: doc.en.xml,v 1.14 2005/05/07 03:47:50 babayoshihiko Exp $</i></p></body></html>

installer/dmg/doc/doc.es.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ <h3><a name="index.otherdoc">Otros Documentos</a></h3>
6565
provided the document and this copyright notice remain complete and
6666
unmodified. Any commercial reproduction and any online publication
6767
requires the explicit consent of the author.</p><hr>
68-
<p>Generated from <i>$Fink: doc.es.xml,v 1.8 2004/10/20 08:13:44 dmacks Exp $</i></p></body></html>
68+
<p>Generated from <i>$Fink: doc.es.xml,v 1.9 2005/05/07 03:47:50 babayoshihiko Exp $</i></p></body></html>

installer/dmg/doc/doc.ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ <h3><a name="index.otherdoc">Other Documents</a></h3>
7979
provided the document and this copyright notice remain complete and
8080
unmodified. Any commercial reproduction and any online publication
8181
requires the explicit consent of the author.</p><hr>
82-
<p>Generated from <i>$Fink: doc.ja.xml,v 1.15 2005/03/08 14:29:47 babayoshihiko Exp $</i></p></body></html>
82+
<p>Generated from <i>$Fink: doc.ja.xml,v 1.16 2005/05/07 03:47:50 babayoshihiko Exp $</i></p></body></html>

installer/dmg/doc/doc.ru.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ <h3><a name="index.otherdoc">Другие документы</a></h3>
9393
provided the document and this copyright notice remain complete and
9494
unmodified. Any commercial reproduction and any online publication
9595
requires the explicit consent of the author.</p><hr>
96-
<p>Generated from <i>$Fink: doc.ru.xml,v 1.2 2005/03/08 14:32:03 babayoshihiko Exp $</i></p></body></html>
96+
<p>Generated from <i>$Fink: doc.ru.xml,v 1.3 2005/05/07 03:47:50 babayoshihiko Exp $</i></p></body></html>

installer/dmg/doc/doc.zh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ <h3><a name="index.otherdoc">其它文档</a></h3>
6363
provided the document and this copyright notice remain complete and
6464
unmodified. Any commercial reproduction and any online publication
6565
requires the explicit consent of the author.</p><hr>
66-
<p>Generated from <i>$Fink: doc.zh.xml,v 1.11 2005/03/08 14:31:13 babayoshihiko Exp $</i></p></body></html>
66+
<p>Generated from <i>$Fink: doc.zh.xml,v 1.12 2005/05/07 03:47:50 babayoshihiko Exp $</i></p></body></html>

installer/dmg/doc/netiquette/netiquette.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<a href="netiquette.es.html">Espa&ntilde;ol</a> |
99
<a href="netiquette.fr.html">Fran&ccedil;ais</a> |
1010
<a href="netiquette.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> |
11+
<a href="netiquette.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1112
<a href="netiquette.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> |
1213
</td>
1314
</tr>

installer/dmg/doc/netiquette/netiquette.es.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Espa&ntilde;ol |
99
<a href="netiquette.fr.html">Fran&ccedil;ais</a> |
1010
<a href="netiquette.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> |
11+
<a href="netiquette.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1112
<a href="netiquette.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> |
1213
</td>
1314
</tr>

installer/dmg/doc/netiquette/netiquette.fr.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<a href="netiquette.es.html">Espa&ntilde;ol</a> |
99
Fran&ccedil;ais |
1010
<a href="netiquette.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> |
11+
<a href="netiquette.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1112
<a href="netiquette.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> |
1213
</td>
1314
</tr>

installer/dmg/doc/netiquette/netiquette.ja.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<a href="netiquette.es.html">Espa&ntilde;ol</a> |
99
<a href="netiquette.fr.html">Fran&ccedil;ais</a> |
1010
&#26085;&#26412;&#35486; (Nihongo) |
11+
<a href="netiquette.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1112
<a href="netiquette.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> |
1213
</td>
1314
</tr>

installer/dmg/doc/netiquette/netiquette.zh.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<a href="netiquette.es.html">Espa&ntilde;ol</a> |
99
<a href="netiquette.fr.html">Fran&ccedil;ais</a> |
1010
<a href="netiquette.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> |
11+
<a href="netiquette.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkiy)</a> |
1112
&#20013;&#25991; (&#31616;) (Simplified Chinese) |
1213
</td>
1314
</tr>

installer/dmg/doc/packaging/packaging.en.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,10 @@ <h3><a name="policy.licenses">3.1 Package Licenses</a></h3>
416416
"GPL/GFDL", "LGPL/GFDL", "GPL/LGPL/GFDL", "LDP", or "GPL/LGPL/LDP".
417417
</li>
418418

419+
<li><tt style="white-space: nowrap;">DFSG-Approved</tt> - for software that meets the guidelines
420+
of the <a href="http://www.debian.org/social_contract">Debian Social Contract</a>.
421+
</li>
422+
419423
<li><tt style="white-space: nowrap;">OSI-Approved</tt> - for other Open Source licenses
420424
approved by the <a href="http://www.opensource.org/">Open Source
421425
Initiative</a>. One of OSI's requirements is that free distribution
@@ -2409,4 +2413,4 @@ <h3><a name="reference.profile.d">5.6 Profile.d scripts</a></h3>
24092413
provided the document and this copyright notice remain complete and
24102414
unmodified. Any commercial reproduction and any online publication
24112415
requires the explicit consent of the author.</p><hr>
2412-
<p>Generated from <i>$Fink: packaging.en.xml,v 1.62 2005/05/09 02:06:55 dmacks Exp $</i></p></body></html>
2416+
<p>Generated from <i>$Fink: packaging.en.xml,v 1.63 2005/06/08 06:45:57 dmalloc Exp $</i></p></body></html>

installer/dmg/doc/packaging/packaging.fr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,4 +779,4 @@ <h3><a name="reference.profile.d">5.6 Scripts profile.d</a></h3>
779779
provided the document and this copyright notice remain complete and
780780
unmodified. Any commercial reproduction and any online publication
781781
requires the explicit consent of the author.</p><hr>
782-
<p>Generated from <i>$Fink: packaging.fr.xml,v 1.54 2005/04/13 02:56:01 michga Exp $</i></p></body></html>
782+
<p>Generated from <i>$Fink: packaging.fr.xml,v 1.55 2005/05/09 04:47:33 michga Exp $</i></p></body></html>

installer/dmg/doc/packaging/packaging.ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,4 +2289,4 @@ <h3><a name="reference.profile.d">5.6 Profile.d スクリプト</a></h3>
22892289
provided the document and this copyright notice remain complete and
22902290
unmodified. Any commercial reproduction and any online publication
22912291
requires the explicit consent of the author.</p><hr>
2292-
<p>Generated from <i>$Fink: packaging.ja.xml,v 1.26 2005/05/09 08:49:23 babayoshihiko Exp $</i></p></body></html>
2292+
<p>Generated from <i>$Fink: packaging.ja.xml,v 1.27 2005/05/14 08:48:52 babayoshihiko Exp $</i></p></body></html>

0 commit comments

Comments
 (0)