svn commit: r366400 - in head/archivers: . p5-Compress-LZ4
Kurt Jaeger
pi at FreeBSD.org
Thu Aug 28 12:36:21 UTC 2014
Author: pi
Date: Thu Aug 28 12:36:19 2014
New Revision: 366400
URL: http://svnweb.freebsd.org/changeset/ports/366400
QAT: https://qat.redports.org/buildarchive/r366400/
Log:
New port: archivers/p5-Compress-LZ4
The Compress::LZ4 module provides an interface to the LZ4 (de)compressor.
WWW: http://search.cpan.org/dist/Compress-LZ4/
Added:
head/archivers/p5-Compress-LZ4/
head/archivers/p5-Compress-LZ4/Makefile (contents, props changed)
head/archivers/p5-Compress-LZ4/distinfo (contents, props changed)
head/archivers/p5-Compress-LZ4/pkg-descr (contents, props changed)
head/archivers/p5-Compress-LZ4/pkg-plist (contents, props changed)
Modified:
head/archivers/Makefile
Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile Thu Aug 28 12:19:12 2014 (r366399)
+++ head/archivers/Makefile Thu Aug 28 12:36:19 2014 (r366400)
@@ -98,6 +98,7 @@
SUBDIR += p5-Archive-Tar
SUBDIR += p5-Archive-Zip
SUBDIR += p5-Compress-Bzip2
+ SUBDIR += p5-Compress-LZ4
SUBDIR += p5-Compress-LZF
SUBDIR += p5-Compress-LZO
SUBDIR += p5-Compress-LZW
Added: head/archivers/p5-Compress-LZ4/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/p5-Compress-LZ4/Makefile Thu Aug 28 12:36:19 2014 (r366400)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= Compress-LZ4
+PORTVERSION= 0.20
+CATEGORIES= archivers perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Interface to the LZ4 (de)compressor
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+post-stage:
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Compress/LZ4/LZ4.so
+
+.include <bsd.port.mk>
Added: head/archivers/p5-Compress-LZ4/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/p5-Compress-LZ4/distinfo Thu Aug 28 12:36:19 2014 (r366400)
@@ -0,0 +1,2 @@
+SHA256 (Compress-LZ4-0.20.tar.gz) = a37e9721920828dfc64cb1c4b06d646d4d9435ac21d8d2a84929b44e711a1950
+SIZE (Compress-LZ4-0.20.tar.gz) = 47854
Added: head/archivers/p5-Compress-LZ4/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/p5-Compress-LZ4/pkg-descr Thu Aug 28 12:36:19 2014 (r366400)
@@ -0,0 +1,3 @@
+The Compress::LZ4 module provides an interface to the LZ4 (de)compressor.
+
+WWW: http://search.cpan.org/dist/Compress-LZ4/
Added: head/archivers/p5-Compress-LZ4/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/p5-Compress-LZ4/pkg-plist Thu Aug 28 12:36:19 2014 (r366400)
@@ -0,0 +1,7 @@
+%%PERL5_MAN3%%/Compress::LZ4.3.gz
+%%SITE_PERL%%/%%PERL_ARCH%%/Compress/LZ4.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZ4/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZ4/LZ4.so
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZ4
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
More information about the svn-ports-all
mailing list