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>
This commit is contained in:
Martin Wilke 2008-04-27 19:46:43 +00:00
parent 18955abed6
commit 02f53e22de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212112
4 changed files with 33 additions and 0 deletions

View File

@ -662,6 +662,7 @@
SUBDIR += pear-Net_Whois
SUBDIR += pear-SOAP
SUBDIR += pear-Services_Pingback
SUBDIR += pear-URI_Template
SUBDIR += pear-XML_RPC
SUBDIR += pecl-cvsclient
SUBDIR += pecl-geoip

View File

@ -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>

View File

@ -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

View File

@ -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/