pear-SOAP is a SOAP implementation for PHP/pear and it us used e.g by

Horde to synchronize calendards with mobile phones using SyncML.
This commit is contained in:
mbalmer 2008-12-07 12:49:48 +00:00
parent f1264315f7
commit 545d720009
4 changed files with 83 additions and 0 deletions

25
www/pear-SOAP/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/12/07 12:49:48 mbalmer Exp $
COMMENT= SOAP Client/Server for PHP
DISTNAME= SOAP-0.12.0
PKGNAME= pear-${DISTNAME}
CATEGORIES= www pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
.include <bsd.port.mk>

5
www/pear-SOAP/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (SOAP-0.12.0.tgz) = zUlxPvltR4iGOVSfDq0I9w==
RMD160 (SOAP-0.12.0.tgz) = XOUjxFRPBUohbhbg1lWtgeVmWjM=
SHA1 (SOAP-0.12.0.tgz) = Zzy1HI/MK4psR3VgeGpM7Ju84IY=
SHA256 (SOAP-0.12.0.tgz) = C13SHm+Vvv0A0A7QIAAgFo090Ti3iar0gCB//pU2O6o=
SIZE (SOAP-0.12.0.tgz) = 71233

1
www/pear-SOAP/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
SOAP Client/Server for PHP

52
www/pear-SOAP/pkg/PLIST Normal file
View File

@ -0,0 +1,52 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/12/07 12:49:48 mbalmer Exp $
@group daemon
lib/
lib/php/
pear/doc/
pear/doc/SOAP/
pear/doc/SOAP/example/
pear/doc/SOAP/example/attachment.php
pear/doc/SOAP/example/client.php
pear/doc/SOAP/example/com_client.php
pear/doc/SOAP/example/disco_server.php
pear/doc/SOAP/example/email_client.php
pear/doc/SOAP/example/email_gateway.php
pear/doc/SOAP/example/email_pop_gateway.php
pear/doc/SOAP/example/email_pop_server.php
pear/doc/SOAP/example/email_server.php
pear/doc/SOAP/example/example_server.php
pear/doc/SOAP/example/example_types.php
pear/doc/SOAP/example/server.php
pear/doc/SOAP/example/server2.php
pear/doc/SOAP/example/smtp.php
pear/doc/SOAP/example/stockquote.php
pear/doc/SOAP/example/tcp_client.php
pear/doc/SOAP/example/tcp_daemon.pl
pear/doc/SOAP/example/tcp_server.php
pear/doc/SOAP/example/wsdl_client.php
pear/lib/.registry/soap.reg
pear/lib/SOAP/
pear/lib/SOAP/Base.php
pear/lib/SOAP/Client.php
pear/lib/SOAP/Disco.php
pear/lib/SOAP/Fault.php
pear/lib/SOAP/Parser.php
pear/lib/SOAP/Server/
pear/lib/SOAP/Server.php
pear/lib/SOAP/Server/Email.php
pear/lib/SOAP/Server/Email_Gateway.php
pear/lib/SOAP/Server/TCP.php
pear/lib/SOAP/Transport/
pear/lib/SOAP/Transport.php
pear/lib/SOAP/Transport/HTTP.php
pear/lib/SOAP/Transport/SMTP.php
pear/lib/SOAP/Transport/TCP.php
pear/lib/SOAP/Transport/TEST.php
pear/lib/SOAP/Type/
pear/lib/SOAP/Type/dateTime.php
pear/lib/SOAP/Type/duration.php
pear/lib/SOAP/Type/hexBinary.php
pear/lib/SOAP/Value.php
pear/lib/SOAP/WSDL.php
pear/lib/SOAP/tools/
pear/lib/SOAP/tools/genproxy.php