This module provides a Perl interface that allows writing bzip2
compressed data to files or buffer. WWW: http://search.cpan.org/dist/IO-Compress-Bzip2/ PR: ports/108039 Submitted by: Thomas Abthorpe <thomas at goodking.ca>
This commit is contained in:
parent
3775cead77
commit
17050f925d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182952
@ -74,6 +74,7 @@
|
||||
SUBDIR += p5-Compress-Raw-Zlib
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += p5-IO-Compress-Base
|
||||
SUBDIR += p5-IO-Compress-Bzip2
|
||||
SUBDIR += p5-IO-Compress-Zlib
|
||||
SUBDIR += p5-IO-Zlib
|
||||
SUBDIR += p5-Mac-Macbinary
|
||||
|
26
archivers/p5-IO-Compress-Bzip2/Makefile
Normal file
26
archivers/p5-IO-Compress-Bzip2/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-IO-Compress-Bzip2
|
||||
# Date created: 2007-01-16
|
||||
# Whom: Thomas Abthorpe <thomas@goodking.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-Compress-Bzip2
|
||||
PORTVERSION= 2.003
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= thomas@goodking.ca
|
||||
COMMENT= An interface to allow writing bzip2 compressed data to files or buffer
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
|
||||
${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base:${PORTSDIR}/archivers/p5-IO-Compress-Base
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= IO::Compress::Bzip2.3 IO::Uncompress::Bunzip2.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/p5-IO-Compress-Bzip2/distinfo
Normal file
3
archivers/p5-IO-Compress-Bzip2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IO-Compress-Bzip2-2.003.tar.gz) = 73a4857a3123cae22fb8150d156a9b5c
|
||||
SHA256 (IO-Compress-Bzip2-2.003.tar.gz) = 2ea501292ba86d21cfcba03be0df5846592e8a533d06feba7bb491d12f739c0c
|
||||
SIZE (IO-Compress-Bzip2-2.003.tar.gz) = 71820
|
4
archivers/p5-IO-Compress-Bzip2/pkg-descr
Normal file
4
archivers/p5-IO-Compress-Bzip2/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module provides a Perl interface that allows writing bzip2
|
||||
compressed data to files or buffer.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Compress-Bzip2/
|
13
archivers/p5-IO-Compress-Bzip2/pkg-plist
Normal file
13
archivers/p5-IO-Compress-Bzip2/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
%%SITE_PERL%%/IO/Compress/Adapter/Bzip2.pm
|
||||
%%SITE_PERL%%/IO/Compress/Bzip2.pm
|
||||
%%SITE_PERL%%/IO/Uncompress/Adapter/Bunzip2.pm
|
||||
%%SITE_PERL%%/IO/Uncompress/Bunzip2.pm
|
||||
%%SITE_PERL%%/mach/auto/IO/Compress/Bzip2/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/IO/Compress/Bzip2
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/IO/Compress
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/IO
|
||||
@dirrmtry %%SITE_PERL%%/IO/Uncompress/Adapter
|
||||
@dirrmtry %%SITE_PERL%%/IO/Uncompress
|
||||
@dirrmtry %%SITE_PERL%%/IO/Compress/Adapter
|
||||
@dirrmtry %%SITE_PERL%%/IO/Compress
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
Loading…
Reference in New Issue
Block a user