From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 10 15:50:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 049C316A49E for ; Sun, 10 Sep 2006 15:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D7843D49 for ; Sun, 10 Sep 2006 15:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8AFoFp3050494 for ; Sun, 10 Sep 2006 15:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8AFoF2A050493; Sun, 10 Sep 2006 15:50:15 GMT (envelope-from gnats) Resent-Date: Sun, 10 Sep 2006 15:50:15 GMT Resent-Message-Id: <200609101550.k8AFoF2A050493@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5264116A51F for ; Sun, 10 Sep 2006 15:42:33 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FBB43D45 for ; Sun, 10 Sep 2006 15:42:32 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 32E576D; Sun, 10 Sep 2006 23:42:31 +0800 (CST) Message-Id: <20060910154231.32E576D@netnews.NCTU.edu.tw> Date: Sun, 10 Sep 2006 23:42:31 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/103095: [NEW PORT] perl5/p5-Compress-LZF: Extremely light-weight Lempel-Ziv-Free compression X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 15:50:17 -0000 >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 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 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: