1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Horde replacement for serialize()/json_encode() that will automatically use the

most efficient serialization available based on the input.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2014-07-10 05:30:16 +00:00
parent b99d100fe3
commit 0f96734149
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361425
4 changed files with 23 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Pack-1.0.2.tgz) = 6f43323440d2d21b4c3bb9c51db0806536e82ed8e94fc5346a304cb29412ba87
SIZE (Horde/Horde_Pack-1.0.2.tgz) = 15461

View File

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