aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-UDDI
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-01 15:23:56 +0800
committerclsung <clsung@FreeBSD.org>2006-08-01 15:23:56 +0800
commit5d47326a0019dbb89187b95ecdcc0924264e5afe (patch)
treeac45edb79140a1719314646f819b9c90282d957f /www/pear-UDDI
parent3c1072ec9d3b9270b47c5e0557756132fc3e181f (diff)
downloadfreebsd-ports-gnome-5d47326a0019dbb89187b95ecdcc0924264e5afe.tar.gz
freebsd-ports-gnome-5d47326a0019dbb89187b95ecdcc0924264e5afe.tar.zst
freebsd-ports-gnome-5d47326a0019dbb89187b95ecdcc0924264e5afe.zip
Add pear-UDDI 0.2.3, PEAR UDDI for PHP.
PR: ports/101084 Submitted by: chinsan <chinsan.tw at gmail.com>
Diffstat (limited to 'www/pear-UDDI')
-rw-r--r--www/pear-UDDI/Makefile25
-rw-r--r--www/pear-UDDI/distinfo3
-rw-r--r--www/pear-UDDI/pkg-descr5
3 files changed, 33 insertions, 0 deletions
diff --git a/www/pear-UDDI/Makefile b/www/pear-UDDI/Makefile
new file mode 100644
index 000000000000..63611309e45b
--- /dev/null
+++ b/www/pear-UDDI/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: pear-UDDI
+# Date created: 2006/07/31
+# Whom: chinsan <chinsan.tw@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= UDDI
+PORTVERSION= 0.2.3
+CATEGORIES= www pear finance
+
+MAINTAINER= chinsan.tw@gmail.com
+COMMENT= PEAR UDDI for PHP
+
+BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Services
+FILES= UDDI.php
+EXAMPLES= example_inquiry.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/www/pear-UDDI/distinfo b/www/pear-UDDI/distinfo
new file mode 100644
index 000000000000..703cd30b4cc3
--- /dev/null
+++ b/www/pear-UDDI/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/UDDI-0.2.3.tgz) = 0ca266657d2ccc959ecbff0cec082ca2
+SHA256 (PEAR/UDDI-0.2.3.tgz) = 98a58e2f81f59d0265e1544c55649b1397ef7a169ff8647ed570341e3869a45d
+SIZE (PEAR/UDDI-0.2.3.tgz) = 6943
diff --git a/www/pear-UDDI/pkg-descr b/www/pear-UDDI/pkg-descr
new file mode 100644
index 000000000000..9953fb0a87c5
--- /dev/null
+++ b/www/pear-UDDI/pkg-descr
@@ -0,0 +1,5 @@
+PEAR::UDDI is an implementation of the Universal Description, Discovery and
+Integration API for locating and publishing Web Services listings in a UBR
+(UDDI Business Registry)
+
+WWW: http://pear.php.net/package/UDDI/