This module is the base class for all IO::Compress and IO::Uncompress

modules.

WWW: http://search.cpan.org/dist/IO-Compress-Base/

PR:		ports/105297
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
This commit is contained in:
Martin Wilke 2006-11-14 10:05:38 +00:00
parent 56827c8a80
commit 778d4b23ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177234
5 changed files with 51 additions and 0 deletions

View File

@ -71,6 +71,7 @@
SUBDIR += p5-Compress-LZW
SUBDIR += p5-Compress-Raw-Zlib
SUBDIR += p5-Compress-Zlib
SUBDIR += p5-IO-Compress-Base
SUBDIR += p5-IO-Zlib
SUBDIR += p5-Mac-Macbinary
SUBDIR += p5-POE-Filter-Bzip2

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-IO-Compress-Base
# Date created: 2006-11-07
# Whom: Thomas Abthorpe <thomas@goodking.ca>
#
# $FreeBSD$
#
PORTNAME= IO-Compress-Base
PORTVERSION= 2.001
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= thomas@goodking.ca
COMMENT= Base Class for IO::Uncompress modules
PERL_CONFIGURE= YES
MAN3= IO::Uncompress::AnyUncompress.3 IO::Uncompress::Base.3 \
File::GlobMapper.3 IO::Compress::Base.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This module only support perl 5.6.1 or above
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (IO-Compress-Base-2.001.tar.gz) = 3204362843bd192d048f230be220d9f5
SHA256 (IO-Compress-Base-2.001.tar.gz) = cdd7d7982b311f096fba710e85425797be0e43d70d8f171fb5c835565c33e892
SIZE (IO-Compress-Base-2.001.tar.gz) = 89656

View File

@ -0,0 +1,4 @@
This module is the base class for all IO::Compress and IO::Uncompress
modules.
WWW: http://search.cpan.org/dist/IO-Compress-Base/

View File

@ -0,0 +1,14 @@
%%SITE_PERL%%/File/GlobMapper.pm
%%SITE_PERL%%/IO/Compress/Base.pm
%%SITE_PERL%%/IO/Compress/Base/Common.pm
%%SITE_PERL%%/IO/Uncompress/AnyUncompress.pm
%%SITE_PERL%%/IO/Uncompress/Base.pm
%%SITE_PERL%%/mach/auto/IO/Compress/Base/.packlist
@dirrm %%SITE_PERL%%/mach/auto/IO/Compress/Base
@dirrmtry %%SITE_PERL%%/mach/auto/IO/Compress
@dirrmtry %%SITE_PERL%%/mach/auto/IO
@dirrmtry %%SITE_PERL%%/IO/Uncompress
@dirrmtry %%SITE_PERL%%/IO/Compress/Base
@dirrmtry %%SITE_PERL%%/IO/Compress
@dirrmtry %%SITE_PERL%%/IO
@dirrmtry %%SITE_PERL%%/File