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:
parent
56827c8a80
commit
778d4b23ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177234
@ -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
|
||||
|
29
archivers/p5-IO-Compress-Base/Makefile
Normal file
29
archivers/p5-IO-Compress-Base/Makefile
Normal 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>
|
3
archivers/p5-IO-Compress-Base/distinfo
Normal file
3
archivers/p5-IO-Compress-Base/distinfo
Normal 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
|
4
archivers/p5-IO-Compress-Base/pkg-descr
Normal file
4
archivers/p5-IO-Compress-Base/pkg-descr
Normal 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/
|
14
archivers/p5-IO-Compress-Base/pkg-plist
Normal file
14
archivers/p5-IO-Compress-Base/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user