Date: Thu, 10 Jul 2014 05:30:16 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361425 - in head/archivers: . pear-Horde_Pack Message-ID: <201407100530.s6A5UGrK061365@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Thu Jul 10 05:30:16 2014 New Revision: 361425 URL: http://svnweb.freebsd.org/changeset/ports/361425 QAT: https://qat.redports.org/buildarchive/r361425/ Log: Horde replacement for serialize()/json_encode() that will automatically use the most efficient serialization available based on the input. WWW: http://pear.horde.org Added: head/archivers/pear-Horde_Pack/ head/archivers/pear-Horde_Pack/Makefile (contents, props changed) head/archivers/pear-Horde_Pack/distinfo (contents, props changed) head/archivers/pear-Horde_Pack/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Thu Jul 10 05:27:06 2014 (r361424) +++ head/archivers/Makefile Thu Jul 10 05:30:16 2014 (r361425) @@ -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 Added: head/archivers/pear-Horde_Pack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/pear-Horde_Pack/Makefile Thu Jul 10 05:30:16 2014 (r361425) @@ -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> Added: head/archivers/pear-Horde_Pack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/pear-Horde_Pack/distinfo Thu Jul 10 05:30:16 2014 (r361425) @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Pack-1.0.2.tgz) = 6f43323440d2d21b4c3bb9c51db0806536e82ed8e94fc5346a304cb29412ba87 +SIZE (Horde/Horde_Pack-1.0.2.tgz) = 15461 Added: head/archivers/pear-Horde_Pack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/pear-Horde_Pack/pkg-descr Thu Jul 10 05:30:16 2014 (r361425) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407100530.s6A5UGrK061365>