Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv682
Added Files:
algorithm-c3-pm.info algorithm-c3-pm.patch
class-c3-componentised-pm.info class-c3-pm.info
class-c3-xs-pm.info mro-compat-pm.info
Log Message:
from unstable
--- NEW FILE: class-c3-componentised-pm.info ---
Info2: <<
Package: class-c3-componentised-pm%type_pkg[perl]
Version: 1.0006
Revision: 2
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5,
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
Type: perl (5.8.6 5.8.8 5.10.0)
###
Depends: <<
perl%type_pkg[perl]-core,
class-c3-pm%type_pkg[perl],
class-inspector-pm%type_pkg[perl],
extutils-makemaker-pm%type_pkg[perl] (>= 6.42)
<<
BuildDepends: <<
perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl],
mro-compat-pm%type_pkg[perl],
test-exception-pm
<<
###
Source: mirror:cpan:authors/id/A/AS/ASH/Class-C3-Componentised-%v.tar.gz
Source-MD5: daea1eb95cdeda8752b472e5fe6a4c86
###
UpdatePOD: true
###
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DocFiles: Changes MANIFEST README
###
Description: Class::C3::Componentised
DescDetail: <<
Load mix-ins or components to your C3-based class.
<<
DescPackaging: <<
Previous maintainer: degraw <[email protected]>
Koen van der Drift <[email protected]>
<<
###
License: Artistic/GPL
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Class-C3-Componentised
<<
--- NEW FILE: mro-compat-pm.info ---
Info2: <<
Package: mro-compat-pm%type_pkg[perl]
Version: 0.11
Revision: 1
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5,
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
Type: perl (5.8.6 5.8.8 5.10.0)
###
Depends: perl%type_pkg[perl]-core, class-c3-pm%type_pkg[perl] (>= 0.19-1)
BuildDepends: <<
perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl],
class-c3-xs-pm%type_pkg[perl] (>= 0.08-1)
<<
###
Source: mirror:cpan:authors/id/F/FL/FLORA/MRO-Compat-%v.tar.gz
Source-MD5: 462b68631d5bef8c807190f1c5c17306
###
UpdatePOD: true
###
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DocFiles: ChangeLog MANIFEST README
###
Description: MRO::Compat
DescDetail: <<
The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and higher.
This module provides those interfaces for earlier versions of Perl (back
to 5.6.0 anyways).
<<
DescPackaging: <<
Previous maintainer: degraw <[email protected]>
Koen van der Drift <[email protected]>
<<
###
License: Artistic/GPL
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/MRO-Compat
<<
--- NEW FILE: class-c3-pm.info ---
Info2: <<
Package: class-c3-pm%type_pkg[perl]
Version: 0.23
Revision: 1
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5,
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
Type: perl (5.8.6 5.8.8 5.10.0)
###
Depends: <<
perl%type_pkg[perl]-core, algorithm-c3-pm%type_pkg[perl] (>= 0.06-1),
scalar-list-utils-pm%type_pkg[perl]
<<
BuildDepends: <<
perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl],
sub-name-pm%type_pkg[perl], class-c3-xs-pm%type_pkg[perl] (>= 0.07-1)
<<
###
Source: mirror:cpan:authors/id/F/FL/FLORA/Class-C3-%v.tar.gz
Source-MD5: 5b997841af85a5f8ed8add7120d56611
###
UpdatePOD: true
###
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DocFiles: ChangeLog MANIFEST README
###
Description: Pragma to use the C3 algorithm
DescDetail: <<
This is pragma to change Perl 5's standard method resolution order from
depth-first left-to-right (a.k.a - pre-order) to the more sophisticated
C3 method resolution order.
<<
DescPackaging: <<
Previous maintainer: degraw <[email protected]>
Koen van der Drift <[email protected]>
<<
###
License: Artistic/GPL
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Class-C3
<<
--- NEW FILE: algorithm-c3-pm.patch ---
diff -Nurd Algorithm-C3-0.08/Makefile.PL Algorithm-C3-0.08-new/Makefile.PL
--- Algorithm-C3-0.08/Makefile.PL 1969-12-31 19:00:00.000000000 -0500
+++ Algorithm-C3-0.08-new/Makefile.PL 2010-06-01 10:35:29.000000000 -0400
@@ -0,0 +1,7 @@
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ NAME => q[Algorithm::C3],
+ VERSION_FROM => q[lib/Algorithm/C3.pm],
+ INSTALLDIRS => $] >= 5.007003 ? 'perl' : 'site',
+ PREREQ_PM => { 'Carp' => '0.01' },
+);
--- NEW FILE: class-c3-xs-pm.info ---
Info2: <<
Package: class-c3-xs-pm%type_pkg[perl]
Version: 0.13
Revision: 1
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5,
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
Type: perl (5.8.6 5.8.8 5.10.0)
###
Depends: perl%type_pkg[perl]-core
BuildDepends: perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl]
Source: mirror:cpan:authors/id/F/FL/FLORA/Class-C3-XS-%v.tar.gz
Source-MD5: 92a48fe74206b803315749de29c30b88
###
UpdatePOD: true
###
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DocFiles: ChangeLog MANIFEST README
###
Description: XS speedups for Class::C3
DescDetail: <<
This contains XS performance enhancers for Class::C3 version 0.16 and
higher. The main Class::C3 package will use this package automatically
if it can find it. Do not use this package directly, use Class::C3
instead.
<<
DescPackaging: <<
Previous maintainer: degraw <[email protected]>
Koen van der Drift <[email protected]>
<<
###
License: Artistic/GPL
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Class-C3-XS
<<
--- NEW FILE: algorithm-c3-pm.info ---
Info2: <<
Package: algorithm-c3-pm%type_pkg[perl]
Version: 0.08
Revision: 3
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5,
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
Type: perl (5.8.6 5.8.8 5.10.0)
###
Depends: perl%type_pkg[perl]-core
BuildDepends: fink (>= 0.24.12-1), perl%type_pkg[perl]-core,
test-simple-pm%type_pkg[perl]
###
Source: mirror:cpan:authors/id/F/FL/FLORA/Algorithm-C3-%v.tar.gz
Source-MD5: 07afb08682125c875b80c315d99f6f95
PatchFile: algorithm-c3-pm.patch
PatchFile-MD5: a140041d165b78062dd08fa33253a710
###
UpdatePOD: true
###
PatchScript: <<
%{default_script}
rm -rf Build.PL
<<
InstallScript: <<
%{default_script}
install -d -m 755 %i/lib/perl5/%type_raw[perl]
mv %i/share/man %i/lib/perl5/%type_raw[perl]/
<<
###
DocFiles: Changes MANIFEST README
###
Description: Merging hierarchies using the C3 algorithm
DescDetail: <<
C3 is the name of an algorithm which aims to provide a sane method res-
olution order under multiple inheritence.
<<
DescPackaging: <<
Previous maintainer: degraw <[email protected]>
Koen van der Drift <[email protected]>
<<
###
License: Artistic/GPL
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Algorithm-C3
<<
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs