summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-20 14:33:15 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-20 14:33:15 +0000
commit9b1dbd4bec79c6c45f2865d8cae7d93b969d93c9 (patch)
treed23ef0e9de3fb3d93a67de3992af12cd4e78b05d /dev-java/json-simple/metadata.xml
parentx86 stable, bug #217407 (diff)
downloadgentoo-2-9b1dbd4bec79c6c45f2865d8cae7d93b969d93c9.tar.gz
gentoo-2-9b1dbd4bec79c6c45f2865d8cae7d93b969d93c9.tar.bz2
gentoo-2-9b1dbd4bec79c6c45f2865d8cae7d93b969d93c9.zip
Initial addition. Thanks to serkan for the original ebuild which was then improved by me.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-java/json-simple/metadata.xml')
-rw-r--r--dev-java/json-simple/metadata.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-java/json-simple/metadata.xml b/dev-java/json-simple/metadata.xml
new file mode 100644
index 000000000000..172c7095576d
--- /dev/null
+++ b/dev-java/json-simple/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>java</herd>
+ <longdescription lang="en">
+ Why the Simple Java toolkit (also named as JSON.simple) for JSON?
+ When I use JSON as the data exchange format between the AJAX client and JSP
+ for the first time, what worry me mostly is how to encode Java strings and
+ numbers correctly in the server side so the AJAX client will receive a well
+ formed JSON data. When I looked into the 'JSON in Java' directory in JSON
+ website,I found that wrappers to JSONObject and JSONArray can be simpler,
+ due to the simplicity of JSON itself. So I wrote the JSON.simple package.
+ </longdescription>
+</pkgmetadata>