mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add p5-POE-Filter-Zlib 1.2, a POE filter wrapped around Compress::Zlib.
PR: ports/100949 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
b908b799ef
commit
64bbf3e085
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168919
@ -66,6 +66,7 @@
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += p5-IO-Zlib
|
||||
SUBDIR += p5-Mac-Macbinary
|
||||
SUBDIR += p5-POE-Filter-Zlib
|
||||
SUBDIR += p5-PerlIO-gzip
|
||||
SUBDIR += p7zip
|
||||
SUBDIR += par2cmdline
|
||||
|
25
archivers/p5-POE-Filter-Zlib/Makefile
Normal file
25
archivers/p5-POE-Filter-Zlib/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-POE-Filter-Zlib
|
||||
# Date created: 2006-07-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Filter-Zlib
|
||||
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::Zlib
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Filter::Zlib.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/p5-POE-Filter-Zlib/distinfo
Normal file
3
archivers/p5-POE-Filter-Zlib/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-Filter-Zlib-1.2.tar.gz) = 996f99264364ac8770ad429ab7457f96
|
||||
SHA256 (POE-Filter-Zlib-1.2.tar.gz) = 3fc487af68f8e5931d319787cc9d85f3dc669e937e580b91c20fa215944302f8
|
||||
SIZE (POE-Filter-Zlib-1.2.tar.gz) = 2472
|
5
archivers/p5-POE-Filter-Zlib/pkg-descr
Normal file
5
archivers/p5-POE-Filter-Zlib/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
POE::Filter::Zlib provides a POE filter for performing compression/
|
||||
uncompression using Compress::Zlib. It is suitable for use with
|
||||
POE::Filter::Stackable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Filter-Zlib/
|
8
archivers/p5-POE-Filter-Zlib/pkg-plist
Normal file
8
archivers/p5-POE-Filter-Zlib/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/Zlib/.packlist
|
||||
%%SITE_PERL%%/POE/Filter/Zlib.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/Zlib
|
||||
@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