Implementation of URI Template(RFC6570) specification for PHP. WWW: http://pecl.php.net/package/uri_template Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->antoine Take
Author: antoine Date: Tue Nov 5 17:58:34 2013 New Revision: 332883 URL: http://svnweb.freebsd.org/changeset/ports/332883 Log: New port: devel/pecl-uri_template Implementation of URI Template(RFC6570) specification for PHP. WWW: http://pecl.php.net/package/uri_template PR: ports/182991 Submitted by: Gasol Wu Added: head/devel/pecl-uri_template/ head/devel/pecl-uri_template/Makefile (contents, props changed) head/devel/pecl-uri_template/distinfo (contents, props changed) head/devel/pecl-uri_template/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Nov 5 17:57:45 2013 (r332882) +++ head/devel/Makefile Tue Nov 5 17:58:34 2013 (r332883) @@ -3271,6 +3271,7 @@ SUBDIR += pecl-svn SUBDIR += pecl-test_helpers SUBDIR += pecl-uploadprogress + SUBDIR += pecl-uri_template SUBDIR += pecl-uuid SUBDIR += pecl-vld SUBDIR += pecl-xhprof Added: head/devel/pecl-uri_template/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uri_template/Makefile Tue Nov 5 17:58:34 2013 (r332883) @@ -0,0 +1,20 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= uri_template +PORTVERSION= 1.0 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= URI Template(RFC6570) library for PHP + +LICENSE= PHP301 + +USE_PHP= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> Added: head/devel/pecl-uri_template/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uri_template/distinfo Tue Nov 5 17:58:34 2013 (r332883) @@ -0,0 +1,2 @@ +SHA256 (PECL/uri_template-1.0.tgz) = 784a55a5b86592a43fe4464313679762ee609fdf5bdeca7b8da9429adcb4f699 +SIZE (PECL/uri_template-1.0.tgz) = 23489 Added: head/devel/pecl-uri_template/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uri_template/pkg-descr Tue Nov 5 17:58:34 2013 (r332883) @@ -0,0 +1,3 @@ +Implementation of URI Template(RFC6570) specification for PHP. + +WWW: http://pecl.php.net/package/uri_template _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, thanks!