Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2006 09:43:35 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100950: [NEW PORT] archivers/p5-Compress-LZW: Pure perl implementation of LZW
Message-ID:  <20060728014336.01BCF73@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607280150.k6S1oEOl003683@freefall.freebsd.org>

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

>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 <gslin@gslin.org>
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 <bsd.port.mk>
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:



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