Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30872

Modified Files:
        perl5100.info perl581.info perl586.info perl588.info 
Log Message:
sync minor tweaks and rev-numbers


Index: perl586.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/perl586.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- perl586.info        27 Aug 2010 17:57:03 -0000      1.9
+++ perl586.info        14 Oct 2010 05:12:54 -0000      1.10
@@ -1,6 +1,6 @@
 Package: perl586
 Version: 5.8.6
-Revision: 10
+Revision: 12
 Distribution: 10.5
 Depends: %n-core (>= %v-%r)
 BuildDepends: fink (>= 0.26.0-1)

Index: perl581.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/perl581.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- perl581.info        10 May 2009 05:22:46 -0000      1.6
+++ perl581.info        14 Oct 2010 05:12:54 -0000      1.7
@@ -1,9 +1,9 @@
 Package: perl581
 Version: 5.8.1
-Revision: 9
+Revision: 11
 Distribution: 10.4
 Architecture: powerpc
-Depends: perl581-core (>= %v-%r)
+Depends: %n-core (>= %v-%r)
 BuildDepends: gcc3.3
 Conflicts: perl560, perl561, perl580, perl584, perl586, perl588, perl5100
 Replaces: cgi-pm (<= 3.00-1), file-temp-pm560 (<= 0.12-2), filter-simple-pm 
(<= 0.77-1), getopt-long-pm581-man, libnet-pm560 (<= 1.17-10), libnet-pm581 (<= 
1.17-10), memoize-pm581 (<= 1.01-10), test-simple-pm581 (<= 0.47-10), 
text-tabs-wrap-pm (<= 2001.0929-1), perl560, perl561, perl580, perl584, 
perl586, perl588, perl5100, attribute-handlers-pm, cgi-pm, digest-md5-pm560, 
file-spec-pm, file-temp-pm, filter-util-pm560, getopt-long-pm-man, 
i18n-langtags-pm, libnet-pm, locale-maketext-pm, memoize-pm, mime-base64-pm560, 
mime-base64-pm581, mime-base64-pm581-man, podparser-pm, 
scalar-list-utils-pm560, scalar-list-utils-pm581, test-harness-pm, 
test-simple-pm, time-hires-pm560, time-hires-pm581
@@ -25,18 +25,15 @@
 <<
 DescPort: <<
 
-This package does not alter /usr/bin/perl.  One way to make this perl the
-default is to run:
-  sudo /bin/cp /sw/bin/perl5.8.1 /usr/bin/perl
-after installation.
+This package does not alter /usr/bin/perl.  If you wish to use this
+version of perl in scripts, the script should begin with #!/sw/bin/perl5.8.1
+instead of #!/usr/bin/perl .
 <<
 DescUsage: <<
 Most perl scripts start with #!/usr/bin/perl which will invoke Apple's
-/usr/bin/perl.  One way of using this version of perl instead is to 
-overwrite /usr/bin/perl via:
-  sudo /bin/cp /sw/bin/perl5.8.1 /usr/bin/perl
-If you later wish to revert to Apple's perl, you would use:
-  sudo /bin/cp /usr/bin/perl5.8.4 /usr/bin/perl
+/usr/bin/perl.  If you wish to use this
+version of perl in scripts, the script should begin with #!/sw/bin/perl5.8.1
+instead of #!/usr/bin/perl .
 <<
 Source: mirror:cpan:src/5.0/perl-%v.tar.gz
 Source-MD5: 87cf132f1fbf23e780f0b218046438a6
@@ -80,4 +77,3 @@
 <<
 Homepage: http://www.cpan.org/
 Maintainer: Fink Core Group <fink-c...@lists.sourceforge.net>
-

Index: perl5100.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/perl5100.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- perl5100.info       23 Aug 2009 05:48:56 -0000      1.3
+++ perl5100.info       14 Oct 2010 05:12:54 -0000      1.4
@@ -1,6 +1,6 @@
 Package: perl5100
 Version: 5.10.0
-Revision: 3
+Revision: 5
 Distribution: 10.5
 Depends: %n-core (>= %v-%r)
 Conflicts: perl560, perl561, perl580, perl581, perl584, perl586, perl588
@@ -32,7 +32,7 @@
 Because the perl build system is designed to download source files for
 "extra" perlmodules directly from CPAN, we do not include those "extra" 
 perlmodules in this package.  For that reason, the following packages
-which are Provided by <redacted> are not provided
+which are Provided by Apple's build of perl5.10.0 on 10.6 are not provided
 here:
   apache-pm5100, convert-tnef-pm5100, html-parser-pm5100, 
   perl-objcbridge-pm5100, scalar-list-utils-pm5100, uri-pm5100, 
@@ -44,7 +44,7 @@
 DescUsage: <<
 Most perl scripts start with #!/usr/bin/perl which will invoke Apple's
 /usr/bin/perl.  If you wish to use this
-version of perl in scripts, the script should begin with #!/sw/bin/perl5.8.6
+version of perl in scripts, the script should begin with #!/sw/bin/perl5.10.0
 instead of #!/usr/bin/perl .
 <<
 Source: mirror:cpan:src/5.0/perl-%v.tar.gz
@@ -86,7 +86,7 @@
  We now use lib/perl5-core as the main installation directory to avoid
  conflicts with fink-installed perl modules.
 
- We do not supply perl5100 on <redacted>
+ We do not supply perl5100 on 10.6, since that's the one supplied by Apple.
 <<
 Homepage: http://www.cpan.org/
 Maintainer: Fink Core Group <fink-c...@lists.sourceforge.net>

Index: perl588.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/perl588.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- perl588.info        23 Aug 2009 05:48:56 -0000      1.5
+++ perl588.info        14 Oct 2010 05:12:54 -0000      1.6
@@ -1,6 +1,6 @@
 Package: perl588
 Version: 5.8.8
-Revision: 7
+Revision: 9
 Distribution: 10.4, 10.6
 Depends: %n-core (>= %v-%r)
 Conflicts: perl560, perl561, perl580, perl581, perl584, perl586, perl5100
@@ -44,7 +44,7 @@
 DescUsage: <<
 Most perl scripts start with #!/usr/bin/perl which will invoke Apple's
 /usr/bin/perl.  If you wish to use this
-version of perl in scripts, the script should begin with #!/sw/bin/perl5.8.6
+version of perl in scripts, the script should begin with #!/sw/bin/perl5.8.8
 instead of #!/usr/bin/perl .
 <<
 Source: mirror:cpan:src/5.0/perl-%v.tar.gz


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to