Update of /cvsroot/fink/web/doc/packaging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17350/web/doc/packaging

Modified Files:
        format.en.php format.fr.php fslayout.en.php fslayout.fr.php 
        index.en.php index.fr.php intro.en.php intro.fr.php 
        packaging.en.html packaging.fr.html policy.en.php 
        policy.fr.php reference.en.php reference.fr.php 
Log Message:
Correcting packaging.fr.xml according to English, remove a not in packaging.en.xml

Index: fslayout.fr.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/fslayout.fr.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fslayout.fr.php     19 Apr 2004 03:57:25 -0000      1.14
+++ fslayout.fr.php     19 Apr 2004 21:36:51 -0000      1.15
@@ -1,7 +1,7 @@
 <?
 $title = "Paquets - Organisation des fichiers";
 $cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/04/17 21:29:57';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=fr" title="Paquets 
Contents"><link rel="next" href="reference.php?phpLang=fr" title="Référence"><link 
rel="prev" href="policy.php?phpLang=fr" title="Règles de distribution des paquets">';
 
 include_once "header.inc";

Index: packaging.fr.html
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/packaging.fr.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- packaging.fr.html   19 Apr 2004 03:57:25 -0000      1.17
+++ packaging.fr.html   19 Apr 2004 21:36:51 -0000      1.18
@@ -693,7 +693,7 @@
 <tt style="white-space: nowrap;">perl 5.6.0</tt>.
 </p>
 <p>
-Beginning in a CVS version of fink after fink-0.19.2, the language/language-version 
use has been generalized to allow any Maintainer-defined types and associated subtypes 
and more than a single type for a given package. The type and subtype are each 
arbitrary strings of non-whitespace characters (but parentheses, commas, and percent 
signs should not be used); no percent-expansion is performed. Multiple type values 
(each with an optional whitespace-separated subtype) are specified in a 
comma-separated list.
+Beginning in a CVS version of fink after fink-0.19.2, the language/language-version 
use has been generalized to allow any Maintainer-defined types and associated subtypes 
and more than a single type for a given package. The type and subtype are each 
arbitrary strings of non-whitespace characters (but parentheses, commas, braces, and 
percent signs should not be used); no percent-expansion is performed, and the type 
(not subtype) values are converted to all-lowercase.  Multiple type values (each with 
an optional whitespace-separated subtype) are specified in a comma-separated list.
 </p>
 <p>
 In addition, the concept of "variants" exists, where a single .info file describes a 
family of related packages with various options enabled. The key to this whole process 
is the use of a list of subtypes. Instead of a single string, one uses a 
space-separated list of strings in parentheses. Fink clones the package description 
file for each subtype in the list and replaces this list with that single subtype. For 
example:
@@ -1245,4 +1245,4 @@
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
-requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
packaging.fr.xml,v 1.16 2004/04/17 21:29:57 michga Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
packaging.fr.xml,v 1.17 2004/04/19 21:34:28 michga Exp $</i></p></body></html>

Index: format.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/format.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- format.en.php       19 Apr 2004 03:57:25 -0000      1.18
+++ format.en.php       19 Apr 2004 21:36:51 -0000      1.19
@@ -1,7 +1,7 @@
 <?
 $title = "Packaging - Package Descriptions";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2004/04/19 03:23:22';
+$cvs_author = 'Author: michga';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging 
Contents"><link rel="next" href="policy.php?phpLang=en" title="Packaging Policy"><link 
rel="prev" href="intro.php?phpLang=en" title="Introduction">';
 
 include_once "header.inc";

Index: policy.fr.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/policy.fr.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- policy.fr.php       19 Apr 2004 03:57:26 -0000      1.15
+++ policy.fr.php       19 Apr 2004 21:36:51 -0000      1.16
@@ -1,7 +1,7 @@
 <?
 $title = "Paquets - Règles";
 $cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/04/17 21:29:57';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=fr" title="Paquets 
Contents"><link rel="next" href="fslayout.php?phpLang=fr" title="Organisation des 
fichiers"><link rel="prev" href="format.php?phpLang=fr" title="Descriptions de 
paquets">';
 
 include_once "header.inc";

Index: intro.fr.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/intro.fr.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- intro.fr.php        19 Apr 2004 03:57:25 -0000      1.14
+++ intro.fr.php        19 Apr 2004 21:36:51 -0000      1.15
@@ -1,7 +1,7 @@
 <?
 $title = "Paquets - Intro";
 $cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/04/17 21:29:57';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=fr" title="Paquets 
