Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2006 23:42:31 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/103095: [NEW PORT] perl5/p5-Compress-LZF: Extremely light-weight Lempel-Ziv-Free compression
Message-ID:  <20060910154231.32E576D@netnews.NCTU.edu.tw>
Resent-Message-ID: <200609101550.k8AFoF2A050493@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103095
>Category:       ports
>Synopsis:       [NEW PORT] perl5/p5-Compress-LZF: Extremely light-weight Lempel-Ziv-Free compression
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 10 15:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
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/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Compress-LZF-1.65.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Compress-LZF
#	p5-Compress-LZF/pkg-descr
#	p5-Compress-LZF/Makefile
#	p5-Compress-LZF/pkg-plist
#	p5-Compress-LZF/distinfo
#
echo c - p5-Compress-LZF
mkdir -p p5-Compress-LZF > /dev/null 2>&1
echo x - p5-Compress-LZF/pkg-descr
sed 's/^X//' >p5-Compress-LZF/pkg-descr << 'END-of-p5-Compress-LZF/pkg-descr'
XLZF is an extremely fast (not that much slower than a pure memcpy)
Xcompression algorithm. It is ideal for applications where you want to
Xsave some space but not at the cost of speed. It is ideal for
Xrepetitive data as well. The module is self-contained and very small
X(no large library to be pulled in). It is also free, so there should
Xbe no problems incoporating this module into commercial programs.
X
XWWW:	http://search.cpan.org/dist/Compress-LZF/
END-of-p5-Compress-LZF/pkg-descr
echo x - p5-Compress-LZF/Makefile
sed 's/^X//' >p5-Compress-LZF/Makefile << 'END-of-p5-Compress-LZF/Makefile'
X# New ports collection makefile for:	p5-Compress-LZF
X# Date created:		2006-09-10
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Compress-LZF
XPORTVERSION=	1.65
XCATEGORIES=	perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Compress
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	Extremely light-weight Lempel-Ziv-Free compression
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Compress::LZF.3
X
X.include <bsd.port.mk>
END-of-p5-Compress-LZF/Makefile
echo x - p5-Compress-LZF/pkg-plist
sed 's/^X//' >p5-Compress-LZF/pkg-plist << 'END-of-p5-Compress-LZF/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/Compress/LZF.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/LZF.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/LZF.so
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress
END-of-p5-Compress-LZF/pkg-plist
echo x - p5-Compress-LZF/distinfo
sed 's/^X//' >p5-Compress-LZF/distinfo << 'END-of-p5-Compress-LZF/distinfo'
XMD5 (Compress-LZF-1.65.tar.gz) = db140ad46b5e525e78473932f1618f99
XSHA256 (Compress-LZF-1.65.tar.gz) = e8ecea893fc75628152960f0069cb41092a0a4f3e0b487f0456a9f880b516d5d
XSIZE (Compress-LZF-1.65.tar.gz) = 22444
END-of-p5-Compress-LZF/distinfo
exit
--- p5-Compress-LZF-1.65.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060910154231.32E576D>