From 14762b76f6c4eeb37c523390e70bbb4d65390ea1 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 1 Aug 2006 07:23:56 +0000 Subject: [PATCH] Add pear-UDDI 0.2.3, PEAR UDDI for PHP. PR: ports/101084 Submitted by: chinsan --- www/Makefile | 1 + www/pear-UDDI/Makefile | 25 +++++++++++++++++++++++++ www/pear-UDDI/distinfo | 3 +++ www/pear-UDDI/pkg-descr | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 www/pear-UDDI/Makefile create mode 100644 www/pear-UDDI/distinfo create mode 100644 www/pear-UDDI/pkg-descr diff --git a/www/Makefile b/www/Makefile index aa2bd0ee8438..2cff8db6cd29 100644 --- a/www/Makefile +++ b/www/Makefile @@ -821,6 +821,7 @@ SUBDIR += pear-HTTP_Session SUBDIR += pear-HTTP_Upload SUBDIR += pear-Text_Wiki + SUBDIR += pear-UDDI SUBDIR += pecl-APC SUBDIR += pecl-pecl_http SUBDIR += pecl-tidy 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 +# +# $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 +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include 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/