Date: Sun, 21 Apr 2013 22:59:32 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316220 - in head/archivers: . pear-Horde_Compress_Fast Message-ID: <201304212259.r3LMxWh0084462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Sun Apr 21 22:59:32 2013 New Revision: 316220 URL: http://svnweb.freebsd.org/changeset/ports/316220 Log: Horde_Compress_Fast - Fast Compression Library Provides compression suitable for packing strings on-the-fly in PHP code (as opposed to more resource-intensive compression algorithms such as DEFLATE). WWW: http://pear.horde.org Feature safe: yes Added: head/archivers/pear-Horde_Compress_Fast/ head/archivers/pear-Horde_Compress_Fast/Makefile (contents, props changed) head/archivers/pear-Horde_Compress_Fast/distinfo (contents, props changed) head/archivers/pear-Horde_Compress_Fast/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sun Apr 21 22:29:06 2013 (r316219) +++ head/archivers/Makefile Sun Apr 21 22:59:32 2013 (r316220) @@ -128,6 +128,7 @@ SUBDIR += pbzip2 SUBDIR += pear-File_Archive SUBDIR += pear-Horde_Compress + SUBDIR += pear-Horde_Compress_Fast SUBDIR += pear-PHP_Archiv SUBDIR += pecl-lzf SUBDIR += pecl-phk Added: head/archivers/pear-Horde_Compress_Fast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/pear-Horde_Compress_Fast/Makefile Sun Apr 21 22:59:32 2013 (r316220) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= Horde_Compress_Fast +PORTVERSION= 1.0.1 +CATEGORIES= archivers www pear +PKGNAMEPREFIX= pear- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde Fast Compression Library + +USE_HORDE_RUN= Horde_Exception + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> Added: head/archivers/pear-Horde_Compress_Fast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/pear-Horde_Compress_Fast/distinfo Sun Apr 21 22:59:32 2013 (r316220) @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Compress_Fast-1.0.1.tgz) = 8720546c8881f1cfa258cbf19c34f3df1c1224ea3dde6f3389e655935accafe2 +SIZE (Horde/Horde_Compress_Fast-1.0.1.tgz) = 12114 Added: head/archivers/pear-Horde_Compress_Fast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/pear-Horde_Compress_Fast/pkg-descr Sun Apr 21 22:59:32 2013 (r316220) @@ -0,0 +1,6 @@ +Horde_Compress_Fast - Fast Compression Library + +Provides compression suitable for packing strings on-the-fly in PHP code (as +opposed to more resource-intensive compression algorithms such as DEFLATE). + +WWW: http://pear.horde.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304212259.r3LMxWh0084462>