summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-05-15 14:26:50 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-05-15 14:26:50 +0000
commit1f60e7b8e3482be0a5bbe9919f88e102c3380dd0 (patch)
tree26464c2e342892e5b2b9505b3c970f935b025509 /dev-java/commons-fileupload/metadata.xml
parentadd herd:no-herd (diff)
downloadgentoo-2-1f60e7b8e3482be0a5bbe9919f88e102c3380dd0.tar.gz
gentoo-2-1f60e7b8e3482be0a5bbe9919f88e102c3380dd0.tar.bz2
gentoo-2-1f60e7b8e3482be0a5bbe9919f88e102c3380dd0.zip
Move the overly long DESCRIPTION to metadata.xml os longdescription.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-java/commons-fileupload/metadata.xml')
-rw-r--r--dev-java/commons-fileupload/metadata.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/dev-java/commons-fileupload/metadata.xml b/dev-java/commons-fileupload/metadata.xml
index 838c00a4a448..43fc180bed4c 100644
--- a/dev-java/commons-fileupload/metadata.xml
+++ b/dev-java/commons-fileupload/metadata.xml
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>java</herd>
+ <herd>java</herd>
+ <longdescription>
+ The Commons FileUpload package makes it easy to add robust,
+ high-performance, file upload capability to your servlets and web
+ applications.
+
+ FileUpload parses HTTP requests which conform to RFC 1867, "Form-based
+ File Upload in HTML". That is, if an HTTP request is submitted using the
+ POST method, and with a content type of "multipart/form-data", then
+ FileUpload can parse that request, and make the results available in a
+ manner easily used by the caller.
+ </longdescription>
</pkgmetadata>