Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 17:58:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332883 - in head/devel: . pecl-uri_template
Message-ID:  <201311051758.rA5HwZv1074635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051758.rA5HwZv1074635>