summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-01 20:06:36 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-01 20:06:36 +0000
commit1a2db1902f901a6890588082f4ee48ce3c8e7db6 (patch)
treea4b5af38ab3ef3f6e593e0aafb45ed21fbcc64a9 /net
parentd91e48994df1e1bdf189d8a3f0a868804b44bef8 (diff)
downloadpkgsrc-1a2db1902f901a6890588082f4ee48ce3c8e7db6.tar.gz
Add pear DIME package 0.3, which implements the DIME encoding for SOAP.
Courtesy of pkgsrc-wip.
Diffstat (limited to 'net')
-rw-r--r--net/pear-DIME/DESCR5
-rw-r--r--net/pear-DIME/Makefile11
-rw-r--r--net/pear-DIME/PLIST11
-rw-r--r--net/pear-DIME/distinfo4
4 files changed, 31 insertions, 0 deletions
diff --git a/net/pear-DIME/DESCR b/net/pear-DIME/DESCR
new file mode 100644
index 00000000000..2e55f92d3a9
--- /dev/null
+++ b/net/pear-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-DIME/Makefile b/net/pear-DIME/Makefile
new file mode 100644
index 00000000000..5b2d97ba416
--- /dev/null
+++ b/net/pear-DIME/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 20:06:36 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-DIME/PLIST b/net/pear-DIME/PLIST
new file mode 100644
index 00000000000..92ef423cc37
--- /dev/null
+++ b/net/pear-DIME/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 20:06:36 jdolecek Exp $
+lib/php/.lock
+lib/php/.registry/net_dime.reg
+lib/php/Net/DIME.php
+lib/php/test/Net_DIME/test/dime_message_test.php
+lib/php/test/Net_DIME/test/dime_record_test.php
+@dirrm lib/php/test/Net_DIME/test
+@dirrm lib/php/test/Net_DIME
+@dirrm lib/php/test
+@dirrm lib/php/Net
+@dirrm lib/php/.registry
diff --git a/net/pear-DIME/distinfo b/net/pear-DIME/distinfo
new file mode 100644
index 00000000000..8dfc32f66e4
--- /dev/null
+++ b/net/pear-DIME/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/01 20:06:36 jdolecek Exp $
+
+SHA1 (Net_DIME-0.3.tgz) = 3142a5c9a701cfb995cd25d4e9ad0ec9f02272b7
+Size (Net_DIME-0.3.tgz) = 6740 bytes