1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

PHP extension that implements the LZ4 compression algorithm - an extremely

fast lossless compression algorithm.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2013-06-04 22:14:58 +00:00
parent 449f05d2f6
commit 646609c6f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319925
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,20 @@
# Created by: Martin Matuska <mm@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@FreeBSD.org
COMMENT= Horde LZ4 Compression Extension for php
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-horde_lz4
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (PECL/horde_lz4-1.0.0.tgz) = 22c62a933ce2dd982835d6063147676564319b8fdf286b7712e7d2be69d7ec99
SIZE (PECL/horde_lz4-1.0.0.tgz) = 21651

View File

@ -0,0 +1,4 @@
PHP extension that implements the LZ4 compression algorithm - an extremely
fast lossless compression algorithm.
WWW: http://pear.horde.org