mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Free
compression. PR: ports/103095 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
e42e363264
commit
f02ab7ac68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173881
@ -65,6 +65,7 @@
|
||||
SUBDIR += p5-Archive-Tar
|
||||
SUBDIR += p5-Archive-Zip
|
||||
SUBDIR += p5-Compress-Bzip2
|
||||
SUBDIR += p5-Compress-LZF
|
||||
SUBDIR += p5-Compress-LZW
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += p5-IO-Zlib
|
||||
|
22
archivers/p5-Compress-LZF/Makefile
Normal file
22
archivers/p5-Compress-LZF/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Compress-LZF
|
||||
# Date created: 2006-09-10
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Compress-LZF
|
||||
PORTVERSION= 1.65
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Compress
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Extremely light-weight Lempel-Ziv-Free compression
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Compress::LZF.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/p5-Compress-LZF/distinfo
Normal file
3
archivers/p5-Compress-LZF/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Compress-LZF-1.65.tar.gz) = db140ad46b5e525e78473932f1618f99
|
||||
SHA256 (Compress-LZF-1.65.tar.gz) = e8ecea893fc75628152960f0069cb41092a0a4f3e0b487f0456a9f880b516d5d
|
||||
SIZE (Compress-LZF-1.65.tar.gz) = 22444
|
8
archivers/p5-Compress-LZF/pkg-descr
Normal file
8
archivers/p5-Compress-LZF/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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/
|
8
archivers/p5-Compress-LZF/pkg-plist
Normal file
8
archivers/p5-Compress-LZF/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Compress/LZF.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/LZF.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF/LZF.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZF
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress
|
Loading…
Reference in New Issue
Block a user