Add pear-UDDI 0.2.3, PEAR UDDI for PHP.
PR: ports/101084 Submitted by: chinsan <chinsan.tw at gmail.com>
This commit is contained in:
parent
977815f199
commit
14762b76f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169311
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
25
www/pear-UDDI/Makefile
Normal file
25
www/pear-UDDI/Makefile
Normal file
|
@ -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>
|
3
www/pear-UDDI/distinfo
Normal file
3
www/pear-UDDI/distinfo
Normal file
|
@ -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
|
5
www/pear-UDDI/pkg-descr
Normal file
5
www/pear-UDDI/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue