diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:26:28 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:26:28 +0000 |
commit | e6bb5070812351e36e21cd7e101b50d5023ab96c (patch) | |
tree | 6e8f0fb0a18e732d5d912f1d82b177dafe33dd47 /archivers/p5-IO-Compress | |
parent | 481c9ad0ee2262a86f3b0b420dae179d62d27135 (diff) | |
download | ports-e6bb5070812351e36e21cd7e101b50d5023ab96c.tar.gz ports-e6bb5070812351e36e21cd7e101b50d5023ab96c.zip |
Notes
Diffstat (limited to 'archivers/p5-IO-Compress')
-rw-r--r-- | archivers/p5-IO-Compress/Makefile | 42 | ||||
-rw-r--r-- | archivers/p5-IO-Compress/distinfo | 3 | ||||
-rw-r--r-- | archivers/p5-IO-Compress/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/p5-IO-Compress/pkg-plist | 42 |
4 files changed, 91 insertions, 0 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile new file mode 100644 index 000000000000..876285726996 --- /dev/null +++ b/archivers/p5-IO-Compress/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: p5-IO-Compress +# Date created: 2010-09-10 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= IO-Compress +PORTVERSION= 2.030 +CATEGORIES= archivers perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jadawin@FreeBSD.org +COMMENT= IO::Compress, IO::Uncompress and Compress::Zlib Perl5 modules + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ + ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +CONFLICTS= p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2* + +PERL_CONFIGURE= YES + +MAN3= Compress::Zlib.3 \ + File::GlobMapper.3 \ + IO::Compress::Base.3 \ + IO::Compress::Bzip2.3 \ + IO::Compress::Deflate.3 \ + IO::Compress::Gzip.3 \ + IO::Compress::RawDeflate.3 \ + IO::Compress::Zip.3 \ + IO::Uncompress::AnyInflate.3 \ + IO::Uncompress::AnyUncompress.3 \ + IO::Uncompress::Base.3 \ + IO::Uncompress::Bunzip2.3 \ + IO::Uncompress::Gunzip.3 \ + IO::Uncompress::Inflate.3 \ + IO::Uncompress::RawInflate.3 \ + IO::Uncompress::Unzip.3 + +.include <bsd.port.mk> diff --git a/archivers/p5-IO-Compress/distinfo b/archivers/p5-IO-Compress/distinfo new file mode 100644 index 000000000000..d6f696882a11 --- /dev/null +++ b/archivers/p5-IO-Compress/distinfo @@ -0,0 +1,3 @@ +MD5 (IO-Compress-2.030.tar.gz) = 1e6200ce12b4a87f24f110930260ebe8 +SHA256 (IO-Compress-2.030.tar.gz) = 9e5e320b18e236b7614ff9963d0d42bc17209621ac8b833f68acb11ee2a968ec +SIZE (IO-Compress-2.030.tar.gz) = 212523 diff --git a/archivers/p5-IO-Compress/pkg-descr b/archivers/p5-IO-Compress/pkg-descr new file mode 100644 index 000000000000..0d21cd4de101 --- /dev/null +++ b/archivers/p5-IO-Compress/pkg-descr @@ -0,0 +1,4 @@ +This module contains the base, bzip2, deflate, gzip, zip and zlib classes for +IO::Compress and IO::Uncompress modules and the Compress::Zlib module. + +WWW: http://search.cpan.org/dist/IO-Compress/ diff --git a/archivers/p5-IO-Compress/pkg-plist b/archivers/p5-IO-Compress/pkg-plist new file mode 100644 index 000000000000..032e2f9fb0eb --- /dev/null +++ b/archivers/p5-IO-Compress/pkg-plist @@ -0,0 +1,42 @@ +%%SITE_PERL%%/Compress/Zlib.pm +%%SITE_PERL%%/File/GlobMapper.pm +%%SITE_PERL%%/IO/Compress/Adapter/Bzip2.pm +%%SITE_PERL%%/IO/Compress/Adapter/Deflate.pm +%%SITE_PERL%%/IO/Compress/Adapter/Identity.pm +%%SITE_PERL%%/IO/Compress/Base.pm +%%SITE_PERL%%/IO/Compress/Base/Common.pm +%%SITE_PERL%%/IO/Compress/Bzip2.pm +%%SITE_PERL%%/IO/Compress/Deflate.pm +%%SITE_PERL%%/IO/Compress/Gzip.pm +%%SITE_PERL%%/IO/Compress/Gzip/Constants.pm +%%SITE_PERL%%/IO/Compress/RawDeflate.pm +%%SITE_PERL%%/IO/Compress/Zip.pm +%%SITE_PERL%%/IO/Compress/Zip/Constants.pm +%%SITE_PERL%%/IO/Compress/Zlib/Constants.pm +%%SITE_PERL%%/IO/Compress/Zlib/Extra.pm +%%SITE_PERL%%/IO/Uncompress/Adapter/Bunzip2.pm +%%SITE_PERL%%/IO/Uncompress/Adapter/Identity.pm +%%SITE_PERL%%/IO/Uncompress/Adapter/Inflate.pm +%%SITE_PERL%%/IO/Uncompress/AnyInflate.pm +%%SITE_PERL%%/IO/Uncompress/AnyUncompress.pm +%%SITE_PERL%%/IO/Uncompress/Base.pm +%%SITE_PERL%%/IO/Uncompress/Bunzip2.pm +%%SITE_PERL%%/IO/Uncompress/Gunzip.pm +%%SITE_PERL%%/IO/Uncompress/Inflate.pm +%%SITE_PERL%%/IO/Uncompress/RawInflate.pm +%%SITE_PERL%%/IO/Uncompress/Unzip.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO +@dirrmtry %%SITE_PERL%%/IO/Uncompress/Adapter +@dirrmtry %%SITE_PERL%%/IO/Uncompress +@dirrmtry %%SITE_PERL%%/IO/Compress/Zlib +@dirrmtry %%SITE_PERL%%/IO/Compress/Zip +@dirrmtry %%SITE_PERL%%/IO/Compress/Gzip +@dirrmtry %%SITE_PERL%%/IO/Compress/Base +@dirrmtry %%SITE_PERL%%/IO/Compress/Adapter +@dirrmtry %%SITE_PERL%%/IO/Compress +@dirrmtry %%SITE_PERL%%/IO +@dirrmtry %%SITE_PERL%%/File +@dirrmtry %%SITE_PERL%%/Compress |