diff options
author | sno <sno@pkgsrc.org> | 2009-04-11 23:15:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-11 23:15:19 +0000 |
commit | 626a03064c576e50971eecc1807f3a6273175ceb (patch) | |
tree | 56e83e85856f1198c1252ad8b8bfd1593b0e3ac5 /www | |
parent | 962f8f6e64e17ee6c961062da1b25081eb8da068 (diff) | |
download | pkgsrc-626a03064c576e50971eecc1807f3a6273175ceb.tar.gz |
PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
merged into p5-IO-Compress
- Updated dependend packages to depend on p5-IO-Compress
and bump PKGREVISION
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 6 | ||||
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 6 | ||||
-rw-r--r-- | www/p5-libwww/Makefile | 5 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index 0450daf37a2..ff466cf7f24 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2008/10/19 19:19:02 he Exp $ +# $NetBSD: Makefile,v 1.33 2009/04/11 23:15:21 sno Exp $ # DISTNAME= Apache-ASP-2.61 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5aas CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Apache-Filter>=1.019:../../www/p5-Apache-Filter DEPENDS+= p5-Apache-SSI>=2.16:../../www/p5-Apache-SSI -DEPENDS+= p5-Compress-Zlib>=1.14:../../devel/p5-Compress-Zlib +DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress DEPENDS+= p5-Devel-Symdump>=2.00:../../devel/p5-Devel-Symdump DEPENDS+= p5-HTML-Clean>=0.8:../../www/p5-HTML-Clean DEPENDS+= p5-HTML-FillInForm>=0.8:../../www/p5-HTML-FillInForm diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index ea82832eecf..b83552fb0ab 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:24 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/11 23:15:21 sno Exp $ # DISTNAME= URI-Fetch-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5urf CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler -DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index be24bb83746..d9fc3098072 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2009/02/22 15:50:25 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2009/04/11 23:15:21 sno Exp $ DISTNAME= libwww-perl-5.825 PKGNAME= p5-${DISTNAME:S/-perl-/-/} +PKGREVISION= 1 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -13,7 +14,7 @@ COMMENT= Perl5 library for WWW access PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Compress-Zlib>=1.10:../../devel/p5-Compress-Zlib +DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL |