Add p5-POE-Filter-LZF 1.5, a POE filter wrapped around Compress::LZF.

PR:		ports/103096
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-09-27 08:45:14 +00:00
parent e4b9fe982d
commit b5f5d08101
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173958
5 changed files with 43 additions and 0 deletions

View file

@ -72,6 +72,7 @@
SUBDIR += p5-IO-Zlib
SUBDIR += p5-Mac-Macbinary
SUBDIR += p5-POE-Filter-Bzip2
SUBDIR += p5-POE-Filter-LZF
SUBDIR += p5-POE-Filter-LZW
SUBDIR += p5-POE-Filter-Zlib
SUBDIR += p5-PerlIO-gzip

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-POE-Filter-LZF
# Date created: 2006-09-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= POE-Filter-LZF
PORTVERSION= 1.5
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A POE filter wrapped around Compress::LZF
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/LZF.pm:${PORTSDIR}/archivers/p5-Compress-LZF \
p5-POE>=0.3501:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Filter::LZF.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (POE-Filter-LZF-1.5.tar.gz) = bea9a9218c5439acb5f01d00d7a347e9
SHA256 (POE-Filter-LZF-1.5.tar.gz) = 9f2e83090e5612c9a35971eb3295e9f6238d9b8efd10e5b684190a8943e66f26
SIZE (POE-Filter-LZF-1.5.tar.gz) = 10059

View file

@ -0,0 +1,5 @@
POE::Filter::LZF provides a POE filter for performing compression/
decompression using Compress::LZF. It is suitable for use with
POE::Filter::Stackable.
WWW: http://search.cpan.org/dist/POE-Filter-LZF/

View file

@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/LZF/.packlist
%%SITE_PERL%%/POE/Filter/LZF.pm
@dirrmtry %%SITE_PERL%%/POE/Filter
@dirrmtry %%SITE_PERL%%/POE
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/LZF
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE