Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv3737
Added Files:
carp-assert-pm.info carp-assert-more-pm.info
module-info-pm.info test-www-mechanize-pm.info
test-prereq-pm.info test-number-delta-pm.info
test-most-pm.info
Log Message:
to 10.7
--- NEW FILE: test-prereq-pm.info ---
Info2: <<
Package: test-prereq-pm%type_pkg[perl]
Version: 1.037
Revision: 1
Type: perl (5.12.3)
Description: Check if Makefile.PL has right prerequisites
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/Test-Prereq/
Maintainer: Daniel Macks <[email protected]>
# Dependencies.
Depends: module-build-pm%type_pkg[perl], module-corelist-pm%type_pkg[perl],
module-info-pm, perl%type_pkg[perl]-core, test-builder-tester-pm
BuildDepends: fink (>= 0.20.3)
Conflicts: %N-man
Replaces: %N-man
# Unpack Phase.
Source: mirror:cpan:authors/id/B/BD/BDFOY/Test-Prereq-%v.tar.gz
Source-MD5: d38be5a57b38cf500a7c2a212fb697e9
# Compile Phase.
# Do not test this module because it requires a working CPAN config file.
NoPerlTests: True
# Install Phase.
InstallScript: <<
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: Changes LICENSE README
# Documentation.
DescDetail: <<
The prereq_ok() function examines the modules it finds in blib/lib/,
blib/script, and the test files it finds in t/ (and test.pl). It fig-
ures out which modules they use, skips the modules that are in the
Perl core, and compares the remaining list of modules to those in the
PRE- REQ_PM section of Makefile.PL.
If you use Module::Build instead, see Test::Prereq::Build instead.
<<
DescPackaging: <<
Former maintainer: Blair Zajac <[email protected]>
<<
<<
--- NEW FILE: carp-assert-more-pm.info ---
Package: carp-assert-more-pm
Version: 1.12
Revision: 2
Type: perl
Description: Convenience wrappers around Carp::Assert
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>
# Dependencies:
Depends: carp-assert-pm
BuildDepends: test-exception-pm
# Unpack Phase:
Source: mirror:cpan:authors/id/P/PE/PETDANCE/Carp-Assert-More-%v.tar.gz
Source-MD5: dbd6a0fcbff5f00d2e39b77322036d3f
# Install Phase:
UpdatePOD: true
DocFiles: Changes README
# Additional Info:
Homepage: http://search.cpan.org/dist/Carp-Assert-More
--- NEW FILE: module-info-pm.info ---
Package: module-info-pm
Version: 0.32
Revision: 1
Type: perl
Description: Information about Perl modules
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/Module-Info/
Maintainer: Daniel Macks <[email protected]>
# Unpack Phase.
Source: mirror:cpan:authors/id/M/MB/MBARBON/Module-Info-%v.tar.gz
Source-MD5: 6af6f7859d959eac9f85dda8896d2d51
PatchScript: perl -0 -pe's/^.*=head\d\s+(LICENSE.*)$/$1/is;s/=head1 .*//is'
lib/Module/Info.pm > LICENSE
# Install Phase.
UpdatePOD: true
DocFiles: Changes LICENSE
# Documentation.
DescDetail: <<
Module::Info gives you information about Perl modules without actually
loading the module. It actually isn't specific to modules and should
work on any perl code.
<<
DescPackaging: <<
Former maintainer: Blair Zajac <[email protected]>
<<
--- NEW FILE: test-most-pm.info ---
Info2: <<
Package: test-most-pm%type_pkg[perl]
Version: 0.23
Revision: 1
Source: mirror:cpan:authors/id/O/OV/OVID/Test-Most-%v.tar.gz
Source-MD5: e36de54581fa2248c37f9e30e814769c
Type: perl (5.12.3)
Depends: <<
exception-class-pm%type_pkg[perl],
perl%type_pkg[perl]-core,
test-deep-pm%type_pkg[perl] (>= 0.106-1),
test-differences-pm (>= 0.50-1),
test-exception-pm (>= 0.29-1),
test-harness-pm%type_pkg[perl] (>= 3.07-1),
test-simple-pm%type_pkg[perl] (>= 0.88-1),
test-warn-pm%type_pkg[perl] (>= 0.11-1)
<<
InfoTest: <<
TestDepends: <<
data-dumper-names-pm%type_pkg[perl]
<<
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: True
DocFiles: Changes README
Description: Commonly needed test functions & features
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/Test-Most/
Maintainer: Daniel Macks <[email protected]>
<<
--- NEW FILE: test-number-delta-pm.info ---
Info2: <<
Package: test-number-delta-pm%type_pkg[perl]
Version: 1.03
Revision: 1
Type: perl (5.12.3)
Depends: perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl] (>= 0.70-1)
Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/Test-Number-Delta-%v.tar.gz
Source-MD5: 17d3eec2d5bbe012c4a797af8e75ae39
InstallScript: <<
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README Todo
UpdatePOD: true
DescPackaging: <<
Needs Test::Builder and Test::Builder::Tester, which are
part of Test::Simple. T::B::T is also standalone, but too
old.
Perlversioned because Test::Simple is perlversioned.
<<
Description: Compare numbers within tolerance
Homepage: http://search.cpan.org/dist/Test-Number-Delta
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
<<
--- NEW FILE: carp-assert-pm.info ---
Package: carp-assert-pm
Version: 0.20
Revision: 1
Source: mirror:cpan:authors/id/M/MS/MSCHWERN/Carp-Assert-%v.tar.gz
Source-MD5: 9dafe361b9e5e93e8e3e70e015f6b191
Type: perl
PatchScript: perl -0
-pe's/^.*=head\d\s+(COPYRIGHT.*?)(=head\d.*|=cut.*|)$/$1/is' lib/Carp/Assert.pm
> COPYRIGHT
UpdatePOD: true
DocFiles: Changes README COPYRIGHT
License: Artistic/GPL
Description: Executable comments
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/Carp-Assert
DescPackaging: <<
Report bugs to the maintainer or the CPAN bug tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Carp-Assert
<<
--- NEW FILE: test-www-mechanize-pm.info ---
Info2: <<
Package: test-www-mechanize-pm%type_pkg[perl]
Version: 1.30
Revision: 1
Type: perl (5.12.3)
Description: Testing-specific WWW::Mechanize subclass
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>
# Dependencies:
Depends: <<
carp-assert-more-pm,
html-tree-pm%type_pkg[perl],
http-server-simple-pm,
perl%type_pkg[perl]-core,
test-longstring-pm,
test-simple-pm%type_pkg[perl] (>= 0.94-1),
uri-pm%type_pkg[perl],
www-mechanize-pm%type_pkg[perl]
<<
# Unpack Phase:
Source: mirror:cpan:authors/id/P/PE/PETDANCE/Test-WWW-Mechanize-%v.tar.gz
Source-MD5: a0d70d501e26e398f47bf0b3a5be0483
# may not have network, and DNS wildcarding can break failure-response checks
NoPerlTests: true
# Install Phase:
UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
# Additional Info:
Homepage: http://search.cpan.org/dist/Test-WWW-Mechanize/
<<
------------------------------------------------------------------------------
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