mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -32,6 +32,7 @@
|
||||||
SUBDIR += nulib
|
SUBDIR += nulib
|
||||||
SUBDIR += p5-Archive-Tar
|
SUBDIR += p5-Archive-Tar
|
||||||
SUBDIR += p5-Archive-Zip
|
SUBDIR += p5-Archive-Zip
|
||||||
|
SUBDIR += p5-Compress-Bzip2
|
||||||
SUBDIR += p5-Compress-Zlib
|
SUBDIR += p5-Compress-Zlib
|
||||||
SUBDIR += p5-IO-Zlib
|
SUBDIR += p5-IO-Zlib
|
||||||
SUBDIR += p5-Mac-Macbinary
|
SUBDIR += p5-Mac-Macbinary
|
||||||
|
|
23
archivers/p5-Compress-Bzip2/Makefile
Normal file
23
archivers/p5-Compress-Bzip2/Makefile
Normal 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>
|
1
archivers/p5-Compress-Bzip2/distinfo
Normal file
1
archivers/p5-Compress-Bzip2/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Compress-Bzip2-1.00.tar.gz) = a95354e728a594e7b42f61f803068442
|
3
archivers/p5-Compress-Bzip2/pkg-descr
Normal file
3
archivers/p5-Compress-Bzip2/pkg-descr
Normal 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.
|
8
archivers/p5-Compress-Bzip2/pkg-plist
Normal file
8
archivers/p5-Compress-Bzip2/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue