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
This commit is contained in:
parent
eff583830e
commit
e4eebc06e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316220
4 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
15
archivers/pear-Horde_Compress_Fast/Makefile
Normal file
15
archivers/pear-Horde_Compress_Fast/Makefile
Normal file
|
@ -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>
|
2
archivers/pear-Horde_Compress_Fast/distinfo
Normal file
2
archivers/pear-Horde_Compress_Fast/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Horde/Horde_Compress_Fast-1.0.1.tgz) = 8720546c8881f1cfa258cbf19c34f3df1c1224ea3dde6f3389e655935accafe2
|
||||
SIZE (Horde/Horde_Compress_Fast-1.0.1.tgz) = 12114
|
6
archivers/pear-Horde_Compress_Fast/pkg-descr
Normal file
6
archivers/pear-Horde_Compress_Fast/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue