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 | 246b697777e31ebe90c6ffca5eb4f4412a295d18 (patch) | |
tree | bd4b56a51ae93a9cae6ff8dfbab4b2ebd7e32915 /net | |
parent | 83749aeaf720c297494d87f25a7ef5cd6027d834 (diff) | |
download | pkgsrc-246b697777e31ebe90c6ffca5eb4f4412a295d18.tar.gz |
Add pear-SOAP-0.7.5 - Implementation of SOAP protocol and services for PHP.
Courtesy of pkgsrc-wip, thank you.
Diffstat (limited to 'net')
-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 |
5 files changed, 24 insertions, 1 deletions
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 |