diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-21 06:08:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-21 06:08:28 +0800 |
commit | d494d38116f49375c54578a47f1dc9b5b9e0b2ab (patch) | |
tree | 9c1a8a96bf67ca155a8c2ae2351e4e4fa5da5d9c /www | |
parent | aec80f269b0e0624c1ccfa34de521b0656cd8cf2 (diff) | |
download | freebsd-ports-gnome-d494d38116f49375c54578a47f1dc9b5b9e0b2ab.tar.gz freebsd-ports-gnome-d494d38116f49375c54578a47f1dc9b5b9e0b2ab.tar.zst freebsd-ports-gnome-d494d38116f49375c54578a47f1dc9b5b9e0b2ab.zip |
An interface for accessing urlTea's web services API
WWW: http://pear.php.net/package/Services_urlTea/
- Ditesh Shashikant Gathani
ditesh@gathani.org
PR: ports/119831
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Services_urlTea/Makefile | 27 | ||||
-rw-r--r-- | www/pear-Services_urlTea/distinfo | 3 | ||||
-rw-r--r-- | www/pear-Services_urlTea/pkg-descr | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5205b068bf4f..4067bdd286e5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -978,6 +978,7 @@ SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg SUBDIR += pear-Services_W3C_HTMLValidator + SUBDIR += pear-Services_urlTea SUBDIR += pear-Text_Wiki SUBDIR += pear-UDDI SUBDIR += pecl-APC diff --git a/www/pear-Services_urlTea/Makefile b/www/pear-Services_urlTea/Makefile new file mode 100644 index 000000000000..264cdc08c7dd --- /dev/null +++ b/www/pear-Services_urlTea/Makefile @@ -0,0 +1,27 @@ +# Ports collection makefile for: pear-Services_urlTea +# Date created: 21 Jan 2007 +# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> +# +# $FreeBSD$ +# + +PORTNAME= Services_urlTea +PORTVERSION= 0.1.0 +CATEGORIES= www pear + +MAINTAINER= ditesh@gathani.org +COMMENT= PHP interface to urlTea's API + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear + +USE_PHP= curl + +FILES= Services/urlTea.php Services/urlTea/Exception.php + +TESTS= 001-create.phpt 002-lookup.phpt 003-create-and-lookup.phpt \ + tests-config.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/www/pear-Services_urlTea/distinfo b/www/pear-Services_urlTea/distinfo new file mode 100644 index 000000000000..077229b60e7d --- /dev/null +++ b/www/pear-Services_urlTea/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Services_urlTea-0.1.0.tgz) = 95aa6c8252c86a50394b7095bb0e5944 +SHA256 (PEAR/Services_urlTea-0.1.0.tgz) = 7e936891808d4174fd6d7a943e11b17bd12a34ecce1e8b95785e8afbd1ac4cba +SIZE (PEAR/Services_urlTea-0.1.0.tgz) = 3416 diff --git a/www/pear-Services_urlTea/pkg-descr b/www/pear-Services_urlTea/pkg-descr new file mode 100644 index 000000000000..980bb794b57c --- /dev/null +++ b/www/pear-Services_urlTea/pkg-descr @@ -0,0 +1,6 @@ +An interface for accessing urlTea's web services API + +WWW: http://pear.php.net/package/Services_urlTea/ + +- Ditesh Shashikant Gathani +ditesh@gathani.org |