mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add p5-POE-Filter-Bzip2 1.2, a POE filter wrapped around
Compress::Bzip2. PR: ports/100953 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
64bbf3e085
commit
09c4ec343e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168921
@ -66,6 +66,7 @@
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += p5-IO-Zlib
|
||||
SUBDIR += p5-Mac-Macbinary
|
||||
SUBDIR += p5-POE-Filter-Bzip2
|
||||
SUBDIR += p5-POE-Filter-Zlib
|
||||
SUBDIR += p5-PerlIO-gzip
|
||||
SUBDIR += p7zip
|
||||
|
31
archivers/p5-POE-Filter-Bzip2/Makefile
Normal file
31
archivers/p5-POE-Filter-Bzip2/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-POE-Filter-Bzip2
|
||||
# Date created: 2006-07-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Filter-Bzip2
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= A POE filter wrapped around Compress::Bzip2
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
||||
${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Filter::Bzip2.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601 # Inherited from archivers/p5-Compress-Bzip2
|
||||
IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
archivers/p5-POE-Filter-Bzip2/distinfo
Normal file
3
archivers/p5-POE-Filter-Bzip2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-Filter-Bzip2-1.2.tar.gz) = 5a4d57dde72d7342a3574b8460df49b2
|
||||
SHA256 (POE-Filter-Bzip2-1.2.tar.gz) = 62a9f68353049e11ce59ab74975b7e5846cfe10959f4ab56c2e449c0e8c6891b
|
||||
SIZE (POE-Filter-Bzip2-1.2.tar.gz) = 2474
|
5
archivers/p5-POE-Filter-Bzip2/pkg-descr
Normal file
5
archivers/p5-POE-Filter-Bzip2/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
POE::Filter::Bzip2 provides a POE filter for performing compression/
|
||||
decompression using Compress::Bzip2. It is suitable for use with
|
||||
POE::Filter::Stackable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Filter-Bzip2/
|
8
archivers/p5-POE-Filter-Bzip2/pkg-plist
Normal file
8
archivers/p5-POE-Filter-Bzip2/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/Bzip2/.packlist
|
||||
%%SITE_PERL%%/POE/Filter/Bzip2.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/Bzip2
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
@dirrmtry %%SITE_PERL%%/POE/Filter
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
Loading…
Reference in New Issue
Block a user