From f02ab7ac68fa16b52114a6bb38fbbfee645e151c Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 26 Sep 2006 10:51:21 +0000 Subject: [PATCH] Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Free compression. PR: ports/103095 Submitted by: Gea-Suan Lin --- archivers/Makefile | 1 + archivers/p5-Compress-LZF/Makefile | 22 ++++++++++++++++++++++ archivers/p5-Compress-LZF/distinfo | 3 +++ archivers/p5-Compress-LZF/pkg-descr | 8 ++++++++ archivers/p5-Compress-LZF/pkg-plist | 8 ++++++++ 5 files changed, 42 insertions(+) create mode 100644 archivers/p5-Compress-LZF/Makefile create mode 100644 archivers/p5-Compress-LZF/distinfo create mode 100644 archivers/p5-Compress-LZF/pkg-descr create mode 100644 archivers/p5-Compress-LZF/pkg-plist diff --git a/archivers/Makefile b/archivers/Makefile index 32901e68be69..cc529bdfecd5 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Bzip2 + SUBDIR += p5-Compress-LZF SUBDIR += p5-Compress-LZW SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Zlib diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile new file mode 100644 index 000000000000..d82bdeb49681 --- /dev/null +++ b/archivers/p5-Compress-LZF/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Compress-LZF +# Date created: 2006-09-10 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= Compress-LZF +PORTVERSION= 1.65 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Compress +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Extremely light-weight Lempel-Ziv-Free compression + +PERL_CONFIGURE= yes + +MAN3= Compress::LZF.3 + +.include diff --git a/archivers/p5-Compress-LZF/distinfo b/archivers/p5-Compress-LZF/distinfo new file mode 100644 index 000000000000..755bf17e401f --- /dev/null +++ b/archivers/p5-Compress-LZF/distinfo @@ -0,0 +1,3 @@ +MD5 (Compress-LZF-1.65.tar.gz) = db140ad46b5e525e78473932f1618f99 +SHA256 (Compress-LZF-1.65.tar.gz) = e8ecea893fc75628152960f0069cb41092a0a4f3e0b487f0456a9f880b516d5d +SIZE (Compress-LZF-1.65.tar.gz) = 22444 diff --git a/archivers/p5-Compress-LZF/pkg-descr b/archivers/p5-Compress-LZF/pkg-descr new file mode 100644 index 000000000000..46a767386b01 --- /dev/null +++ b/archivers/p5-Compress-LZF/pkg-descr @@ -0,0 +1,8 @@ +LZF is an extremely fast (not that much slower than a pure memcpy) +compression algorithm. It is ideal for applications where you want to +save some space but not at the cost of speed. It is ideal for +repetitive data as well. The module is self-contained and very small +(no large library to be pulled in). It is also free, so there should +be no problems incoporating this module into commercial programs. + +WWW: http://search.cpan.org/dist/Compress-LZF/ diff --git a/archivers/p5-Compress-LZF/pkg-plist b/archivers/p5-Compress-LZF/pkg-plist new file mode 100644 index 000000000000..2405c04f3439 --- /dev/null +++ b/archivers/p5-Compress-LZF/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/Compress/LZF.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/LZF.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/LZF.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress