Discussion:
[Fink-i18n] Fwd: [cvs] web/xml/packaging packaging.en.xml, 1.114, 1.115
Alexander Hansen
2010-07-10 23:37:41 UTC
Permalink
-------- Original Message --------
Subject: [cvs] web/xml/packaging packaging.en.xml,1.114,1.115
Date: Sat, 10 Jul 2010 23:32:18 +0000
From: Alexander Hansen <***@users.sourceforge.net>
Reply-To: fink-***@lists.sourceforge.net
To: fink-***@lists.sourceforge.net
Newsgroups: gmane.os.apple.fink.cvs
Followup-To: gmane.os.apple.fink.devel

Update of /cvsroot/fink/web/xml/packaging
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5215

Modified Files:
packaging.en.xml
Log Message:
Update perl version discussion for perl5100 and 10.6.

Index: packaging.en.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/packaging/packaging.en.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- packaging.en.xml 30 Jun 2010 16:01:15 -0000 1.114
+++ packaging.en.xml 10 Jul 2010 23:32:16 -0000 1.115
@@ -1776,30 +1776,32 @@
<p>Since python 2.3 is not available in the 10.5 distribution, and the
available perl packages vary by distribution, these package types provide
a common use of this field. For reference, we note the availabilty of
-various perl versions in the 10.3, 10.4 and 10.5 distributions:
+various perl versions in the 10.3 10.4, 10.5, and 10.6 distributions:
</p>
<codeblock>
perl 5.6.0: 10.3
perl 5.8.0: 10.3
- perl 5.8.1: 10.3, 10.4
+ perl 5.8.1: <em>10.3</em>, 10.4
perl 5.8.4: 10.3, 10.4
- perl 5.8.6: 10.3, 10.4, 10.5
- perl 5.8.8: 10.4, 10.5
+ perl 5.8.6: 10.3, <em>10.4</em>, 10.5
+ perl 5.8.8: 10.4, <em>10.5</em>
+ perl 5.10.0: 10.5, <em>10.6</em>
</codeblock>
<p>A way to include all variants in a single finkinfo file is as follows.
</p>
<codeblock>
Package: foo-pm%type_pkg[perl]
- Type: perl (5.6.0 5.8.0 5.8.1 5.8.4 5.8.6 5.8.8)
+ Type: perl (5.6.0 5.8.0 5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
Distribution: &lt;&lt;
(%type_pkg[perl] = 560) 10.3, (%type_pkg[perl] = 580) 10.3,
(%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4,
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4,
- (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5
+ (%type_pkg[perl] = 586) 10.3, (%type_pkg[perl] = 586) 10.4,
(%type_pkg[perl] = 586) 10.5,
+ (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5,
(%type_pkg[perl] = 588) 10.5,
+ (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
&lt;&lt;
</codeblock>
-<p>Note that there is no restriction placed on foo-pm586 since perl
5.8.6 is
-available in all distributions. Also note that we do not include old
+<p>Note that we do not include old
distributions, such as 10.2 or 10.4-transitional, since the versions of
fink which are relevant for them do not recognize this field.
</p>

Loading...