summaryrefslogtreecommitdiff
path: root/textproc/raptor
diff options
context:
space:
mode:
authorwiz <wiz>2006-08-08 12:49:27 +0000
committerwiz <wiz>2006-08-08 12:49:27 +0000
commite7bc661c4e0ad5547c2275f2429d4b9e27b17825 (patch)
tree1e421497141c5a4574f6d637d0b6280e08ebeedd /textproc/raptor
parenta1c80e842838703ef18cfe8a12950231c8c9b42d (diff)
downloadpkgsrc-e7bc661c4e0ad5547c2275f2429d4b9e27b17825.tar.gz
Update to 1.4.10:
2006-07-14 Raptor Version 1.4.10 Released Fixed crash with RSS Tag Soup parser generating triples too late Fixed a crash with the RDF/XML parser and serializer if a comment was seen outside an element Parsers no longer generate any triple parts of type RAPTOR_IDENTIFIER_TYPE_ORDINAL 2006-04-22 Raptor Version 1.4.9 Released Raptor Tutorial added covering parsing and serializing with examples Raptor Reference Manual now covers 100% of the public API rapper can now pretty-print RDF using namespaces as hints Turtle parser gains boolean literals Requests for content now send appropriate Accept: headers No longer require libxml for rss-tag-soup parser Various Win32 fixes and VC build files updates (John Barstow) Many other bug fixes and changes were made. NOTE: Generation of RAPTOR_IDENTIFIER_TYPE_PREDICATE was removed as deprecated in 1.4.8. See the 1.4.9 Release Notes for the full details of the changes. 2006-01-03 Raptor Version 1.4.8 Released RSS Tag Soup parser now reads Atom 1.0 and rewrites old Atom 0.3 terms Added a guess parser that picks the parser to use based on protocol information such as HTTP Content-Type Created an enhanced API reference manual with gtk-doc Serializers to build can now be selected at configure time Parsers can now return the namespace prefix/URIs seen in parsing Turtle parser update to version 2006-01-02 (announcement) Fix for URI resolution bugs (win32 fix by John Barstow) Several parser bug fixes for RDF/XML, RSS and GRDDL RDF/XML serializers and XML writer can write XML 1.0 or XML 1.1 Added an alpha Atom 1.0 serializer Added an Adobe XMP (RDF/XML profile) serializer Internal source reorganisation Many other changes, fixes and improvements. NOTE: Raptor will be switching to use Subversion for version control after the 1.4.8 release. See the Redland Subversion site or the online Raptor installation notes for the latest information. See the 1.4.8 Release Notes for the full details of the changes. 2005-06-08 Raptor Version 1.4.7 Released Fix crashes in the RSS tag soup parser / serializer (Suzan Foster) Fix a crash in the RDF/XML serializers with bad URI predicates. See the 1.4.7 Release Notes for the full details of the changes. 2005-05-19 Raptor Version 1.4.6 Released Added a Gleaning Resource Descriptions from Dialects of Languages (GRDDL) parser for reading XHTML and XML as RDF triples Updated RSS enclosures support in RSS tag soup parser and RSS 1.0 serializer (Suzan Foster) Fixed several crashes with RSS tag soup parser, RDF/XML-abbrev serializer. The turtle parser now accepts """long literals""" See the 1.4.6 Release Notes for the full details of the changes. 2005-02-06 Raptor Version 1.4.5 Released Added an RDF/XML with abbreviations serializer (Steve Shepard) Handle RSS 1.1 in RSS tag soup parser More fixes for broken OSX libxml2 See the 1.4.5 Release Notes for the full details of the changes. 2005-01-15 Raptor Version 1.4.4 Released Fixed crashes in RSS tag soup parser and RSS 1.0 serializer Handle RSS 0.9 namespace in RSS tag soup parser Portability fixes for Win32 (Dave Viner) See the 1.4.4 Release Notes for the full details of the changes. 2005-01-03 Raptor Version 1.4.3 Released New XML Writer API Improved RDF/XML serializer allowing user namespace declarations and writing relative URIs where possible New RSS 1.0 serializer Updated RSS tag soup parser URI class can write relative URIs (Patch from René Puls) Many other API changes See the 1.4.3 Release Notes for the full details of the changes. 2004-11-01 Raptor Version 1.4.2 Released Fix raptor_xml_escape_string error return. See the 1.4.2 Release Notes for the full details of the changes. 2004-10-29 Raptor Version 1.4.1 Released Fixed crashes in URI decoding and RSS enclosures. See the 1.4.1 Release Notes for the full details of the changes. 2004-10-24 Raptor Version 1.4.0 Released Added a serializing class for writing RDF triples as a syntax Added serializers for RDF/XML and N-Triples Added an I/O stream class for aiding writing Added RSS enclosure support to RSS Tag Soup parser (Suzan Foster) See the 1.4.0 Release Notes for the full details of the changes. 2004-09-20 Raptor Version 1.3.3 Released License changed to LGPL 2.1/Apache 2 Added a new Unicode NFC checker Rewritten URI parsing and resolving code Added configure selection of RDF parsers Updated the RSS Tag Soup parser to handle Atom 0.3 Updated the Turtle parser to handle large documents (Geoff Chappell) Added a parser feature to disable rdf:ID duplicate checking Updated rdf:ID duplicate value checking implementation Portability fixes for building on win32 (Chris Pointon) See the 1.3.3 Release Notes for the full details of the changes. 2004-07-21 Raptor Version 1.3.2 Released Added support for compiling against expat source trees (Mark Smith) Added raptor_alloc_memory to allocate memory in raptor, typically needed by handler routines on win32. Make errors in fetching WWW content pass to the main error handler. Added accessor functions for parts of the raptor_locator structure (Edd Dumbill) Disabled the broken Unicode NFC checking via GNOME glib for this release. See the 1.3.2 Release Notes for the full details of the changes. 2004-06-12 Raptor Version 1.3.1 Released Correct raptor_print_statement declaration argument statement to have one less 'const', to match the code. raptor.h now includes stdarg.h Portability fixes for win32 Updates to Turtle parser to only allow language with non-datatyped literals; allow a '_' immediately after a ':' in qnames and make bare ':' work. Added a warning for unknown rdf:parseType values, when parsing in lax mode. This is controlled by a new parser feature warn_other_parsetypes The Turtle parser was fixed to re-initialise correctly when performing multiple parsings Fixes to the file: URI support for %-escaping and for Win32 filenames See the 1.3.1 Release Notes for the full details of the changes. 2004-05-11 Raptor Version 1.3.0 Released Updated Turtle parser to fix the collections syntax, add integer literals and allow - in names. Added support for guessing a parser from content or identifiers Completed parser feature support Added sending HTTP Accept: headers for WWW retrieval when possible Added new utility sequence and stringbuffer classes Several other functions added and improvements made. See the 1.3.0 Release Notes for the full details of the changes. 2004-01-24 Raptor Version 1.2.0 Released Added a Turtle parser (was N-Triples Plus) now with collections. Added raptor_syntaxes_enumerate to get syntax name, label, mime_type or uri_string of all known parsers. Added WWW access via BSD libfetch if available. Updated the GNOME GUI grapper program to report errors and warnings 2003-12-31 Raptor Version 1.1.0 Released Added an N-Triples Plus parser Updated for RDF/XML Revised Working Draft (10 October 2003) allowing rdf:RDF to be optional by default. No further changes were needed for RDF/XML Revised Proposed Recommendation (15 December 2003) Made URI class constructors, methods and factory methods as well as some other utility functions using or returning URIs or literals take unsigned char* rather than char*. Added the XML namespace, XML namespace stack and XML qname classes to the public API. Added a function to discover supported parsers. Fixes for line number counting in N-Triples Added support for libxml2 SAX2 API for 2.6.0 and later. The N-Triples parser now uses the generate ID code. Added configure options for XML 1.1 names and disabling NFC check code.
Diffstat (limited to 'textproc/raptor')
-rw-r--r--textproc/raptor/Makefile10
-rw-r--r--textproc/raptor/PLIST60
-rw-r--r--textproc/raptor/distinfo8
3 files changed, 68 insertions, 10 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile
index fa81afe8533..bc238c3b125 100644
--- a/textproc/raptor/Makefile
+++ b/textproc/raptor/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:51 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/08/08 12:49:27 wiz Exp $
#
-DISTNAME= raptor-1.0.0
-PKGREVISION= 6
+DISTNAME= raptor-1.4.10
CATEGORIES= textproc
-MASTER_SITES= http://www.redland.opensource.ac.uk/dist/source/
+MASTER_SITES= http://download.librdf.org/source/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.redland.opensource.ac.uk/raptor/
+HOMEPAGE= http://librdf.org/raptor/
COMMENT= RDF Parser Toolkit written in C
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE+= raptor.pc.in
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/textproc/raptor/PLIST b/textproc/raptor/PLIST
index 3fe5f877b26..ce9ba67e5eb 100644
--- a/textproc/raptor/PLIST
+++ b/textproc/raptor/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:55 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/08/08 12:49:27 wiz Exp $
bin/rapper
bin/raptor-config
include/raptor.h
@@ -7,3 +7,61 @@ lib/pkgconfig/raptor.pc
man/man1/rapper.1
man/man1/raptor-config.1
man/man3/libraptor.3
+share/doc/raptor/home.png
+share/doc/raptor/index.html
+share/doc/raptor/index.sgml
+share/doc/raptor/introduction.html
+share/doc/raptor/ix01.html
+share/doc/raptor/left.png
+share/doc/raptor/raptor-section-constants.html
+share/doc/raptor/raptor-section-feature.html
+share/doc/raptor/raptor-section-general.html
+share/doc/raptor/raptor-section-iostream.html
+share/doc/raptor/raptor-section-locator.html
+share/doc/raptor/raptor-section-memory.html
+share/doc/raptor/raptor-section-parser.html
+share/doc/raptor/raptor-section-sequence.html
+share/doc/raptor/raptor-section-serializer.html
+share/doc/raptor/raptor-section-stringbuffer.html
+share/doc/raptor/raptor-section-triples.html
+share/doc/raptor/raptor-section-unicode.html
+share/doc/raptor/raptor-section-uri-factory.html
+share/doc/raptor/raptor-section-uri.html
+share/doc/raptor/raptor-section-www.html
+share/doc/raptor/raptor-section-xml-namespace.html
+share/doc/raptor/raptor-section-xml-qname.html
+share/doc/raptor/raptor-section-xml.html
+share/doc/raptor/raptor.devhelp
+share/doc/raptor/raptor.devhelp2
+share/doc/raptor/reference-manual.html
+share/doc/raptor/right.png
+share/doc/raptor/style.css
+share/doc/raptor/tutorial-initialising-finishing.html
+share/doc/raptor/tutorial-parse-strictness.html
+share/doc/raptor/tutorial-parser-abort.html
+share/doc/raptor/tutorial-parser-content.html
+share/doc/raptor/tutorial-parser-create.html
+share/doc/raptor/tutorial-parser-destroy.html
+share/doc/raptor/tutorial-parser-example.html
+share/doc/raptor/tutorial-parser-features.html
+share/doc/raptor/tutorial-parser-runtime-info.html
+share/doc/raptor/tutorial-parser-set-error-warning-handlers.html
+share/doc/raptor/tutorial-parser-set-id-handler.html
+share/doc/raptor/tutorial-parser-set-namespace-handler.html
+share/doc/raptor/tutorial-parser-set-triple-handler.html
+share/doc/raptor/tutorial-parser-static-info.html
+share/doc/raptor/tutorial-parsing.html
+share/doc/raptor/tutorial-querying-functionality.html
+share/doc/raptor/tutorial-serializer-create.html
+share/doc/raptor/tutorial-serializer-declare-namespace.html
+share/doc/raptor/tutorial-serializer-destroy.html
+share/doc/raptor/tutorial-serializer-example.html
+share/doc/raptor/tutorial-serializer-features.html
+share/doc/raptor/tutorial-serializer-runtime-info.html
+share/doc/raptor/tutorial-serializer-send-triples.html
+share/doc/raptor/tutorial-serializer-set-error-warning-handlers.html
+share/doc/raptor/tutorial-serializer-to-destination.html
+share/doc/raptor/tutorial-serializing.html
+share/doc/raptor/tutorial.html
+share/doc/raptor/up.png
+@dirrm share/doc/raptor
diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo
index 015ebfad51f..891ea6a37b5 100644
--- a/textproc/raptor/distinfo
+++ b/textproc/raptor/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:48 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/08/08 12:49:27 wiz Exp $
-SHA1 (raptor-1.0.0.tar.gz) = 220216268d291fc5574b482cedb4150fb09d53f9
-RMD160 (raptor-1.0.0.tar.gz) = af086e2fd24ad7a23a6882342599367281fef6be
-Size (raptor-1.0.0.tar.gz) = 420807 bytes
+SHA1 (raptor-1.4.10.tar.gz) = 3d7b63747f1fd5cb919fed3a0ea91c97826d10e3
+RMD160 (raptor-1.4.10.tar.gz) = 429d2dcf747c5fd5df0e9540abbcdb27415e3a09
+Size (raptor-1.4.10.tar.gz) = 1368188 bytes