Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv9868
Added Files:
io-zlib-pm.info io-stty-pm.info io-socket-inet6-pm.info
io-pm.info io-compress-lzop-pm.info io-compress-lzf-pm.info
io-captureoutput-pm.info
Log Message:
to 10.7
--- NEW FILE: io-compress-lzf-pm.info ---
Info2: <<
Package: io-compress-lzf-pm%type_pkg[perl]
Version: 2.037
Revision: 1
Source: mirror:cpan:authors/id/P/PM/PMQS/IO-Compress-Lzf-%v.tar.gz
Source-MD5: dd3a9bca179a3626f469b7bdbccc660b
Type: perl (5.12.3)
Depends: <<
compress-lzf-pm%type_pkg[perl],
io-compress-pm%type_pkg[perl] (>= 2.037-1),
perl%type_pkg[perl]-core
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: True
DocFiles: Changes README
Description: Read/write lzf files & buffers
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/IO-Compress-Lzf
Maintainer: Daniel Macks <[email protected]>
<<
--- NEW FILE: io-captureoutput-pm.info ---
Info2: <<
Package: io-captureoutput-pm%type_pkg[perl]
Version: 1.11.02
Revision: 1
Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-1.1102.tar.gz
Source-MD5: 367b3c0eb33a4b600de4009b0445ae0d
Type: perl (5.12.3)
Depends: <<
pathtools-pm%type_pkg[perl],
perl%type_pkg[perl]-core
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: True
DocFiles: Changes LICENSE README Todo
Description: Changes LICENSE README Todo
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/IO-CaptureOutput/
Maintainer: Daniel Macks <[email protected]>
<<
--- NEW FILE: io-socket-inet6-pm.info ---
Info2: <<
Package: io-socket-inet6-pm%type_pkg[perl]
Version: 2.67
Revision: 1
Type: perl (5.12.3)
Description: Object-oriented AF_INET and AF_INET6 sockets
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/IO-Socket-INET6/
Depends: <<
perl%type_pkg[perl]-core,
socket6-pm%type_pkg[perl]
<<
Source: mirror:cpan:authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%v.tar.gz
Source-MD5: 228c12e74df686f78b09aee1139dc11c
UpdatePOD: true
DocFiles: ChangeLog README
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DescDetail: <<
IO::Socket::INET6 provides an object interface to creating and using sockets
in both AF_INET|AF_INET6 domain. It is built upon the IO::Socket interface and
inherits all the methods defined by IO::Socket.
WARNING: You should use this module mainly to program IPv6
domain. Most pobably future releases will not support AF_INET | AF_UNSPEC
options, as the module seems to fail on some given corner cases. If you require
IPv4, you are encouraged to use IO::Socket::INET from the application
level. Be warned.
<<
<<
--- NEW FILE: io-pm.info ---
Info2: <<
Package: io-pm%type_pkg[perl]
Version: 1.25
Revision: 1
Description: IO routines for perl
Type: perl(5.12.3)
License: Artistic
Maintainer: Benjamin Reed <[email protected]>
Depends: perl%type_pkg[perl]-core
BuildDepends: system-perl
Replaces: io-pm (<< 1.2301-2)
Source: mirror:cpan:modules/by-module/IO/IO-%v.tar.gz
Source-MD5: b88aaf2bb7437725b11e9eb48dfb6c93
UseMaxBuildJobs: true
UpdatePOD: true
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: ChangeLog README
Homepage: http://search.cpan.org/dist/IO
DescDetail: <<
This is the perl5 IO distribution.
This distribution is included in the perl5 core distribution.
You should only need to install this distribution if it is
newer than your perl installation.
<<
<<
--- NEW FILE: io-stty-pm.info ---
Package: io-stty-pm
Version: 0.03
Revision: 4
###
###
Source: mirror:cpan:authors/id/T/TO/TODDR/IO-Stty-%v.tar.gz
Source-MD5: 936386b3996613678d8b6a7f0b044f67
###
Type: perl
###
BuildDepends: <<
fink (>= 0.30.2),
module-build-pm
<<
DefaultScript: ModuleBuild
DocFiles: Changes README
###
Description: Set terminal parameters with perl
###
License: Artistic
Maintainer: Dave Vasilevsky <[email protected]>
Homepage: http://search.cpan.org/dist/IO-Stty
#PatchScript: perl -i -pe 's,^#!\S+,#!/usr/bin/perl,' stty.pl
--- NEW FILE: io-zlib-pm.info ---
Info2: <<
Package: io-zlib-pm%type_pkg[perl]
Version: 1.10
Revision: 3
Type: perl (5.12.3)
Description: IO:: style interface to Compress::Zlib
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/IO-Zlib/
Maintainer: Daniel Macks <[email protected]>
# Dependencies.
Depends: <<
io-compress-pm%type_pkg[perl],
perl%type_pkg[perl]-core
<<
BuildDepends: fink (>= 0.20.3)
Conflicts: %N-man
Replaces: %N-man
# Unpack Phase.
Source: mirror:cpan:authors/id/T/TO/TOMHUGHES/IO-Zlib-%v.tar.gz
Source-MD5: 078a9387009b928068f70759e61bd08f
# Install Phase.
InstallScript: <<
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: ChangeLog README
# Documentation.
DescDetail: <<
This modules provides an IO:: style interface to the Compress::Zlib
package. The main advantage is that you can use an IO::Zlib object in
much the same way as an IO::File object so you can have common code
that doesn't know which sort of file it is using.
<<
DescPackaging: <<
Former maintainer: Blair Zajac <[email protected]>
<<
<<
--- NEW FILE: io-compress-lzop-pm.info ---
Info2: <<
Package: io-compress-lzop-pm%type_pkg[perl]
Version: 2.037
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_pkg[perl]
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5,
(%type_pkg[perl] = 588) 10.6
Source: mirror:cpan:authors/id/P/PM/PMQS/IO-Compress-Lzop-%v.tar.gz
Source-MD5: 2fec97f0475143ec2fca8eaaad33f900
Type: perl (5.12.3)
Depends: <<
compress-lzo-pm%type_pkg[perl],
io-compress-pm%type_pkg[perl] (>= 2.037-1),
perl%type_pkg[perl]-core
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: True
DocFiles: Changes README
Description: Read/write lzop files & buffers
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/IO-Compress-Lzop
Maintainer: Daniel Macks <[email protected]>
<<
------------------------------------------------------------------------------
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