FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:19 AM GMT
Port details
p5-IO-Zlib 1.10_1 archivers on this many watch lists=138 search for ports that depend on this port
IO:: style interface to Compress::Zlib
Maintained by: kuriyama@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Feb 2002 11:33:17
Also Listed In: perl5
License: not specified in port
This is the IO::Zlib module package for perl5.

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.

WWW: http://search.cpan.org/dist/IO-Zlib/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: archivers/p5-IO-Compress, lang/perl5.8
Required To Run: archivers/p5-IO-Compress, lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/archivers/p5-IO-Zlib/ && make install clean
To add the package: pkg_add -r p5-IO-Zlib


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/IO/
http://www.cpan.dk/modules/by-module/IO/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/IO/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/IO/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/IO/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/IO/
http://ring.nict.go.jp/archives/CPAN/modules/by-module/IO/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/IO/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/
http://at.cpan.org/modules/by-module/IO/
http://ring.riken.jp/archives/CPAN/modules/by-module/IO/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/IO/
http://backpan.perl.org/modules/by-module/IO/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/
http://cpan.nctu.edu.tw/modules/by-module/IO/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Mar 2011 17:59:51
Original commit files touched by this commit  1.10_1
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
21 Sep 2010 07:56:43
Original commit files touched by this commit  1.10_1
  Sanity Test Failure
mm search for other commits by this committer
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
22 Jul 2009 16:27:08
Original commit files touched by this commit  1.10
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
15 Jul 2009 05:12:51
Original commit files touched by this commit  1.10
kuriyama search for other commits by this committer
Upgrade to 1.10.
27 Mar 2008 11:03:23
Original commit files touched by this commit  1.09
kuriyama search for other commits by this committer
- Use CPAN macro.

PR:             ports/121993
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com>
13 Feb 2008 22:24:23
Original commit files touched by this commit  1.09
kuriyama search for other commits by this committer
- Upgrade to 1.09.

PR:             ports/120011, ports/120387, ports/120617
Submitted by:   leeym, Felippe de Meirelles Motta <lippemail@gmail.com>, ismail
yenigul <ismail@enderunix.org>
13 Sep 2007 21:11:06
Original commit files touched by this commit  1.07
leeym search for other commits by this committer
- Update to 1.07

PR:             115663
Submitted by:   leeym
Approved by:    maintainer timeout
08 Mar 2007 05:30:27
Original commit files touched by this commit  1.05
kuriyama search for other commits by this committer
- Upgrade to 1.05.

PR:             ports/110056
Submitted by:   Steven Kreuzer<skreuzer@f2o.org>
Committed from: AsiaBSDCon Registration Desk
03 Dec 2006 12:45:59
Original commit files touched by this commit  1.04_1
demon search for other commits by this committer
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
22 Jan 2006 06:58:31
Original commit files touched by this commit  1.04_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:23:00
Original commit files touched by this commit  1.04_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
21 Sep 2005 19:31:43
Original commit files touched by this commit  1.04_1
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
13 Feb 2005 03:37:26
Original commit files touched by this commit  1.04_1
kuriyama search for other commits by this committer
Add a patch to work around on 4-stable (perl-5.00503's Fcntl.pm does
not export SEEK_SET symbol).

Doing "make test" on 4-stable will fail because perl-5.005 does not
support EOF method in TIE HANDLE.

Submitted by:   lth
11 Jan 2005 02:57:53
Original commit files touched by this commit  1.04
kuriyama search for other commits by this committer
Update to 1.04.
18 Mar 2004 00:48:53
Original commit files touched by this commit  1.01
kuriyama search for other commits by this committer
SIZEify.

Submitted by:   trevor
24 Oct 2003 12:05:09
Original commit files touched by this commit  1.01
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
22 Feb 2003 07:48:51
Original commit files touched by this commit  1.01
kuriyama search for other commits by this committer
de-pkg-comment.
15 Feb 2002 14:33:17
files touched by this commit
kuriyama search for other commits by this committer
IO:: style interface to Compress::Zlib.    

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours8
new 7 days45
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.14 seconds.