1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add p5-Compress-LZW 0.01, pure perl implementation of LZW.

PR:		ports/100950
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-07-28 03:10:53 +00:00
parent e424172144
commit b908b799ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168917
5 changed files with 38 additions and 0 deletions

View File

@ -62,6 +62,7 @@
SUBDIR += p5-Archive-Tar
SUBDIR += p5-Archive-Zip
SUBDIR += p5-Compress-Bzip2
SUBDIR += p5-Compress-LZW
SUBDIR += p5-Compress-Zlib
SUBDIR += p5-IO-Zlib
SUBDIR += p5-Mac-Macbinary

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Compress-LZW
# Date created: 2006-07-28
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Compress-LZW
PORTVERSION= 0.01
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Pure perl implementation of LZW
PERL_CONFIGURE= yes
MAN3= Compress::LZW.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Compress-LZW-0.01.tar.gz) = 7fdd6198f2caf9de276c308f8bd8db70
SHA256 (Compress-LZW-0.01.tar.gz) = baa1eaaf45b329898fcd5a79af3c468a5a727f944a0fff354f8727f30a72edf0
SIZE (Compress-LZW-0.01.tar.gz) = 3106

View File

@ -0,0 +1,6 @@
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/

View File

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZW/.packlist
%%SITE_PERL%%/Compress/LZW.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZW
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
@dirrmtry %%SITE_PERL%%/Compress