diff options
author | mm <mm@FreeBSD.org> | 2014-07-10 13:30:16 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2014-07-10 13:30:16 +0800 |
commit | 3a2f9399ff50b59d70aa44bcf0ddf8a27a5dec9e (patch) | |
tree | 58a4c8e5bbad085abb35b6d1804d5928925a8771 /archivers | |
parent | 2f38eecb4e42ab0dd85ca5f392cf9495319ec59e (diff) | |
download | freebsd-ports-gnome-3a2f9399ff50b59d70aa44bcf0ddf8a27a5dec9e.tar.gz freebsd-ports-gnome-3a2f9399ff50b59d70aa44bcf0ddf8a27a5dec9e.tar.zst freebsd-ports-gnome-3a2f9399ff50b59d70aa44bcf0ddf8a27a5dec9e.zip |
Horde replacement for serialize()/json_encode() that will automatically use the
most efficient serialization available based on the input.
WWW: http://pear.horde.org
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/pear-Horde_Pack/Makefile | 16 | ||||
-rw-r--r-- | archivers/pear-Horde_Pack/distinfo | 2 | ||||
-rw-r--r-- | archivers/pear-Horde_Pack/pkg-descr | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 7357675ac62f..c390008ba4ae 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -131,6 +131,7 @@ SUBDIR += pear-File_Archive SUBDIR += pear-Horde_Compress SUBDIR += pear-Horde_Compress_Fast + SUBDIR += pear-Horde_Pack SUBDIR += pear-PHP_Archiv SUBDIR += pecl-lzf SUBDIR += pecl-phk diff --git a/archivers/pear-Horde_Pack/Makefile b/archivers/pear-Horde_Pack/Makefile new file mode 100644 index 000000000000..f69701f2d3fd --- /dev/null +++ b/archivers/pear-Horde_Pack/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= Horde_Pack +PORTVERSION= 1.0.2 +CATEGORIES= archivers www pear +PKGNAMEPREFIX= pear- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde Pack Utility + +USE_HORDE_RUN= Horde_Compress_Fast \ + 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_Pack/distinfo b/archivers/pear-Horde_Pack/distinfo new file mode 100644 index 000000000000..d07d598da370 --- /dev/null +++ b/archivers/pear-Horde_Pack/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Pack-1.0.2.tgz) = 6f43323440d2d21b4c3bb9c51db0806536e82ed8e94fc5346a304cb29412ba87 +SIZE (Horde/Horde_Pack-1.0.2.tgz) = 15461 diff --git a/archivers/pear-Horde_Pack/pkg-descr b/archivers/pear-Horde_Pack/pkg-descr new file mode 100644 index 000000000000..cfcd560e8ff1 --- /dev/null +++ b/archivers/pear-Horde_Pack/pkg-descr @@ -0,0 +1,4 @@ +Horde replacement for serialize()/json_encode() that will automatically use the +most efficient serialization available based on the input. + +WWW: http://pear.horde.org |