summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jsoup/metadata.xml')
-rw-r--r--dev-java/jsoup/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-java/jsoup/metadata.xml b/dev-java/jsoup/metadata.xml
new file mode 100644
index 000000000000..a2b6848c32f9
--- /dev/null
+++ b/dev-java/jsoup/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>java</herd>
+ <upstream>
+ <remote-id type="github">jhy/jsoup</remote-id>
+ </upstream>
+ <longdescription>
+ jsoup is a Java library for working with real-world HTML. It provides a
+ very convenient API for extracting and manipulating data, using the best
+ of DOM, CSS, and jquery-like methods.
+ It implements the WHATWG HTML5 specification (http://whatwg.org/html),
+ and parses HTML to the same DOM as modern browsers do. It's designed to
+ deal with all varieties of HTML found in the wild; from pristine and
+ validating, to invalid tag-soup; jsoup will create a sensible parse tree.
+ </longdescription>
+</pkgmetadata>
+