Bug 182991 - [NEW PORT] devel/pecl-uri_template: URI Template(RFC6570) library for PHP
Summary: [NEW PORT] devel/pecl-uri_template: URI Template(RFC6570) library for PHP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 07:50 UTC by Gasol Wu
Modified: 2013-11-05 18:00 UTC (History)
0 users

See Also:


Attachments
.shar (1.51 KB, text/plain)
2013-10-15 07:50 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-10-15 07:50:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-15 07:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2013-11-04 20:29:13 UTC
Responsible Changed
From-To: miwi->antoine

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-05 17:58:44 UTC
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"
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2013-11-05 18:00:15 UTC
State Changed
From-To: open->closed

New port added, thanks!