diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:43:03 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:43:03 +0000 |
commit | a9bea27963024b21056cc5b3f6519d469e5b333d (patch) | |
tree | 075083dfdb386a327400e9fbc1e456c63450142d /net | |
parent | 416e7c9f2f7da7a9b3231dda024eaedca92fb450 (diff) | |
download | pkgsrc-a9bea27963024b21056cc5b3f6519d469e5b333d.tar.gz |
Fix mistake in import - this time import pear-Net_DIME as such, instead
of pear-DIME. pear-Net_DIME 0.3 constains PHP classes that implement
DIME encoding for SOAP.
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_DIME/DESCR | 5 | ||||
-rw-r--r-- | net/pear-Net_DIME/Makefile | 11 | ||||
-rw-r--r-- | net/pear-Net_DIME/PLIST | 1 | ||||
-rw-r--r-- | net/pear-Net_DIME/distinfo | 4 |
4 files changed, 21 insertions, 0 deletions
diff --git a/net/pear-Net_DIME/DESCR b/net/pear-Net_DIME/DESCR new file mode 100644 index 00000000000..2e55f92d3a9 --- /dev/null +++ b/net/pear-Net_DIME/DESCR @@ -0,0 +1,5 @@ +This is the initial independent release of the Net_DIME package. + +Provides an implementation of DIME encoding of binary attachments +for SOAP, pushed by Microsoft as a more efficient alternative to +base64/MIME-based SOAP Messages with Attachments (SwA). diff --git a/net/pear-Net_DIME/Makefile b/net/pear-Net_DIME/Makefile new file mode 100644 index 00000000000..bd59e0fb177 --- /dev/null +++ b/net/pear-Net_DIME/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 20:43:03 jdolecek Exp $ + +DISTNAME= Net_DIME-0.3 +CATEGORIES+= net + +MAINTAINER= jdolecek@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Net_DIME +COMMENT= PHP classes that implements DIME encoding + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/pear-Net_DIME/PLIST b/net/pear-Net_DIME/PLIST new file mode 100644 index 00000000000..4126c5a275a --- /dev/null +++ b/net/pear-Net_DIME/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 20:43:03 jdolecek Exp $ diff --git a/net/pear-Net_DIME/distinfo b/net/pear-Net_DIME/distinfo new file mode 100644 index 00000000000..46e712403fc --- /dev/null +++ b/net/pear-Net_DIME/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/01 20:43:03 jdolecek Exp $ + +SHA1 (Net_DIME-0.3.tgz) = 3142a5c9a701cfb995cd25d4e9ad0ec9f02272b7 +Size (Net_DIME-0.3.tgz) = 6740 bytes |