Contents"><link rel="next" href="format.php?phpLang=fr" title="Descriptions de 
paquets"><link rel="prev" href="index.php?phpLang=fr" title="Paquets Contents">';
 
 include_once "header.inc";

Index: reference.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/reference.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- reference.en.php    19 Apr 2004 03:57:26 -0000      1.18
+++ reference.en.php    19 Apr 2004 21:36:51 -0000      1.19
@@ -1,7 +1,7 @@
 <?
 $title = "Packaging - Reference";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2004/04/19 03:23:22';
+$cvs_author = 'Author: michga';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging 
Contents"><link rel="prev" href="fslayout.php?phpLang=en" title="Filesystem Layout">';
 
 include_once "header.inc";
@@ -140,7 +140,7 @@
 subtypes and more than a single type for a given package. The type and
 subtype are each arbitrary strings of non-whitespace characters (but
 parentheses, commas, braces, and percent signs should not be used); no
-percent-expansion is performed, and the type (not not subtype) values
+percent-expansion is performed, and the type (not subtype) values
 are converted to all-lowercase.  Multiple type values (each with an
 optional whitespace-separated subtype) are specified in a
 comma-separated list.

Index: format.fr.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/format.fr.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- format.fr.php       19 Apr 2004 03:57:25 -0000      1.15
+++ format.fr.php       19 Apr 2004 21:36:51 -0000      1.16
@@ -1,7 +1,7 @@
 <?
 $title = "Paquets - Descriptions de paquets";
 $cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/04/17 21:29:57';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=fr" title="Paquets 
Contents"><link rel="next" href="policy.php?phpLang=fr" title="Règles de distribution 
des paquets"><link rel="prev" href="intro.php?phpLang=fr" title="Introduction">';
 
 include_once "header.inc";

Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/index.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- index.en.php        19 Apr 2004 03:57:25 -0000      1.18
+++ index.en.php        19 Apr 2004 21:36:51 -0000      1.19
@@ -1,7 +1,7 @@
 <?
 $title = "Packaging";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2004/04/19 03:23:22';
+$cvs_author = 'Author: michga';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging 
Contents"><link rel="next" href="intro.php?phpLang=en" title="Introduction">';
 
 include_once "header.inc";
@@ -29,6 +29,6 @@
 currently has no maintainer.</a>
 </p>
 <h2>Contents</h2><ul>
-       <li><a href="intro.php?phpLang=en"><b>1 Introduction</b></a><ul><li><a 
href="intro.php?phpLang=en#def1">1.1 What is a Package?</a></li><li><a 
href="intro.php?phpLang=en#ident">1.2 Identifying a Package</a></li></ul></li><li><a 
href="format.php?phpLang=en"><b>2 Package Descriptions</b></a><ul><li><a 
href="format.php?phpLang=en#trees">2.1 Tree Layout</a></li><li><a 
href="format.php?phpLang=en#format">2.2 File Format</a></li><li><a 
href="format.php?phpLang=en#percent">2.3 Percent Expansion</a></li></ul></li><li><a 
href="policy.php?phpLang=en"><b>3 Packaging Policy</b></a><ul><li><a 
href="policy.php?phpLang=en#licenses">3.1 Package Licenses</a></li><li><a 
href="policy.php?phpLang=en#prefix">3.2 Base System Interference</a></li><li><a 
href="policy.php?phpLang=en#sharedlibs">3.3 Shared Libraries</a></li><li><a 
href="policy.php?phpLang=en#perlmods">3.4 Perl Modules</a></li><li><a 
href="policy.php?phpLang=en#emacs">3.5 Emacs Policy</a></li></ul></li><li><a 
href="fslayout.php?phpLan
 g=en"><b>4 Filesystem Layout</b></a><ul><li><a href="fslayout.php?phpLang=en#fhs">4.1 
The Filesystem Hierarchy Standard</a></li><li><a 
href="fslayout.php?phpLang=en#dirs">4.2 The Directories</a></li><li><a 
href="fslayout.php?phpLang=en#avoid">4.3 Things to Avoid</a></li></ul></li><li><a 
href="reference.php?phpLang=en"><b>5 Reference</b></a><ul><li><a 
href="reference.php?phpLang=en#build">5.1 The Build Process</a></li><li><a 
href="reference.php?phpLang=en#fields">5.2 Fields</a></li><li><a 
href="reference.php?phpLang=en#splitoffs">5.3 SplitOffs</a></li><li><a 
href="reference.php?phpLang=en#scripts">5.4 Scripts</a></li><li><a 
href="reference.php?phpLang=en#patches">5.5 Patches</a></li><li><a 
href="reference.php?phpLang=en#profile.d">5.6 Profile.d 
scripts</a></li></ul></li></ul><!--Generated from $Fink: packaging.en.xml,v 1.24 
2004/04/19 03:23:22 dmacks Exp $-->
+       <li><a href="intro.php?phpLang=en"><b>1 Introduction</b></a><ul><li><a 
href="intro.php?phpLang=en#def1">1.1 What is a Package?</a></li><li><a 
href="intro.php?phpLang=en#ident">1.2 Identifying a Package</a></li></ul></li><li><a 
href="format.php?phpLang=en"><b>2 Package Descriptions</b></a><ul><li><a 
href="format.php?phpLang=en#trees">2.1 Tree Layout</a></li><li><a 
href="format.php?phpLang=en#format">2.2 File Format</a></li><li><a 
href="format.php?phpLang=en#percent">2.3 Percent Expansion</a></li></ul></li><li><a 
href="policy.php?phpLang=en"><b>3 Packaging Policy</b></a><ul><li><a 
href="policy.php?phpLang=en#licenses">3.1 Package Licenses</a></li><li><a 
href="policy.php?phpLang=en#prefix">3.2 Base System Interference</a></li><li><a 
href="policy.php?phpLang=en#sharedlibs">3.3 Shared Libraries</a></li><li><a 
href="policy.php?phpLang=en#perlmods">3.4 Perl Modules</a></li><li><a 
href="policy.php?phpLang=en#emacs">3.5 Emacs Policy</a></li></ul></li><li><a 
href="fslayout.php?phpLan
 g=en"><b>4 Filesystem Layout</b></a><ul><li><a href="fslayout.php?phpLang=en#fhs">4.1 
The Filesystem Hierarchy Standard</a></li><li><a 
href="fslayout.php?phpLang=en#dirs">4.2 The Directories</a></li><li><a 
href="fslayout.php?phpLang=en#avoid">4.3 Things to Avoid</a></li></ul></li><li><a 
href="reference.php?phpLang=en"><b>5 Reference</b></a><ul><li><a 
href="reference.php?phpLang=en#build">5.1 The Build Process</a></li><li><a 
href="reference.php?phpLang=en#fields">5.2 Fields</a></li><li><a 
href="reference.php?phpLang=en#splitoffs">5.3 SplitOffs</a></li><li><a 
href="reference.php?phpLang=en#scripts">5.4 Scripts</a></li><li><a 
href="reference.php?phpLang=en#patches">5.5 Patches</a></li><li><a 
href="reference.php?phpLang=en#profile.d">5.6 Profile.d 
scripts</a></li></ul></li></ul><!--Generated from $Fink: packaging.en.xml,v 1.25 
2004/04/19 21:34:28 michga Exp $-->
 
 <? include_once "footer.inc"; ?>

Index: packaging.en.html
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/packaging.en.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- packaging.en.html   19 Apr 2004 03:57:25 -0000      1.18
+++ packaging.en.html   19 Apr 2004 21:36:51 -0000      1.19
@@ -1132,7 +1132,7 @@
 subtypes and more than a single type for a given package. The type and
 subtype are each arbitrary strings of non-whitespace characters (but
 parentheses, commas, braces, and percent signs should not be used); no
-percent-expansion is performed, and the type (not not subtype) values
+percent-expansion is performed, and the type (not subtype) values
 are converted to all-lowercase.  Multiple type values (each with an
 optional whitespace-separated subtype) are specified in a
 comma-separated list.
@@ -2119,4 +2119,4 @@
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
-requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
packaging.en.xml,v 1.24 2004/04/19 03:23:22 dmacks Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
packaging.en.xml,v 1.25 2004/04/19 21:34:28 michga Exp $</i></p></body></html>

Index: intro.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/intro.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- intro.en.php        19 Apr 2004 03:57:25 -0000      1.18
+++ intro.en.php        19 Apr 2004 21:36:51 -0000      1.19
@@ -1,7 +1,7 @@
 <?
 $title = "Packaging - Intro";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2004/04/19 03:23:22';
+$cvs_author = 'Author: michga';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging 
Contents"><link rel="next" href="format.php?phpLang=en" title="Package 
Descriptions"><link rel="prev" href="index.php?phpLang=en" title="Packaging 
Contents">';
 
 include_once "header.inc";

Index: policy.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/policy.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- policy.en.php       19 Apr 2004 03:57:25 -0000      1.18
+++ policy.en.php       19 Apr 2004 21:36:51 -0000      1.19
@@ -1,7 +1,7 @@
 <?
 $title = "Packaging - Policy";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2004/04/19 03:23:22';
