Index: head/archivers/Makefile =================================================================== --- head/archivers/Makefile (revision 123455) +++ head/archivers/Makefile (revision 123456) @@ -1,101 +1,102 @@ # $FreeBSD$ # COMMENT = Archivers SUBDIR += 9e SUBDIR += advancecomp SUBDIR += arc SUBDIR += arj SUBDIR += bicom SUBDIR += bsdtar SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract SUBDIR += dact SUBDIR += deepforest SUBDIR += dpkg SUBDIR += fastjar SUBDIR += fileroller SUBDIR += fpc-paszlib SUBDIR += freeze SUBDIR += gtar SUBDIR += gzip SUBDIR += ha SUBDIR += hffzip SUBDIR += hpack.non-usa.only SUBDIR += jzip.org SUBDIR += lbrate SUBDIR += lha SUBDIR += libarc SUBDIR += libarchive SUBDIR += libcabinet SUBDIR += libcomprex SUBDIR += libmspack SUBDIR += lzo SUBDIR += lzop SUBDIR += macutils SUBDIR += makeself SUBDIR += mscompress SUBDIR += mtf SUBDIR += nomarch SUBDIR += nulib SUBDIR += nwreckdum SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Bzip2 SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary + SUBDIR += p5-PerlIO-gzip SUBDIR += p7zip SUBDIR += par2cmdline SUBDIR += parchive SUBDIR += pbzip2 SUBDIR += pear-Archive_Tar SUBDIR += pecl-zip SUBDIR += php4-bz2 SUBDIR += php4-zlib SUBDIR += php5-bz2 SUBDIR += php5-zlib SUBDIR += ppunpack SUBDIR += py-bzip2 SUBDIR += py-lzma SUBDIR += py-tarfile SUBDIR += rar SUBDIR += rox-archive SUBDIR += rpm SUBDIR += rpm2cpio SUBDIR += rpm4 SUBDIR += ruby-bz2 SUBDIR += ruby-zip SUBDIR += rvm SUBDIR += rzip SUBDIR += sectar SUBDIR += sharutils SUBDIR += squsq SUBDIR += star SUBDIR += star-devel SUBDIR += stuffit SUBDIR += szip SUBDIR += tardy SUBDIR += ucl SUBDIR += unace SUBDIR += unadf SUBDIR += unalz SUBDIR += unarj SUBDIR += undms SUBDIR += unlzx SUBDIR += unrar SUBDIR += unshield SUBDIR += untar SUBDIR += unzip SUBDIR += upx SUBDIR += wzip SUBDIR += xdms SUBDIR += xmill SUBDIR += xpk SUBDIR += zip SUBDIR += zipios++ SUBDIR += zoo .include Property changes on: head/archivers/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.114 \ No newline at end of property +1.115 \ No newline at end of property Index: head/archivers/p5-PerlIO-gzip/Makefile =================================================================== --- head/archivers/p5-PerlIO-gzip/Makefile (nonexistent) +++ head/archivers/p5-PerlIO-gzip/Makefile (revision 123456) @@ -0,0 +1,28 @@ +# New ports collection makefile for: PerlIO-gzip +# Date created: 08 December 2004 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= PerlIO-gzip +PORTVERSION= 0.17 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= PerlIO +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Perl extension to provide a PerlIO layer to gzip/gunzip + +PERL_CONFIGURE= yes + +MAN3= PerlIO::gzip.3 + +.include + +.if ${PERL_LEVEL} < 500800 +IGNORE= "Perl 5.8 or newer required. Install lang/perl5.8 and try again." +.endif + +.include Property changes on: head/archivers/p5-PerlIO-gzip/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/archivers/p5-PerlIO-gzip/distinfo =================================================================== --- head/archivers/p5-PerlIO-gzip/distinfo (nonexistent) +++ head/archivers/p5-PerlIO-gzip/distinfo (revision 123456) @@ -0,0 +1,2 @@ +MD5 (PerlIO-gzip-0.17.tar.gz) = e267d7f1d6b5e9685a855071cc6817e0 +SIZE (PerlIO-gzip-0.17.tar.gz) = 19043 Property changes on: head/archivers/p5-PerlIO-gzip/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/p5-PerlIO-gzip/pkg-descr =================================================================== --- head/archivers/p5-PerlIO-gzip/pkg-descr (nonexistent) +++ head/archivers/p5-PerlIO-gzip/pkg-descr (revision 123456) @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/PerlIO-gzip/ Property changes on: head/archivers/p5-PerlIO-gzip/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/p5-PerlIO-gzip/pkg-plist =================================================================== --- head/archivers/p5-PerlIO-gzip/pkg-plist (nonexistent) +++ head/archivers/p5-PerlIO-gzip/pkg-plist (revision 123456) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/PerlIO/gzip.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/gzip/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/gzip/gzip.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/gzip/gzip.so +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/PerlIO 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/gzip +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO 2>/dev/null || true Property changes on: head/archivers/p5-PerlIO-gzip/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property