diff options
author | Martin Matuska <mm@FreeBSD.org> | 2013-04-21 22:59:32 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2013-04-21 22:59:32 +0000 |
commit | e4eebc06e5ddf01a675c946a73d96493eebc9823 (patch) | |
tree | b59f8885c04b9fb5611a7824dc774258b5b83ecb /archivers | |
parent | eff583830e781325c8d59d99d4edd388e30875db (diff) | |
download | ports-e4eebc06e5ddf01a675c946a73d96493eebc9823.tar.gz ports-e4eebc06e5ddf01a675c946a73d96493eebc9823.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/pear-Horde_Compress_Fast/Makefile | 15 | ||||
-rw-r--r-- | archivers/pear-Horde_Compress_Fast/distinfo | 2 | ||||
-rw-r--r-- | archivers/pear-Horde_Compress_Fast/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index fd88e9455a3d..95f146e17780 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -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 diff --git a/archivers/pear-Horde_Compress_Fast/Makefile b/archivers/pear-Horde_Compress_Fast/Makefile new file mode 100644 index 000000000000..e91dd76a71ed --- /dev/null +++ b/archivers/pear-Horde_Compress_Fast/Makefile @@ -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> diff --git a/archivers/pear-Horde_Compress_Fast/distinfo b/archivers/pear-Horde_Compress_Fast/distinfo new file mode 100644 index 000000000000..f78f4c9eee19 --- /dev/null +++ b/archivers/pear-Horde_Compress_Fast/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Compress_Fast-1.0.1.tgz) = 8720546c8881f1cfa258cbf19c34f3df1c1224ea3dde6f3389e655935accafe2 +SIZE (Horde/Horde_Compress_Fast-1.0.1.tgz) = 12114 diff --git a/archivers/pear-Horde_Compress_Fast/pkg-descr b/archivers/pear-Horde_Compress_Fast/pkg-descr new file mode 100644 index 000000000000..6f23b000d090 --- /dev/null +++ b/archivers/pear-Horde_Compress_Fast/pkg-descr @@ -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 |