summaryrefslogtreecommitdiff
path: root/textproc/raptor
AgeCommit message (Collapse)AuthorFilesLines
2003-09-25Adapt for latest update, and depend on latest versionwiz1-3/+2
because of library major bump (no dependent packages in pkgsrc, though).
2003-09-25Updated to 1.0.0xtraeme3-9/+8
Changes: 2003-09-08 Version 1.0.0 Released Several long-deprecated functions were removed and consequently the library shared version number was increased to 1 Fixed scanning for rdf:RDF so that RDF/XML in other XML works, such as in SVG raptor-config --libs now works, added --libtool-libs and --version-decimal Check N-Triples legal Unicode character range #x0-#x10FFFF Normalize RDF/XML xml:lang and N-Triples language to lowercase on input Worked around libxml2 bug causing a crash on some error reporting Added raptor_parse_file_stream for parsing a C FILE* Tidied rapper utility argument handling, added --version
2003-09-09Remove reference to wip. (hi xtraeme!)salo2-9/+9
Style/whitespace nits, while here.
2003-08-30Initial import of raptor 0.9.12xtraeme5-0/+82
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@