mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
e4b9fe982d
commit
b5f5d08101
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173958
@ -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
|
||||
|
26
archivers/p5-POE-Filter-LZF/Makefile
Normal file
26
archivers/p5-POE-Filter-LZF/Makefile
Normal 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>
|
3
archivers/p5-POE-Filter-LZF/distinfo
Normal file
3
archivers/p5-POE-Filter-LZF/distinfo
Normal 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
|
5
archivers/p5-POE-Filter-LZF/pkg-descr
Normal file
5
archivers/p5-POE-Filter-LZF/pkg-descr
Normal 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/
|
8
archivers/p5-POE-Filter-LZF/pkg-plist
Normal file
8
archivers/p5-POE-Filter-LZF/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user