From owner-svn-ports-head@FreeBSD.ORG Tue Jan 13 02:51:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8651B658; Tue, 13 Jan 2015 02:51:51 +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 57D283E6; Tue, 13 Jan 2015 02:51:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0D2pp3S001706; Tue, 13 Jan 2015 02:51:51 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0D2poKZ001697; Tue, 13 Jan 2015 02:51:50 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201501130251.t0D2poKZ001697@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 13 Jan 2015 02:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376899 - in head/devel: . pecl-propro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2015 02:51:51 -0000 Author: vanilla Date: Tue Jan 13 02:51:49 2015 New Revision: 376899 URL: https://svnweb.freebsd.org/changeset/ports/376899 QAT: https://qat.redports.org/buildarchive/r376899/ Log: Add pecl-propto. Added: head/devel/pecl-propro/ head/devel/pecl-propro/Makefile (contents, props changed) head/devel/pecl-propro/distinfo (contents, props changed) head/devel/pecl-propro/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 13 02:49:42 2015 (r376898) +++ head/devel/Makefile Tue Jan 13 02:51:49 2015 (r376899) @@ -3440,6 +3440,7 @@ SUBDIR += pecl-operator SUBDIR += pecl-params SUBDIR += pecl-parsekit + SUBDIR += pecl-propro SUBDIR += pecl-pthreads SUBDIR += pecl-qb SUBDIR += pecl-raphf Added: head/devel/pecl-propro/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-propro/Makefile Tue Jan 13 02:51:49 2015 (r376899) @@ -0,0 +1,20 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= propro +PORTVERSION= 1.0.0 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Facility to manage extension object properties + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= tar:tgz +USE_PHP= yes +USE_PHPEXT= yes + +.include Added: head/devel/pecl-propro/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-propro/distinfo Tue Jan 13 02:51:49 2015 (r376899) @@ -0,0 +1,2 @@ +SHA256 (propro-1.0.0.tgz) = 9825d50ab4bb214428cd11c14c2f389c16aded09db16d266f27f147a7f2371f2 +SIZE (propro-1.0.0.tgz) = 6217 Added: head/devel/pecl-propro/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-propro/pkg-descr Tue Jan 13 02:51:49 2015 (r376899) @@ -0,0 +1,5 @@ +A facility to manage possibly persistent resources with a comprehensible API. +Provides simliar functionality like the zend_list API, but with more flexiblity +and freedom. + +WWW: http://pecl.php.net/package/propro/