1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add pear-SOAP 0.8, SOAP Client/Server for PHP.

Approved by:    pav (mentor).
This commit is contained in:
Thierry Thomas 2004-04-06 19:17:39 +00:00
parent 2e8f878fe6
commit 2d9d696bc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106345
4 changed files with 43 additions and 0 deletions

View File

@ -485,6 +485,7 @@
SUBDIR += pear-Net_Sieve
SUBDIR += pear-Net_Socket
SUBDIR += pear-Net_URL
SUBDIR += pear-SOAP
SUBDIR += pebrot
SUBDIR += pen
SUBDIR += perldap

37
net/pear-SOAP/Makefile Normal file
View File

@ -0,0 +1,37 @@
# Ports collection makefile for: pear-SOAP
# Date created: 05 April 2004
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
#
# $FreeBSD$
#
PORTNAME= SOAP
PORTVERSION= 0.8
CATEGORIES= net www pear
DISTNAME= ${PORTNAME}-${PORTVERSION}RC3
MAINTAINER= ports@FreeBSD.org
COMMENT= SOAP Client/Server for PHP
BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= SOAP
FILES= Base.php Client.php Disco.php Fault.php Parser.php Server.php \
Transport.php Value.php WSDL.php tools/genproxy.php \
Transport/HTTP.php Transport/SMTP.php Transport/TCP.php \
Server/Email.php Server/Email_Gateway.php Server/TCP.php \
Type/dateTime.php Type/duration.php Type/hexBinary.php
EXAMPLES= attachment.php client.php com_client.php disco_server.php \
email_client.php email_gateway.php email_pop_gateway.php \
email_pop_server.php email_server.php example_server.php \
example_types.php server.php server2.php smtp.php \
stockquote.php tcp_client.php tcp_daemon.pl tcp_server.php \
wsdl_client.php
_EXAMPLESDIR= example
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

2
net/pear-SOAP/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (PEAR/SOAP-0.8RC3.tgz) = 1181071986f31a89ecc5a4aa5fd8c9c4
SIZE (PEAR/SOAP-0.8RC3.tgz) = 67608

3
net/pear-SOAP/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
PEAR implementation of SOAP protocol and services.
WWW: http://pear.php.net/package/SOAP/