summaryrefslogtreecommitdiff
path: root/textproc/raptor/DESCR
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-08-30 16:18:58 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-08-30 16:18:58 +0000
commitbd22a712cfcc288e1712727c34c4bc0c46bb9b72 (patch)
tree087b5a2a3db5ad5bc6789ff04e4df9fcd8204a12 /textproc/raptor/DESCR
parent1bf1e912577529e0d60172c67e9c034f5dbfe9bd (diff)
downloadpkgsrc-bd22a712cfcc288e1712727c34c4bc0c46bb9b72.tar.gz
Initial import of raptor 0.9.12
A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group. * Designed to integrate well with Redland * Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping. * Generates N-Triples supporting XML literals, language tagging and datatypes * Parses content on the web if libcurl or libxml2 is available. * Handles rdf:resource / resource attributes * Uses expat and/or (GNOME) libxml XML parsers as available or required * Optional features can be selected at run time. * (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland) * No memory leaks * Fast Ok'ed by wiz@
Diffstat (limited to 'textproc/raptor/DESCR')
-rw-r--r--textproc/raptor/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/raptor/DESCR b/textproc/raptor/DESCR
new file mode 100644
index 00000000000..8a31fc5e84c
--- /dev/null
+++ b/textproc/raptor/DESCR
@@ -0,0 +1,12 @@
+A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group.
+
+ * Designed to integrate well with Redland
+ * Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping.
+ * Generates N-Triples supporting XML literals, language tagging and datatypes
+ * Parses content on the web if libcurl or libxml2 is available.
+ * Handles rdf:resource / resource attributes
+ * Uses expat and/or (GNOME) libxml XML parsers as available or required
+ * Optional features can be selected at run time.
+ * (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland)
+ * No memory leaks
+ * Fast