diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-19 11:07:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-19 11:07:34 +0000 |
commit | 33c33e20c343f1514bf6e650798b5402d537e8eb (patch) | |
tree | 6240e5ecf06656df5a3cac48c5eaeae090a1843a /textproc/jdom/distinfo | |
parent | bef497db6fd407ae88f5a197da7a73c1afb6947b (diff) | |
download | pkgsrc-33c33e20c343f1514bf6e650798b5402d537e8eb.tar.gz |
Imported jdom.
There is no compelling reason for a Java API to manipulate XML to be
complex, tricky, unintuitive, or a pain in the neck. JDOM[TM] is both
Java-centric and Java-optimized. It behaves like Java, it uses Java
collections, it is completely natural API for current Java developers,
and it provides a low-cost entry point for using XML.
While JDOM interoperates well with existing standards such as the Simple
API for XML (SAX) and the Document Object Model (DOM), it is not an
abstraction layer or enhancement to those APIs. Rather, it provides a
robust, light-weight means of reading and writing XML data without the
complex and memory-consumptive options that current API offerings
provide.
Diffstat (limited to 'textproc/jdom/distinfo')
-rw-r--r-- | textproc/jdom/distinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/jdom/distinfo b/textproc/jdom/distinfo new file mode 100644 index 00000000000..558c0225c53 --- /dev/null +++ b/textproc/jdom/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/10/19 11:07:34 rillig Exp $ + +SHA1 (jdom-1.0.zip) = 7cc98b9fc4b6f38556aff4ded1b4d73c09772ca2 +RMD160 (jdom-1.0.zip) = 97953154092503bff0b8871c9f9b3aa5f0d22618 +Size (jdom-1.0.zip) = 3912599 bytes |