aboutsummaryrefslogtreecommitdiff
path: root/www/pear-UDDI
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 07:23:56 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 07:23:56 +0000
commit14762b76f6c4eeb37c523390e70bbb4d65390ea1 (patch)
treedc7c5728bddf7a73537c889010c149e8467473ef /www/pear-UDDI
parent977815f1993824e98e47ebfe90e541a1ed1b3137 (diff)
downloadports-14762b76f6c4eeb37c523390e70bbb4d65390ea1.tar.gz
ports-14762b76f6c4eeb37c523390e70bbb4d65390ea1.zip
Notes
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/