diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 19:46:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 19:46:43 +0000 |
commit | 02f53e22de522bee346a2d80e760d6b9665785b6 (patch) | |
tree | 8d326b197b81de91b992a39bc2b709dfd9fe045d /net/pear-URI_Template | |
parent | 18955abed6cada01297e32514899e52fef661a56 (diff) |
This package contains a parser for URI Templates as defined
in the URI Template draft that is currently being proposed to
the IETF.
WWW: http://pear.php.net/package/URI_Template/
PR: ports/122533
Submitted by: Wen heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=212112
Diffstat (limited to 'net/pear-URI_Template')
-rw-r--r-- | net/pear-URI_Template/Makefile | 24 | ||||
-rw-r--r-- | net/pear-URI_Template/distinfo | 3 | ||||
-rw-r--r-- | net/pear-URI_Template/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/net/pear-URI_Template/Makefile b/net/pear-URI_Template/Makefile new file mode 100644 index 000000000000..70ee54548d79 --- /dev/null +++ b/net/pear-URI_Template/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-URI_Template +# Date created: 07 April 2008 +# Whom: wenheping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= URI_Template +PORTVERSION= 0.2.0 +CATEGORIES= net pear + +MAINTAINER= wenheping@gmail.com +COMMENT= Parser for URI Templates + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear + +CATAGORY= Net +FILES= Template.php +TESTS= AllTests.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/net/pear-URI_Template/distinfo b/net/pear-URI_Template/distinfo new file mode 100644 index 000000000000..d87fbb1e2371 --- /dev/null +++ b/net/pear-URI_Template/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/URI_Template-0.2.0.tgz) = 2a01a2b546fd6a0d5eb85da2da233753 +SHA256 (PEAR/URI_Template-0.2.0.tgz) = 6a020ec394b50487098292b52b884a0d941936d2b2d0556e6a92523501922f04 +SIZE (PEAR/URI_Template-0.2.0.tgz) = 5609 diff --git a/net/pear-URI_Template/pkg-descr b/net/pear-URI_Template/pkg-descr new file mode 100644 index 000000000000..a98f766d25f2 --- /dev/null +++ b/net/pear-URI_Template/pkg-descr @@ -0,0 +1,5 @@ +This package contains a parser for URI Templates as defined +in the URI Template draft that is currently being proposed to +the IETF. + +WWW: http://pear.php.net/package/URI_Template/ |