svn commit: r319925 - in head/archivers: . php-horde_lz4
Martin Matuska
mm at FreeBSD.org
Tue Jun 4 22:14:59 UTC 2013
Author: mm
Date: Tue Jun 4 22:14:58 2013
New Revision: 319925
URL: http://svnweb.freebsd.org/changeset/ports/319925
Log:
PHP extension that implements the LZ4 compression algorithm - an extremely
fast lossless compression algorithm.
WWW: http://pear.horde.org
Added:
head/archivers/php-horde_lz4/
head/archivers/php-horde_lz4/Makefile (contents, props changed)
head/archivers/php-horde_lz4/distinfo (contents, props changed)
head/archivers/php-horde_lz4/pkg-descr (contents, props changed)
Modified:
head/archivers/Makefile
Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile Tue Jun 4 22:12:18 2013 (r319924)
+++ head/archivers/Makefile Tue Jun 4 22:14:58 2013 (r319925)
@@ -132,6 +132,7 @@
SUBDIR += pecl-lzf
SUBDIR += pecl-phk
SUBDIR += pecl-rar
+ SUBDIR += php-horde_lz4
SUBDIR += php5-bz2
SUBDIR += php5-phar
SUBDIR += php5-zip
Added: head/archivers/php-horde_lz4/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/php-horde_lz4/Makefile Tue Jun 4 22:14:58 2013 (r319925)
@@ -0,0 +1,20 @@
+# Created by: Martin Matuska <mm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= horde_lz4
+PORTVERSION= 1.0.0
+CATEGORIES= archivers pear
+MASTER_SITES= http://pear.horde.org/get/
+PKGNAMEPREFIX= php-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= mm at FreeBSD.org
+COMMENT= Horde LZ4 Compression Extension for php
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+CONFIGURE_ARGS= --enable-horde_lz4
+
+.include <bsd.port.mk>
Added: head/archivers/php-horde_lz4/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/php-horde_lz4/distinfo Tue Jun 4 22:14:58 2013 (r319925)
@@ -0,0 +1,2 @@
+SHA256 (PECL/horde_lz4-1.0.0.tgz) = 22c62a933ce2dd982835d6063147676564319b8fdf286b7712e7d2be69d7ec99
+SIZE (PECL/horde_lz4-1.0.0.tgz) = 21651
Added: head/archivers/php-horde_lz4/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/php-horde_lz4/pkg-descr Tue Jun 4 22:14:58 2013 (r319925)
@@ -0,0 +1,4 @@
+PHP extension that implements the LZ4 compression algorithm - an extremely
+fast lossless compression algorithm.
+
+WWW: http://pear.horde.org
More information about the svn-ports-head
mailing list