diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:50:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:50:40 +0000 |
commit | 9e11fe2f8c8b31ca26a6036ce210f27d2269c219 (patch) | |
tree | bd4b56a51ae93a9cae6ff8dfbab4b2ebd7e32915 | |
parent | 40c33c54027cb2eef8d3ff1f2790460a59da8e00 (diff) | |
download | pkgsrc-9e11fe2f8c8b31ca26a6036ce210f27d2269c219.tar.gz |
Add pear-SOAP-0.7.5 - Implementation of SOAP protocol and services for PHP.
Courtesy of pkgsrc-wip, thank you.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/pear-SOAP/DESCR | 1 | ||||
-rw-r--r-- | net/pear-SOAP/Makefile | 16 | ||||
-rw-r--r-- | net/pear-SOAP/PLIST | 1 | ||||
-rw-r--r-- | net/pear-SOAP/distinfo | 4 |
6 files changed, 26 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c8971236a4f..21f23b8f05d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7644 2004/11/01 21:44:21 jdolecek Exp $ +$NetBSD: CHANGES,v 1.7645 2004/11/01 21:52:33 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5007,3 +5007,4 @@ Changes to the packages collection and infrastructure in 2004: Added pear-Net_URL-1.0.10 [jdolecek 2004-11-01] Added pear-Net_Socket-1.0.1 [jdolecek 2004-11-01] Added pear-HTTP_Request-1.2 [jdolecek 2004-11-01] + Added pear-SOAP-0.7.5 [jdolecek 2004-11-01] diff --git a/net/Makefile b/net/Makefile index 0484b38cb0a..6c0e2322b12 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.508 2004/11/01 21:39:29 jdolecek Exp $ +# $NetBSD: Makefile,v 1.509 2004/11/01 21:52:33 jdolecek Exp $ # COMMENT= Networking tools @@ -258,6 +258,7 @@ SUBDIR+= pconsole SUBDIR+= pear-Net_DIME SUBDIR+= pear-Net_Socket SUBDIR+= pear-Net_URL +SUBDIR+= pear-SOAP SUBDIR+= pen SUBDIR+= pfnet SUBDIR+= php-ftp diff --git a/net/pear-SOAP/DESCR b/net/pear-SOAP/DESCR new file mode 100644 index 00000000000..41033b03b41 --- /dev/null +++ b/net/pear-SOAP/DESCR @@ -0,0 +1 @@ +Implementation of SOAP protocol and services. diff --git a/net/pear-SOAP/Makefile b/net/pear-SOAP/Makefile new file mode 100644 index 00000000000..28d1cb8ed1c --- /dev/null +++ b/net/pear-SOAP/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 21:50:40 jdolecek Exp $ + +DISTNAME= SOAP-0.7.5 +CATEGORIES+= net + +MAINTAINER= jdolecek@NetBSD.org +HOMEPAGE= http://pear.php.net/package/SOAP +COMMENT= SOAP Client/Server for PHP + +DEPENDS+= pear-Mail_Mime>=1.2:../../mail/pear-Mail_Mime +DEPENDS+= pear-HTTP_Request>=1.2:../../www/pear-HTTP_Request +DEPENDS+= pear-Net_URL>=1.0:../../net/pear-Net_URL +DEPENDS+= pear-Net_DIME>=0.3:../../net/pear-Net_DIME + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/pear-SOAP/PLIST b/net/pear-SOAP/PLIST new file mode 100644 index 00000000000..8c97878eeba --- /dev/null +++ b/net/pear-SOAP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 21:50:40 jdolecek Exp $ diff --git a/net/pear-SOAP/distinfo b/net/pear-SOAP/distinfo new file mode 100644 index 00000000000..30174ca7cdd --- /dev/null +++ b/net/pear-SOAP/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/01 21:50:40 jdolecek Exp $ + +SHA1 (SOAP-0.7.5.tgz) = 93723ae6f05e4c8bab35fa873fcba570493b4c3e +Size (SOAP-0.7.5.tgz) = 74913 bytes |