+$cvs_author = 'Author: michga';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging 
Contents"><link rel="next" href="fslayout.php?phpLang=en" title="Filesystem 
Layout"><link rel="prev" href="format.php?phpLang=en" title="Package Descriptions">';
 
 include_once "header.inc";

Index: index.fr.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/index.fr.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- index.fr.php        19 Apr 2004 03:57:25 -0000      1.15
+++ index.fr.php        19 Apr 2004 21:36:51 -0000      1.16
@@ -1,7 +1,7 @@
 <?
 $title = "Paquets";
 $cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/04/17 21:29:57';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=fr" title="Paquets 
Contents"><link rel="next" href="intro.php?phpLang=fr" title="Introduction">';
 
 include_once "header.inc";
@@ -19,6 +19,6 @@
 Si vous cherchez un moyen d'aider Fink et que vous avez des compétences dans ce 
domaine, vous pouvez aussi adopter un <a 
href="http://fink.sourceforge.net/pdb/nomaintainer.php";>paquet sans mainteneur</a>.
 </p>
 <h2>Contents</h2><ul>
-       <li><a href="intro.php?phpLang=fr"><b>1 Introduction</b></a><ul><li><a 
href="intro.php?phpLang=fr#def1">1.1 Qu'est-ce qu'un paquet ?</a></li><li><a 
href="intro.php?phpLang=fr#ident">1.2 Identification d'un 
paquet</a></li></ul></li><li><a href="format.php?phpLang=fr"><b>2 Descriptions de 
paquets</b></a><ul><li><a href="format.php?phpLang=fr#trees">2.1 
Arborescence</a></li><li><a href="format.php?phpLang=fr#format">2.2 Format de 
fichier</a></li><li><a href="format.php?phpLang=fr#percent">2.3 Raccourcis 
%</a></li></ul></li><li><a href="policy.php?phpLang=fr"><b>3 Règles de distribution 
des paquets</b></a><ul><li><a href="policy.php?phpLang=fr#licenses">3.1 Licences de 
paquets</a></li><li><a href="policy.php?phpLang=fr#prefix">3.2 Interférence avec le 
système de base</a></li><li><a href="policy.php?phpLang=fr#sharedlibs">3.3 Librairies 
partagées</a></li><li><a href="policy.php?phpLang=fr#perlmods">3.4 Modules 
Perl</a></li><li><a href="policy.php?phpLang=fr#emacs">3.5 Règle
 s Emacs</a></li></ul></li><li><a href="fslayout.php?phpLang=fr"><b>4 Organisation des 
fichiers</b></a><ul><li><a href="fslayout.php?phpLang=fr#fhs">4.1 Hiérarchie standard 
des fichiers</a></li><li><a href="fslayout.php?phpLang=fr#dirs">4.2 
Répertoires</a></li><li><a href="fslayout.php?phpLang=fr#avoid">4.3 À 
éviter</a></li></ul></li><li><a href="reference.php?phpLang=fr"><b>5 
Référence</b></a><ul><li><a href="reference.php?phpLang=fr#build">5.1 Construction 
d'un paquet</a></li><li><a href="reference.php?phpLang=fr#fields">5.2 
Fields</a></li><li><a href="reference.php?phpLang=fr#splitoffs">5.3 
SplitOffs</a></li><li><a href="reference.php?phpLang=fr#scripts">5.4 
Scripts</a></li><li><a href="reference.php?phpLang=fr#patches">5.5 
Patches</a></li><li><a href="reference.php?phpLang=fr#profile.d">5.6 Profile.d 
scripts</a></li></ul></li></ul><!--Generated from $Fink: packaging.fr.xml,v 1.16 
2004/04/17 21:29:57 michga Exp $-->
+       <li><a href="intro.php?phpLang=fr"><b>1 Introduction</b></a><ul><li><a 
href="intro.php?phpLang=fr#def1">1.1 Qu'est-ce qu'un paquet ?</a></li><li><a 
href="intro.php?phpLang=fr#ident">1.2 Identification d'un 
paquet</a></li></ul></li><li><a href="format.php?phpLang=fr"><b>2 Descriptions de 
paquets</b></a><ul><li><a href="format.php?phpLang=fr#trees">2.1 
Arborescence</a></li><li><a href="format.php?phpLang=fr#format">2.2 Format de 
fichier</a></li><li><a href="format.php?phpLang=fr#percent">2.3 Raccourcis 
%</a></li></ul></li><li><a href="policy.php?phpLang=fr"><b>3 Règles de distribution 
des paquets</b></a><ul><li><a href="policy.php?phpLang=fr#licenses">3.1 Licences de 
paquets</a></li><li><a href="policy.php?phpLang=fr#prefix">3.2 Interférence avec le 
système de base</a></li><li><a href="policy.php?phpLang=fr#sharedlibs">3.3 Librairies 
partagées</a></li><li><a href="policy.php?phpLang=fr#perlmods">3.4 Modules 
Perl</a></li><li><a href="policy.php?phpLang=fr#emacs">3.5 Règle
 s Emacs</a></li></ul></li><li><a href="fslayout.php?phpLang=fr"><b>4 Organisation des 
fichiers</b></a><ul><li><a href="fslayout.php?phpLang=fr#fhs">4.1 Hiérarchie standard 
des fichiers</a></li><li><a href="fslayout.php?phpLang=fr#dirs">4.2 
Répertoires</a></li><li><a href="fslayout.php?phpLang=fr#avoid">4.3 À 
éviter</a></li></ul></li><li><a href="reference.php?phpLang=fr"><b>5 
Référence</b></a><ul><li><a href="reference.php?phpLang=fr#build">5.1 Construction 
d'un paquet</a></li><li><a href="reference.php?phpLang=fr#fields">5.2 
Fields</a></li><li><a href="reference.php?phpLang=fr#splitoffs">5.3 
SplitOffs</a></li><li><a href="reference.php?phpLang=fr#scripts">5.4 
Scripts</a></li><li><a href="reference.php?phpLang=fr#patches">5.5 
Patches</a></li><li><a href="reference.php?phpLang=fr#profile.d">5.6 Profile.d 
scripts</a></li></ul></li></ul><!--Generated from $Fink: packaging.fr.xml,v 1.17 
2004/04/19 21:34:28 michga Exp $-->
 
 <? include_once "footer.inc"; ?>

Index: reference.fr.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/reference.fr.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- reference.fr.php    19 Apr 2004 03:57:26 -0000      1.15
+++ reference.fr.php    19 Apr 2004 21:36:51 -0000      1.16
@@ -1,7 +1,7 @@
 <?
 $title = "Paquets - Référence";
 $cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/04/17 21:29:57';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=fr" title="Paquets 
Contents"><link rel="prev" href="fslayout.php?phpLang=fr" title="Organisation des 
fichiers">';
 
 include_once "header.inc";
@@ -64,7 +64,7 @@
 <code>perl 5.6.0</code>.
 </p>
 <p>
-Beginning in a CVS version of fink after fink-0.19.2, the language/language-version 
use has been generalized to allow any Maintainer-defined types and associated subtypes 
and more than a single type for a given package. The type and subtype are each 
arbitrary strings of non-whitespace characters (but parentheses, commas, and percent 
signs should not be used); no percent-expansion is performed. Multiple type values 
(each with an optional whitespace-separated subtype) are specified in a 
comma-separated list.
+Beginning in a CVS version of fink after fink-0.19.2, the language/language-version 
use has been generalized to allow any Maintainer-defined types and associated subtypes 
and more than a single type for a given package. The type and subtype are each 
arbitrary strings of non-whitespace characters (but parentheses, commas, braces, and 
percent signs should not be used); no percent-expansion is performed, and the type 
(not subtype) values are converted to all-lowercase.  Multiple type values (each with 
an optional whitespace-separated subtype) are specified in a comma-separated list.
 </p>
 <p>
 In addition, the concept of "variants" exists, where a single .info file describes a 
family of related packages with various options enabled. The key to this whole process 
is the use of a list of subtypes. Instead of a single string, one uses a 
space-separated list of strings in parentheses. Fink clones the package description 
file for each subtype in the list and replaces this list with that single subtype. For 
example:

Index: fslayout.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/packaging/fslayout.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- fslayout.en.php     19 Apr 2004 03:57:25 -0000      1.18
+++ fslayout.en.php     19 Apr 2004 21:36:51 -0000      1.19
@@ -1,7 +1,7 @@
 <?
 $title = "Packaging - FS Layout";
-$cvs_author = 'Author: dmacks';
-$cvs_date = 'Date: 2004/04/19 03:23:22';
+$cvs_author = 'Author: michga';
+$cvs_date = 'Date: 2004/04/19 21:34:28';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Packaging 
Contents"><link rel="next" href="reference.php?phpLang=en" title="Reference"><link 
rel="prev" href="policy.php?phpLang=en" title="Packaging Policy">';
 
 include_once "header.inc";



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to