pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/pear-DIME Add pear DIME package 0.3, which impleme...
details: https://anonhg.NetBSD.org/pkgsrc/rev/37266d171b5a
branches: trunk
changeset: 482691:37266d171b5a
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Mon Nov 01 20:06:36 2004 +0000
description:
Add pear DIME package 0.3, which implements the DIME encoding for SOAP.
Courtesy of pkgsrc-wip.
diffstat:
net/pear-DIME/DESCR | 5 +++++
net/pear-DIME/Makefile | 11 +++++++++++
net/pear-DIME/PLIST | 11 +++++++++++
net/pear-DIME/distinfo | 4 ++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 44c74d8d218d -r 37266d171b5a net/pear-DIME/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-DIME/DESCR Mon Nov 01 20:06:36 2004 +0000
@@ -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 -r 44c74d8d218d -r 37266d171b5a net/pear-DIME/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-DIME/Makefile Mon Nov 01 20:06:36 2004 +0000
@@ -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@localhost
+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 -r 44c74d8d218d -r 37266d171b5a net/pear-DIME/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-DIME/PLIST Mon Nov 01 20:06:36 2004 +0000
@@ -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 -r 44c74d8d218d -r 37266d171b5a net/pear-DIME/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-DIME/distinfo Mon Nov 01 20:06:36 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index