Index: head/archivers/Makefile =================================================================== --- head/archivers/Makefile (revision 182578) +++ head/archivers/Makefile (revision 182579) @@ -1,149 +1,150 @@ # $FreeBSD$ # COMMENT = Archivers SUBDIR += 9e SUBDIR += advancecomp SUBDIR += arc SUBDIR += arj SUBDIR += bicom SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract SUBDIR += dact SUBDIR += deb2targz SUBDIR += deepforest SUBDIR += deutex SUBDIR += dpkg SUBDIR += dynamite SUBDIR += dzip SUBDIR += ecm SUBDIR += epkg SUBDIR += fastjar SUBDIR += file-roller SUBDIR += fpc-paszlib SUBDIR += fpc-unzip SUBDIR += freetar SUBDIR += freeze SUBDIR += gtar SUBDIR += gzip SUBDIR += gzrecover SUBDIR += ha SUBDIR += hffzip SUBDIR += hpack.non-usa.only SUBDIR += jzip.org SUBDIR += jzlib SUBDIR += kbackup SUBDIR += kio_p7zip SUBDIR += lbrate SUBDIR += lcab SUBDIR += lha SUBDIR += lha-ac SUBDIR += libarc SUBDIR += libarchive SUBDIR += libcabinet SUBDIR += libcomprex SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += libunrar SUBDIR += libzip SUBDIR += lzma SUBDIR += lzo SUBDIR += lzo2 SUBDIR += lzop SUBDIR += macutils SUBDIR += makeself SUBDIR += mar SUBDIR += mscompress SUBDIR += mtf SUBDIR += nomarch SUBDIR += nulib SUBDIR += nwreckdum SUBDIR += ocaml-zip SUBDIR += orange SUBDIR += p5-Archive-Any SUBDIR += p5-Archive-Extract SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Bzip2 SUBDIR += p5-Compress-LZF SUBDIR += p5-Compress-LZO SUBDIR += p5-Compress-LZW + SUBDIR += p5-Compress-Raw-Bzip2 SUBDIR += p5-Compress-Raw-Zlib SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Compress-Base SUBDIR += p5-IO-Compress-Zlib SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary SUBDIR += p5-POE-Filter-Bzip2 SUBDIR += p5-POE-Filter-LZF SUBDIR += p5-POE-Filter-LZO SUBDIR += p5-POE-Filter-LZW SUBDIR += p5-POE-Filter-Zlib SUBDIR += p5-PerlIO-gzip SUBDIR += p5-PerlIO-via-Bzip2 SUBDIR += p7zip SUBDIR += par2cmdline SUBDIR += parchive SUBDIR += pbzip2 SUBDIR += pear-File_Archive SUBDIR += pecl-bz2 SUBDIR += pecl-lzf SUBDIR += pecl-rar SUBDIR += pecl-zip SUBDIR += php4-bz2 SUBDIR += php4-zlib SUBDIR += php5-bz2 SUBDIR += php5-zlib SUBDIR += ppmd 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-lha 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 += tclmkziplib SUBDIR += torrentzip SUBDIR += ucl SUBDIR += unace SUBDIR += unadf SUBDIR += unalz SUBDIR += unarj SUBDIR += undms SUBDIR += unlzx SUBDIR += unmakeself SUBDIR += unrar SUBDIR += unshield SUBDIR += untar SUBDIR += unzip SUBDIR += unzoo SUBDIR += upx SUBDIR += wzip SUBDIR += xar SUBDIR += xarchive SUBDIR += xdms SUBDIR += xmill SUBDIR += xpk SUBDIR += zip SUBDIR += zipios++ SUBDIR += zipper SUBDIR += zoo .include Property changes on: head/archivers/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.170 \ No newline at end of property +1.171 \ No newline at end of property Index: head/archivers/p5-Compress-Raw-Bzip2/Makefile =================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile (nonexistent) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile (revision 182579) @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Compress-Raw-Bzip2 +# Date created: 2007-01-16 +# Whom: Thomas Abthorpe +# +# $FreeBSD$ +# + +PORTNAME= Compress-Raw-Bzip2 +PORTVERSION= 2.003 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Compress +PKGNAMEPREFIX= p5- + +MAINTAINER= thomas@goodking.ca +COMMENT= Low-Level Interface to bzip2 compression library + +PERL_CONFIGURE= YES + +MAN3= Compress::Raw::Bzip2.3 + +.include Property changes on: head/archivers/p5-Compress-Raw-Bzip2/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-Compress-Raw-Bzip2/distinfo =================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/distinfo (nonexistent) +++ head/archivers/p5-Compress-Raw-Bzip2/distinfo (revision 182579) @@ -0,0 +1,3 @@ +MD5 (Compress-Raw-Bzip2-2.003.tar.gz) = 1364f91cfb374b48d855a6ff57b8a977 +SHA256 (Compress-Raw-Bzip2-2.003.tar.gz) = 61f5b2d71b905fae4625030347dd4cb999db9188d52d1ead444a60c09c2ebf49 +SIZE (Compress-Raw-Bzip2-2.003.tar.gz) = 143929 Property changes on: head/archivers/p5-Compress-Raw-Bzip2/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-Compress-Raw-Bzip2/pkg-descr =================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/pkg-descr (nonexistent) +++ head/archivers/p5-Compress-Raw-Bzip2/pkg-descr (revision 182579) @@ -0,0 +1,3 @@ +Low-Level Interface to bzip2 compression library. + +WWW: http://search.cpan.org/dist/Compress-Raw-Bzip2/ Property changes on: head/archivers/p5-Compress-Raw-Bzip2/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-Compress-Raw-Bzip2/pkg-plist =================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/pkg-plist (nonexistent) +++ head/archivers/p5-Compress-Raw-Bzip2/pkg-plist (revision 182579) @@ -0,0 +1,10 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw/Bzip2.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/Bzip2.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/Bzip2.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress Property changes on: head/archivers/p5-Compress-Raw-Bzip2/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