Add pear DIME package 0.3, which implements the DIME encoding for SOAP.
Courtesy of pkgsrc-wip.
This commit is contained in:
parent
d91e48994d
commit
1a2db1902f
4 changed files with 31 additions and 0 deletions
5
net/pear-DIME/DESCR
Normal file
5
net/pear-DIME/DESCR
Normal file
|
@ -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).
|
11
net/pear-DIME/Makefile
Normal file
11
net/pear-DIME/Makefile
Normal file
|
@ -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"
|
11
net/pear-DIME/PLIST
Normal file
11
net/pear-DIME/PLIST
Normal file
|
@ -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
|
4
net/pear-DIME/distinfo
Normal file
4
net/pear-DIME/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue