aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WDDX/pkg-descr
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-02 11:31:56 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-02 11:31:56 +0000
commit4e11187a6dd7f8157972f6dee80600a7bada8cf8 (patch)
treea2da312f0a0146d7ab6e048ab8f010aa6b41cb5b /textproc/p5-WDDX/pkg-descr
parent7989932dd5f3efbd97e7d948f868d6c44ad7912a (diff)
Add p5-WDDX 1.01, perl module to parse WDDX Packets.
PR: 30651 Submitted by: Eric A. Griff <eric@talesfromthereal.com>
Notes
Notes: svn path=/head/; revision=48338
Diffstat (limited to 'textproc/p5-WDDX/pkg-descr')
-rw-r--r--textproc/p5-WDDX/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/p5-WDDX/pkg-descr b/textproc/p5-WDDX/pkg-descr
new file mode 100644
index 000000000000..57279be30256
--- /dev/null
+++ b/textproc/p5-WDDX/pkg-descr
@@ -0,0 +1,14 @@
+This is a module that parses WDDX packets. Which are
+well supported in Allaire Coldfusion, and pretty
+useful.
+
+This is from the WDDX.org web site: "The Web Distributed
+Data Exchange, or WDDX, is a free, open XML-based
+technology that allows Web applications created with any
+platform to easily exchange data with one another over the
+Web."
+
+For more information about WDDX, visit
+http://www.wddx.org/. For information about using Perl
+with WDDX (including examples) you can also visit
+WWW: http://www.scripted.com/wddx/.