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.
This commit is contained in:
Dmitry Sivachenko 2003-02-23 08:07:17 +00:00
parent 77032a0ce2
commit 2ba25c04bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76238
5 changed files with 36 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (Compress-Bzip2-1.00.tar.gz) = a95354e728a594e7b42f61f803068442

View file

@ -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.

View file

@ -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