perlio interface to gzip

This commit is contained in:
espie 2006-11-12 16:27:26 +00:00
parent b3a00af592
commit 0cfda185cc
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/12 16:27:26 espie Exp $
COMMENT= "PerlIO layer to gzip/gunzip"
MODULES= cpan
SHARED_ONLY= Yes
DISTNAME= PerlIO-gzip-0.18
CATEGORIES= archivers
a:
echo ${DISTNAME:C/-.*$//}
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (PerlIO-gzip-0.18.tar.gz) = 933fdf283a0d2739f7630420569e3b24
RMD160 (PerlIO-gzip-0.18.tar.gz) = 36b4991424fdfa4dbb824411cbd57f49922ad026
SHA1 (PerlIO-gzip-0.18.tar.gz) = f16b4a1710cf6a4bfdc589ab8c3b056a6d994a9d
SIZE (PerlIO-gzip-0.18.tar.gz) = 19179

View File

@ -0,0 +1,5 @@
PerlIO::gzip provides a PerlIO layer that manipulates files
in the format used by the "gzip" program. Compression and
Decompression are implemented, but not together. If you
attempt to open a file for reading and writing the open
will fail.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/12 16:27:26 espie Exp $
${P5ARCH}/
${P5ARCH}/PerlIO/
${P5ARCH}/PerlIO/gzip.pm
${P5ARCH}/auto/
${P5ARCH}/auto/PerlIO/
${P5ARCH}/auto/PerlIO/gzip/
${P5ARCH}/auto/PerlIO/gzip/gzip.bs
${P5ARCH}/auto/PerlIO/gzip/gzip.so
@man man/man3p/PerlIO::gzip.3p