Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv8091
Added Files:
class-xsaccessor-pm.info class-std-pm.info
class-returnvalue-pm.info class-mix-pm.info
params-classify-pm.info class-container-pm.info
class-c3-componentised-pm.info class-autouse-pm.info
class-accessor-installer-pm.info
class-accessor-installer-pm.patch
class-accessor-grouped-pm.info
class-accessor-constructor-pm.info
class-accessor-constructor-pm.patch data-inherited-pm.info
data-inherited-pm.patch class-accessor-complex-pm.info
class-accessor-complex-pm.patch
Log Message:
to 10.7
--- NEW FILE: class-xsaccessor-pm.info ---
Info2: <<
Package: class-xsaccessor-pm%type_pkg[perl]
Version: 1.11
Revision: 1
Depends: perl%type_pkg[perl]-core
Source: mirror:cpan:authors/id/S/SM/SMUELLER/Class-XSAccessor-%v.tar.gz
Source-MD5: e5640b633c451c14ef7dfc289733e0b5
Type: perl (5.12.3)
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
UpdatePOD: true
Description: Fast XS accessors without runtime compilation
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/Class-XSAccessor
<<
--- NEW FILE: class-c3-componentised-pm.info ---
Info2: <<
Package: class-c3-componentised-pm%type_pkg[perl]
Version: 1.0009
Revision: 1
Type: perl (5.12.3)
###
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/R/RI/RIBASUSHI/Class-C3-Componentised-%v.tar.gz
Source-MD5: a8a8db7e58f13043ec3658fc8cbd652d
###
UpdatePOD: true
###
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DocFiles: Changes 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: class-std-pm.info ---
Info2: <<
Package: class-std-pm%type_pkg[perl]
Version: 0.011
Revision: 1
Source: mirror:cpan:authors/id/D/DC/DCONWAY/Class-Std-%v.tar.gz
Source-MD5: de8ad4f39cc9984595bc219df01ee23b
Type: perl (5.12.3)
UpdatePOD: true
Depends: perl%type_pkg[perl]-core
Conflicts: %N-man (<< 0.0.8-1)
Replaces: %N-man (<< 0.0.8-1)
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes MANIFEST META.yml README
License: Artistic/GPL
Description: Support for creating inside-out classes
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Class-Std
DescPackaging: <<
Report bugs to the maintainer or the CPAN bug tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Class-Std
Former Maintainer: Chris Dolan <[email protected]>
<<
<<
--- NEW FILE: class-autouse-pm.info ---
Info2: <<
Package: class-autouse-pm%type_pkg[perl]
Version: 1.29
Revision: 2
Description: Perl run-time for class loading
Type: perl (5.12.3)
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>
# Dependencies:
Depends: devel-stacktrace-pm, prefork-pm%type_pkg[perl],
scalar-list-utils-pm%type_pkg[perl], perl%type_pkg[perl]-core
BuildDepends: fink (>= 0.20.1-1), test-simple-pm%type_pkg[perl]
Conflicts: %N-man
Replaces: %N-man
# Unpack Phase:
Source: mirror:cpan:authors/id/A/AD/ADAMK/Class-Autouse-%v.tar.gz
Source-MD5: da37cc729e01a504b93bc8bdc548d9a9
# Install Phase:
UpdatePOD: true
DocFiles: Changes LICENSE MANIFEST README
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
# Additional Data:
Homepage: http://search.cpan.org/dist/Class-Autouse
<<
--- NEW FILE: params-classify-pm.info ---
Info2: <<
Package: params-classify-pm%type_pkg[perl]
Version: 0.013
Revision: 3
Distribution: (%type_pkg[perl] = 5123) 10.7
Type: perl (5.12.3)
Source: mirror:cpan:authors/id/Z/ZE/ZEFRAM/Params-Classify-%v.tar.gz
Source-MD5: 63d24fbec775472ada49d16bce4a9b1f
BuildDepends: <<
fink (>= 0.30.2),
module-build-pm%type_pkg[perl]
<<
Depends: <<
parent-pm,
perl%type_pkg[perl]-core
<<
DefaultScript: ModuleBuild
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
Description: Argument-type testing/classification
License: Artistic
Homepage: http://search.cpan.org/dist/Params-Classify
Maintainer: Daniel Macks <[email protected]>
<<
--- NEW FILE: class-accessor-constructor-pm.patch ---
diff -Nurd -x'*~' Class-Accessor-Constructor-1.100880.orig/t/00-compile.t
Class-Accessor-Constructor-1.100880/t/00-compile.t
--- Class-Accessor-Constructor-1.100880.orig/t/00-compile.t 2010-03-29
14:30:13.000000000 -0400
+++ Class-Accessor-Constructor-1.100880/t/00-compile.t 2011-02-13
08:24:25.000000000 -0500
@@ -6,6 +6,7 @@
use Test::More;
use File::Find;
use File::Temp qw{ tempdir };
+use Config;
my @modules;
find(
@@ -29,7 +30,21 @@
# fake home for cpan-testers
# no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
- is( qx{ $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_ loaded ok" )
+ my @command;
+ if ($] >= 5.010 && $Config{"byteorder"} =~ /^1/) {
+ # little-endian means intel (not powerpc), for which fink has
+ # multiple single-arch distros that are seen by a single (fat)
+ # perl interp from apple for a perl version supported by fink
+ # (i.e., starting with 5.10.0). This is the logic taken from
+ # Fink::PkgVersion as of fink-0.29.13.
+ push @command, '/usr/bin/arch';
+ if ( $Config{"longsize"} == 4 ) {
+ push @command, '-i386'; # 32-bit
+ } else {
+ push @command, '-x86_64'; # 64-bit
+ }
+ }
+ is( qx{ @command $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_
loaded ok" )
for sort @modules;
SKIP: {
--- NEW FILE: class-accessor-installer-pm.patch ---
diff -Nurd -x'*~' Class-Accessor-Installer-1.100880.orig/t/00-compile.t
Class-Accessor-Installer-1.100880/t/00-compile.t
--- Class-Accessor-Installer-1.100880.orig/t/00-compile.t 2010-03-29
13:46:00.000000000 -0400
+++ Class-Accessor-Installer-1.100880/t/00-compile.t 2011-02-13
08:14:15.000000000 -0500
@@ -6,6 +6,7 @@
use Test::More;
use File::Find;
use File::Temp qw{ tempdir };
+use Config;
my @modules;
find(
@@ -29,7 +30,21 @@
# fake home for cpan-testers
# no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
- is( qx{ $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_ loaded ok" )
+ my @command;
+ if ($] >= 5.010 && $Config{"byteorder"} =~ /^1/) {
+ # little-endian means intel (not powerpc), for which fink has
+ # multiple single-arch distros that are seen by a single (fat)
+ # perl interp from apple for a perl version supported by fink
+ # (i.e., starting with 5.10.0). This is the logic taken from
+ # Fink::PkgVersion as of fink-0.29.13.
+ push @command, '/usr/bin/arch';
+ if ( $Config{"longsize"} == 4 ) {
+ push @command, '-i386'; # 32-bit
+ } else {
+ push @command, '-x86_64'; # 64-bit
+ }
+ }
+ is( qx{ @command $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_
loaded ok" )
for sort @modules;
SKIP: {
--- NEW FILE: data-inherited-pm.info ---
Info2: <<
Package: data-inherited-pm%type_pkg[perl]
Version: 1.100.860
Revision: 1
Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6,
(%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] =
588) 10.5, (%type_pkg[perl] = 588) 10.6
Type: perl (5.8.8 5.10.0 5.12.3)
BuildDepends: <<
fink (>= 0.24.12),
test-simple-pm%type_pkg[perl] (>= 0.88-1)
<<
Depends: <<
next-pm
<<
Source: mirror:cpan:authors/id/M/MA/MARCEL/Data-Inherited-1.100860.tar.gz
Source-MD5: e5f1f0b8d98fcc5007684d7cb11fa2e8
PatchFile: %{ni}.patch
PatchFile-MD5: 80260eaf861c9fb73708bd98a8a249b4
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: Changes LICENSE README
Description: Hierarchy-wide list/hash accumulator
Homepage: http://search.cpan.org/dist/Data-Inherited
Maintainer: Daniel Macks <[email protected]>
License: Artistic/GPL
<<
--- NEW FILE: class-accessor-complex-pm.info ---
Info2: <<
Package: class-accessor-complex-pm%type_pkg[perl]
Version: 1.100.880
Revision: 1
Type: perl (5.12.3)
BuildDepends: <<
fink (>= 0.24.12),
test-simple-pm%type_pkg[perl] (>= 0.88-1)
<<
Depends: <<
class-accessor-installer-pm%type_pkg[perl],
class-accessor-pm,
data-miscellany-pm%type_pkg[perl],
list-moreutils-pm%type_pkg[perl],
parent-pm
<<
Source:
mirror:cpan:authors/id/M/MA/MARCEL/Class-Accessor-Complex-1.100880.tar.gz
Source-MD5: 3262a726446bac6297467826ef2431ae
PatchFile: %{ni}.patch
PatchFile-MD5: 6896105c73447beea2f0bc5f86b4145d
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: Changes LICENSE README
Description: All sorts of data/set access
Homepage: http://search.cpan.org/dist/Class-Accessor-Complex
Maintainer: Daniel Macks <[email protected]>
License: Artistic/GPL
<<
--- NEW FILE: class-accessor-grouped-pm.info ---
Info2: <<
Package: class-accessor-grouped-pm%type_pkg[perl]
Version: 0.10002
Revision: 1
###
BuildDepends: <<
test-exception-pm,
test-simple-pm%type_pkg[perl] (>= 0.94-1)
<<
Depends: <<
class-inspector-pm%type_pkg[perl],
class-xsaccessor-pm%type_pkg[perl] (>= 1.11-1),
mro-compat-pm%type_pkg[perl],
perl%type_pkg[perl]-core,
scalar-list-utils-pm%type_pkg[perl],
sub-name-pm%type_pkg[perl]
<<
###
Source: mirror:cpan:authors/id/R/RK/RKITOVER/Class-Accessor-Grouped-%v.tar.gz
Source-MD5: e5c1aac09ca27eb7ea95841a04cecaaf
###
Type: perl (5.12.3)
UpdatePOD: true
###
PatchScript: <<
# disable inappropriate silliness for packaging environment
# Module::Install::AutoInstall specifically says *not* to put
# this in Makefile.PL!
perl -pi -e 's/(auto_install)/#\1/'g Makefile.PL
<<
InfoTest: <<
TestDepends: <<
devel-hide-pm
<<
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
###
DocFiles: Changes README
###
Description: Lets you build groups of accessors
DescDetail: <<
This class lets you build groups of accessors that will call different
getters and setters.
<<
DescPackaging: <<
Former Maintainer: degraw <[email protected]>
Have to avoid automatic use of interactive CPAN to resolve and
install dependencies.
<<
###
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/Class-Accessor-Grouped
<<
--- NEW FILE: class-accessor-constructor-pm.info ---
Info2: <<
Package: class-accessor-constructor-pm%type_pkg[perl]
Version: 1.100.880
Revision: 1
Type: perl (5.12.3)
BuildDepends: <<
fink (>= 0.24.12),
test-simple-pm%type_pkg[perl] (>= 0.88-1)
<<
Depends: <<
class-accessor-complex-pm%type_pkg[perl],
class-accessor-installer-pm%type_pkg[perl],
class-accessor-pm,
data-inherited-pm%type_pkg[perl],
parent-pm
<<
Source:
mirror:cpan:authors/id/M/MA/MARCEL/Class-Accessor-Constructor-1.100880.tar.gz
Source-MD5: cbf50562237c48695e3784ac399ddaa9
PatchFile: %{ni}.patch
PatchFile-MD5: 3317ec8704067122fe733fc76dc4f10b
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: Changes LICENSE README
Description: Generates class-accessor methods
Homepage: http://search.cpan.org/dist/Class-Accessor-Constructor
Maintainer: Daniel Macks <[email protected]>
License: Artistic/GPL
<<
--- NEW FILE: class-returnvalue-pm.info ---
Info2: <<
Package: class-returnvalue-pm%type_pkg[perl]
Version: 0.55
Revision: 1
Description: Perl module for return-value object
Type: perl (5.12.3)
License: Artistic
Maintainer: Christian Schaffner <[email protected]>
# Dependencies:
Depends: perl%type_pkg[perl]-core, devel-stacktrace-pm
BuildDepends: fink (>= 0.20.1-1), test-simple-pm%type_pkg[perl]
Replaces: class-returnvalue-pm (<= 0.52-1), %N-man
Conflicts: %N-man
# Unpack Phase:
Source: mirror:cpan:authors/id/J/JE/JESSE/Class-ReturnValue-%v.tar.gz
Source-MD5: 047fbbcfd90d5c399a1feba55781329e
# Compile Phase:
#NoPerlTests: true
# Install Phase:
UpdatePOD: true
DocFiles: Changes MANIFEST
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
# Additional Data:
DescPort: <<
'make test' didn't pass: I am not sure what causes this but the module
seems to work fine.
<<
Homepage: http://search.cpan.org/dist/Class-ReturnValue
<<
--- NEW FILE: class-accessor-complex-pm.patch ---
diff -Nurd -x'*~' Class-Accessor-Complex-1.100880.orig/t/00-compile.t
Class-Accessor-Complex-1.100880/t/00-compile.t
--- Class-Accessor-Complex-1.100880.orig/t/00-compile.t 2010-03-29
13:47:39.000000000 -0400
+++ Class-Accessor-Complex-1.100880/t/00-compile.t 2011-02-13
08:14:30.000000000 -0500
@@ -6,6 +6,7 @@
use Test::More;
use File::Find;
use File::Temp qw{ tempdir };
+use Config;
my @modules;
find(
@@ -29,7 +30,21 @@
# fake home for cpan-testers
# no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
- is( qx{ $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_ loaded ok" )
+ my @command;
+ if ($] >= 5.010 && $Config{"byteorder"} =~ /^1/) {
+ # little-endian means intel (not powerpc), for which fink has
+ # multiple single-arch distros that are seen by a single (fat)
+ # perl interp from apple for a perl version supported by fink
+ # (i.e., starting with 5.10.0). This is the logic taken from
+ # Fink::PkgVersion as of fink-0.29.13.
+ push @command, '/usr/bin/arch';
+ if ( $Config{"longsize"} == 4 ) {
+ push @command, '-i386'; # 32-bit
+ } else {
+ push @command, '-x86_64'; # 64-bit
+ }
+ }
+ is( qx{ @command $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_
loaded ok" )
for sort @modules;
SKIP: {
--- NEW FILE: data-inherited-pm.patch ---
diff -Nurd -x'*~' Data-Inherited-1.100860.orig/t/00-compile.t
Data-Inherited-1.100860/t/00-compile.t
--- Data-Inherited-1.100860.orig/t/00-compile.t 2010-03-27 05:49:56.000000000
-0400
+++ Data-Inherited-1.100860/t/00-compile.t 2011-02-13 08:30:53.000000000
-0500
@@ -6,6 +6,7 @@
use Test::More;
use File::Find;
use File::Temp qw{ tempdir };
+use Config;
my @modules;
find(
@@ -29,7 +30,21 @@
# fake home for cpan-testers
# no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
- is( qx{ $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_ loaded ok" )
+ my @command;
+ if ($] >= 5.010 && $Config{"byteorder"} =~ /^1/) {
+ # little-endian means intel (not powerpc), for which fink has
+ # multiple single-arch distros that are seen by a single (fat)
+ # perl interp from apple for a perl version supported by fink
+ # (i.e., starting with 5.10.0). This is the logic taken from
+ # Fink::PkgVersion as of fink-0.29.13.
+ push @command, '/usr/bin/arch';
+ if ( $Config{"longsize"} == 4 ) {
+ push @command, '-i386'; # 32-bit
+ } else {
+ push @command, '-x86_64'; # 64-bit
+ }
+ }
+ is( qx{ @command $^X -Ilib -e "use $_; print '$_ ok'" }, "$_ ok", "$_
loaded ok" )
for sort @modules;
SKIP: {
--- NEW FILE: class-container-pm.info ---
Info2: <<
Package: class-container-pm%type_pkg[perl]
Description: Perl module to glue object frameworks
Version: 0.12
Revision: 3
Type: perl (5.12.3)
License: Artistic
Maintainer: Christian Schaffner <[email protected]>
# Dependencies:
Depends: perl%type_pkg[perl]-core, params-validate-pm%type_pkg[perl] (>=
0.59-2), scalar-list-utils-pm%type_pkg[perl]
Replaces: class-container-pm (<= 0.10-12), %N-man
Conflicts: %N-man
BuildDepends: fink (>= 0.20.1-1)
# Unpack Phase:
Source: mirror:cpan:authors/id/K/KW/KWILLIAMS/Class-Container-%v.tar.gz
Source-MD5: 6896bdb4464b96ad638e22b0400acbc9
# Install Phase:
UpdatePOD: true
DocFiles: Changes MANIFEST README
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
# Additional Data:
DescDetail: <<
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting their own subclass for
any of these objects.
<<
Homepage: http://search.cpan.org/dist/Class-Container
<<
--- NEW FILE: class-mix-pm.info ---
Info2: <<
Package: class-mix-pm%type_pkg[perl]
Version: 0.004
Revision: 2
Type: perl (5.12.3)
Source: mirror:cpan:authors/id/Z/ZE/ZEFRAM/Class-Mix-%v.tar.gz
Source-MD5: c689a527394cd0c2bccb1a6cde3fe679
BuildDepends: <<
fink (>= 0.30.2),
module-build-pm%type_pkg[perl]
<<
Depends: <<
params-classify-pm%type_pkg[perl],
parent-pm,
perl%type_pkg[perl]-core
<<
DefaultScript: ModuleBuild
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
Description: Anonymous classes with dynamic inheritance
License: Artistic
Homepage: http://search.cpan.org/dist/Class-Mix
Maintainer: Daniel Macks <[email protected]>
<<
--- NEW FILE: class-accessor-installer-pm.info ---
Info2: <<
Package: class-accessor-installer-pm%type_pkg[perl]
Version: 1.100.880
Revision: 1
Type: perl (5.12.3)
BuildDepends: <<
fink (>= 0.24.12),
test-simple-pm%type_pkg[perl] (>= 0.88-1)
<<
Depends: <<
sub-name-pm%type_pkg[perl]
<<
Source:
mirror:cpan:authors/id/M/MA/MARCEL/Class-Accessor-Installer-1.100880.tar.gz
Source-MD5: bcb106cf0d457818e3fd43e7dc58a24e
PatchFile: %{ni}.patch
PatchFile-MD5: d086253eab3c29daaf0d5368824f7963
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: Changes LICENSE README
Description: Install an accessor subroutine
Homepage: http://search.cpan.org/dist/Class-Accessor-Installer
Maintainer: Daniel Macks <[email protected]>
License: Artistic/GPL
<<
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs