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>
This commit is contained in:
Martin Wilke 2008-01-20 22:08:28 +00:00
parent d4108c93fb
commit 0926bf1210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205926
4 changed files with 37 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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