diff options
author | demon <demon@FreeBSD.org> | 2003-02-23 08:07:17 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-02-23 08:07:17 +0000 |
commit | ea31be8aa20cc828142162587928de8fc3af2d2d (patch) | |
tree | 2a9122259e64ddc91be537716661a4d53067fc28 /archivers | |
parent | 0783ea67804cbd4492af4aca3f7176bf06c0a6d5 (diff) | |
download | FreeBSD-ports-ea31be8aa20cc828142162587928de8fc3af2d2d.zip FreeBSD-ports-ea31be8aa20cc828142162587928de8fc3af2d2d.tar.gz |
New port: Compress::Bzip2.
Bzip2 bindings for Perl5. That means you can access the
Bzip2 library from your Perl scripts there by compressing ordinary
Perl strings.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/p5-Compress-Bzip2/Makefile | 23 | ||||
-rw-r--r-- | archivers/p5-Compress-Bzip2/distinfo | 1 | ||||
-rw-r--r-- | archivers/p5-Compress-Bzip2/pkg-descr | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Bzip2/pkg-plist | 8 |
5 files changed, 36 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 81e509c..69bedcc 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -32,6 +32,7 @@ SUBDIR += nulib SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip + SUBDIR += p5-Compress-Bzip2 SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile new file mode 100644 index 0000000..12c8b14 --- /dev/null +++ b/archivers/p5-Compress-Bzip2/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Compress::Bzip2 +# Date created: 23 February 2003 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Compress-Bzip2 +PORTVERSION= 1.00 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Compress +PKGNAMEPREFIX= p5- + +MAINTAINER= demon@FreeBSD.org +COMMENT= Perl5 interface to bzip2 compression library + +PERL_CONFIGURE= YES + +MAN3= Compress::Bzip2.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/archivers/p5-Compress-Bzip2/distinfo b/archivers/p5-Compress-Bzip2/distinfo new file mode 100644 index 0000000..1ddd545 --- /dev/null +++ b/archivers/p5-Compress-Bzip2/distinfo @@ -0,0 +1 @@ +MD5 (Compress-Bzip2-1.00.tar.gz) = a95354e728a594e7b42f61f803068442 diff --git a/archivers/p5-Compress-Bzip2/pkg-descr b/archivers/p5-Compress-Bzip2/pkg-descr new file mode 100644 index 0000000..6145e78 --- /dev/null +++ b/archivers/p5-Compress-Bzip2/pkg-descr @@ -0,0 +1,3 @@ +Bzip2 bindings for Perl5. That means you can access the +Bzip2 library from your Perl scripts there by compressing ordinary +Perl strings. diff --git a/archivers/p5-Compress-Bzip2/pkg-plist b/archivers/p5-Compress-Bzip2/pkg-plist new file mode 100644 index 0000000..d43606b --- /dev/null +++ b/archivers/p5-Compress-Bzip2/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Compress/Bzip2.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Bzip2/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Bzip2/Bzip2.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Bzip2/Bzip2.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Bzip2/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Bzip2 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Compress 2>/dev/null || true |