summaryrefslogtreecommitdiff
path: root/textproc/raptor
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
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@