From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 28 01:50:16 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 6C14B16A4E6 for ; Fri, 28 Jul 2006 01: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 0831543D55 for ; Fri, 28 Jul 2006 01:50:14 +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 k6S1oEI6003684 for ; Fri, 28 Jul 2006 01:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6S1oEOl003683; Fri, 28 Jul 2006 01:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 28 Jul 2006 01:50:14 GMT Resent-Message-Id: <200607280150.k6S1oEOl003683@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 58BB216A4DF for ; Fri, 28 Jul 2006 01:43:38 +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 03C4643D55 for ; Fri, 28 Jul 2006 01:43:37 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 01BCF73; Fri, 28 Jul 2006 09:43:35 +0800 (CST) Message-Id: <20060728014336.01BCF73@netnews.NCTU.edu.tw> Date: Fri, 28 Jul 2006 09:43:35 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100950: [NEW PORT] archivers/p5-Compress-LZW: Pure perl implementation of LZW 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: Fri, 28 Jul 2006 01:50:16 -0000 >Number: 100950 >Category: ports >Synopsis: [NEW PORT] archivers/p5-Compress-LZW: Pure perl implementation of LZW >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: Fri Jul 28 01:50:14 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: Compress::LZW it a perl implementation of the newly free LZW compression algorithm. It defaults to building a 16-bit codeword table, but provides the ability to choose a 12-bit table also. Depending on the size of your data, the 12-bit table may provide better compression. WWW: http://search.cpan.org/dist/Compress-LZW/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Compress-LZW-0.01.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-LZW # p5-Compress-LZW/pkg-descr # p5-Compress-LZW/Makefile # p5-Compress-LZW/pkg-plist # p5-Compress-LZW/distinfo # echo c - p5-Compress-LZW mkdir -p p5-Compress-LZW > /dev/null 2>&1 echo x - p5-Compress-LZW/pkg-descr sed 's/^X//' >p5-Compress-LZW/pkg-descr << 'END-of-p5-Compress-LZW/pkg-descr' XCompress::LZW it a perl implementation of the newly free LZW Xcompression algorithm. It defaults to building a 16-bit codeword table, Xbut provides the ability to choose a 12-bit table also. Depending on Xthe size of your data, the 12-bit table may provide better compression. X XWWW: http://search.cpan.org/dist/Compress-LZW/ END-of-p5-Compress-LZW/pkg-descr echo x - p5-Compress-LZW/Makefile sed 's/^X//' >p5-Compress-LZW/Makefile << 'END-of-p5-Compress-LZW/Makefile' X# New ports collection makefile for: p5-Compress-LZW X# Date created: 2006-07-28 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Compress-LZW XPORTVERSION= 0.01 XCATEGORIES= archivers perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Compress XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Pure perl implementation of LZW X XPERL_CONFIGURE= yes X XMAN3= Compress::LZW.3 X X.include END-of-p5-Compress-LZW/Makefile echo x - p5-Compress-LZW/pkg-plist sed 's/^X//' >p5-Compress-LZW/pkg-plist << 'END-of-p5-Compress-LZW/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZW/.packlist X%%SITE_PERL%%/Compress/LZW.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZW X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress X@dirrmtry %%SITE_PERL%%/Compress END-of-p5-Compress-LZW/pkg-plist echo x - p5-Compress-LZW/distinfo sed 's/^X//' >p5-Compress-LZW/distinfo << 'END-of-p5-Compress-LZW/distinfo' XMD5 (Compress-LZW-0.01.tar.gz) = 7fdd6198f2caf9de276c308f8bd8db70 XSHA256 (Compress-LZW-0.01.tar.gz) = baa1eaaf45b329898fcd5a79af3c468a5a727f944a0fff354f8727f30a72edf0 XSIZE (Compress-LZW-0.01.tar.gz) = 3106 END-of-p5-Compress-LZW/distinfo exit --- p5-Compress-LZW-0.01.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: