aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-01-21 06:11:45 +0800
committermiwi <miwi@FreeBSD.org>2008-01-21 06:11:45 +0800
commit8a9bd38112deec74974b90c273c5110cdf0edff6 (patch)
tree2072a3f28e6e64417bf382f8957373ade7769bf5 /www
parentb408503a8d88d9d9e9cc60728a6c1e678647a316 (diff)
downloadfreebsd-ports-gnome-8a9bd38112deec74974b90c273c5110cdf0edff6.tar.gz
freebsd-ports-gnome-8a9bd38112deec74974b90c273c5110cdf0edff6.tar.zst
freebsd-ports-gnome-8a9bd38112deec74974b90c273c5110cdf0edff6.zip
PHP wrapper for the Compete SnapShop API
WWW: http://pear.php.net/package/Services_Compete/ PR: ports/119834 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/pear-Services_Compete/Makefile26
-rw-r--r--www/pear-Services_Compete/distinfo3
-rw-r--r--www/pear-Services_Compete/pkg-descr6
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4067bdd286e5..f508b6e45570 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -975,6 +975,7 @@
SUBDIR += pear-HTTP_Server
SUBDIR += pear-HTTP_Session
SUBDIR += pear-HTTP_Upload
+ SUBDIR += pear-Services_Compete
SUBDIR += pear-Services_Delicious
SUBDIR += pear-Services_Digg
SUBDIR += pear-Services_W3C_HTMLValidator
diff --git a/www/pear-Services_Compete/Makefile b/www/pear-Services_Compete/Makefile
new file mode 100644
index 000000000000..64e4e3738964
--- /dev/null
+++ b/www/pear-Services_Compete/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for: pear-Services_Compete
+# Date created: 21 Jan 2007
+# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Services_Compete
+PORTVERSION= 0.1.0
+CATEGORIES= www pear
+
+MAINTAINER= ditesh@gathani.org
+COMMENT= PHP interface to Compete SnapShop API
+
+BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
+RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
+
+CATEGORY= Services
+FILES= Compete.php
+
+EXAMPLES= test_Services_Compete.php
+_EXAMPLESDIR= examples
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/www/pear-Services_Compete/distinfo b/www/pear-Services_Compete/distinfo
new file mode 100644
index 000000000000..fc3897014c3d
--- /dev/null
+++ b/www/pear-Services_Compete/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Services_Compete-0.1.0.tgz) = 2182c9b6c2e0ab651b386b622e3479fe
+SHA256 (PEAR/Services_Compete-0.1.0.tgz) = 0dc357a297090e68f9e85a084566cfa465328580831f4a6a79df00db8cf6f24a
+SIZE (PEAR/Services_Compete-0.1.0.tgz) = 2832
diff --git a/www/pear-Services_Compete/pkg-descr b/www/pear-Services_Compete/pkg-descr
new file mode 100644
index 000000000000..37ea178722ef
--- /dev/null
+++ b/www/pear-Services_Compete/pkg-descr
@@ -0,0 +1,6 @@
+PHP wrapper for the Compete SnapShop API
+
+WWW: http://pear.php.net/package/Services_Compete/
+
+- Ditesh Shashikant Gathani
+ditesh@gathani.org