diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-17 12:52:51 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-17 12:52:51 +0800 |
commit | 2e1e89f8203e02c0fe12904d846d1b96b48490f7 (patch) | |
tree | d4af1f7bc3187bbca3b93d4d173b3055bfca44bc /archivers/p5-Compress-Raw-Bzip2 | |
parent | a3a4186c59033797f6e2e85e6561d0beea65d997 (diff) | |
download | freebsd-ports-gnome-2e1e89f8203e02c0fe12904d846d1b96b48490f7.tar.gz freebsd-ports-gnome-2e1e89f8203e02c0fe12904d846d1b96b48490f7.tar.zst freebsd-ports-gnome-2e1e89f8203e02c0fe12904d846d1b96b48490f7.zip |
Add p5-Compress-Raw-Bzip2 2.003, low-Level Interface to bzip2
compression library.
PR: ports/108023
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Diffstat (limited to 'archivers/p5-Compress-Raw-Bzip2')
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/Makefile | 22 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/distinfo | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/pkg-descr | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/pkg-plist | 10 |
4 files changed, 38 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Raw-Bzip2/Makefile b/archivers/p5-Compress-Raw-Bzip2/Makefile new file mode 100644 index 000000000000..8704d64dc1b8 --- /dev/null +++ b/archivers/p5-Compress-Raw-Bzip2/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Compress-Raw-Bzip2 +# Date created: 2007-01-16 +# Whom: Thomas Abthorpe <thomas@goodking.ca> +# +# $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 <bsd.port.mk> diff --git a/archivers/p5-Compress-Raw-Bzip2/distinfo b/archivers/p5-Compress-Raw-Bzip2/distinfo new file mode 100644 index 000000000000..8d7b8ff70a85 --- /dev/null +++ b/archivers/p5-Compress-Raw-Bzip2/distinfo @@ -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 diff --git a/archivers/p5-Compress-Raw-Bzip2/pkg-descr b/archivers/p5-Compress-Raw-Bzip2/pkg-descr new file mode 100644 index 000000000000..ac175725ae26 --- /dev/null +++ b/archivers/p5-Compress-Raw-Bzip2/pkg-descr @@ -0,0 +1,3 @@ +Low-Level Interface to bzip2 compression library. + +WWW: http://search.cpan.org/dist/Compress-Raw-Bzip2/ diff --git a/archivers/p5-Compress-Raw-Bzip2/pkg-plist b/archivers/p5-Compress-Raw-Bzip2/pkg-plist new file mode 100644 index 000000000000..c053c308501b --- /dev/null +++ b/archivers/p5-Compress-Raw-Bzip2/pkg-plist @@ -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 |