pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/pear-Net_DIME Fix mistake in import - this time im...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3dc4fd2e446
branches:  trunk
changeset: 482701:e3dc4fd2e446
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 01 20:43:03 2004 +0000

description:
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:

 net/pear-Net_DIME/DESCR    |   5 +++++
 net/pear-Net_DIME/Makefile |  11 +++++++++++
 net/pear-Net_DIME/PLIST    |   1 +
 net/pear-Net_DIME/distinfo |   4 ++++
 4 files changed, 21 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 9323fa654dfe -r e3dc4fd2e446 net/pear-Net_DIME/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_DIME/DESCR   Mon Nov 01 20:43:03 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 9323fa654dfe -r e3dc4fd2e446 net/pear-Net_DIME/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_DIME/Makefile        Mon Nov 01 20:43:03 2004 +0000
@@ -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@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 9323fa654dfe -r e3dc4fd2e446 net/pear-Net_DIME/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_DIME/PLIST   Mon Nov 01 20:43:03 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 20:43:03 jdolecek Exp $
diff -r 9323fa654dfe -r e3dc4fd2e446 net/pear-Net_DIME/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_DIME/distinfo        Mon Nov 01 20:43:03 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index