Date: Thu, 28 Aug 2014 12:36:20 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366400 - in head/archivers: . p5-Compress-LZ4 Message-ID: <201408281236.s7SCaK4G022742@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/LZ4 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281236.s7SCaK4G022742>