svn commit: r316220 - in head/archivers: . pear-Horde_Compress_Fast
Martin Matuska
mm at FreeBSD.org
Sun Apr 21 22:59:33 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list