IO::Compress::Zlib provides a Perl interface to allow reading

and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.

from Giovanni Bechis <bigionews at snb.it> with some tweaks by me
This commit is contained in:
steven 2007-05-01 19:57:17 +00:00
parent 42c0b2a324
commit 8f65a098ad
4 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/01 19:57:17 steven Exp $
COMMENT= "read and write gzip and zip files/buffers"
MODULES= cpan
DISTNAME= IO-Compress-Zlib-2.004
CATEGORIES= archivers
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::archivers/p5-Compress-Raw-Zlib \
::archivers/p5-IO-Compress-Base
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-IO-Compress-Zlib
perl -pi -e 's,/usr/local/bin,/usr/bin,' ${WRKSRC}/examples/*
cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} * \
${PREFIX}/share/examples/p5-IO-Compress-Zlib
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (IO-Compress-Zlib-2.004.tar.gz) = a4c3a1501558d832a62907ae4e08c9d8
RMD160 (IO-Compress-Zlib-2.004.tar.gz) = 01967eeb986bf18d18974cdbfa1080526e8e8475
SHA1 (IO-Compress-Zlib-2.004.tar.gz) = 5681a5f7c60d145282c625255774a5bf07ca3fda
SHA256 (IO-Compress-Zlib-2.004.tar.gz) = 118d06d9c0c528aff68da9f92d64fdb4bdb0f880e37c9887f624a1a1b7c0d82d
SIZE (IO-Compress-Zlib-2.004.tar.gz) = 133210

View File

@ -0,0 +1,2 @@
IO::Compress::Zlib provides a Perl interface to allow reading
and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.

View File

@ -0,0 +1,38 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/01 19:57:17 steven Exp $
${P5SITE}/IO/Compress/Adapter/
${P5SITE}/IO/Compress/Adapter/Deflate.pm
${P5SITE}/IO/Compress/Adapter/Identity.pm
${P5SITE}/IO/Compress/Deflate.pm
${P5SITE}/IO/Compress/Gzip/
${P5SITE}/IO/Compress/Gzip.pm
${P5SITE}/IO/Compress/Gzip/Constants.pm
${P5SITE}/IO/Compress/RawDeflate.pm
${P5SITE}/IO/Compress/Zip/
${P5SITE}/IO/Compress/Zip.pm
${P5SITE}/IO/Compress/Zip/Constants.pm
${P5SITE}/IO/Compress/Zlib/
${P5SITE}/IO/Compress/Zlib/Constants.pm
${P5SITE}/IO/Compress/Zlib/Extra.pm
${P5SITE}/IO/Uncompress/Adapter/
${P5SITE}/IO/Uncompress/Adapter/Identity.pm
${P5SITE}/IO/Uncompress/Adapter/Inflate.pm
${P5SITE}/IO/Uncompress/AnyInflate.pm
${P5SITE}/IO/Uncompress/Gunzip.pm
${P5SITE}/IO/Uncompress/Inflate.pm
${P5SITE}/IO/Uncompress/RawInflate.pm
${P5SITE}/IO/Uncompress/Unzip.pm
@man man/man3p/IO::Compress::Deflate.3p
@man man/man3p/IO::Compress::Gzip.3p
@man man/man3p/IO::Compress::RawDeflate.3p
@man man/man3p/IO::Compress::Zip.3p
@man man/man3p/IO::Uncompress::AnyInflate.3p
@man man/man3p/IO::Uncompress::Gunzip.3p
@man man/man3p/IO::Uncompress::Inflate.3p
@man man/man3p/IO::Uncompress::RawInflate.3p
@man man/man3p/IO::Uncompress::Unzip.3p
share/examples/p5-IO-Compress-Zlib/
share/examples/p5-IO-Compress-Zlib/anycat
share/examples/p5-IO-Compress-Zlib/gzappend
share/examples/p5-IO-Compress-Zlib/gzcat
share/examples/p5-IO-Compress-Zlib/gzgrep
share/examples/p5-IO-Compress-Zlib/gzstream