From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 05:30:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 945D28DA; Thu, 10 Jul 2014 05:30:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67E58225D; Thu, 10 Jul 2014 05:30:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6A5UHOL061372; Thu, 10 Jul 2014 05:30:17 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6A5UGrK061365; Thu, 10 Jul 2014 05:30:16 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201407100530.s6A5UGrK061365@svn.freebsd.org> From: Martin Matuska Date: Thu, 10 Jul 2014 05:30:16 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 05:30:17 -0000 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 +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include 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