Thu Aug 14 19:17:36 2008 UTC ()
Update to 1.4.18:

2008-06-25 Raptor Version 1.4.18 Released

   Added an RDFa parser using an embedded version of librdfa by Manu
   Sporny of Digital Bazaar.
   Added an Atom 1.0 (RFC 4287) serializer with several output parameters.
   Improved RSS 1.0 serializer functionality and resilience.
   Added new API methods for qname, serializer, sequence and XML writer
   classes.
   Many other fixes and resilience improvements.
   Fixed reported issues: 0000186 and 0000255.


(wiz)
diff -r1.20 -r1.21 pkgsrc/textproc/raptor/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/raptor/PLIST
diff -r1.6 -r1.7 pkgsrc/textproc/raptor/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/textproc/raptor/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/raptor/Attic/Makefile 2008/05/09 21:45:23 1.20
+++ pkgsrc/textproc/raptor/Attic/Makefile 2008/08/14 19:17:36 1.21
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.20 2008/05/09 21:45:23 markd Exp $ 1# $NetBSD: Makefile,v 1.21 2008/08/14 19:17:36 wiz Exp $
2# 2#
3 3
4DISTNAME= raptor-1.4.17 4DISTNAME= raptor-1.4.18
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://download.librdf.org/source/ 6MASTER_SITES= http://download.librdf.org/source/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://librdf.org/raptor/ 9HOMEPAGE= http://librdf.org/raptor/
10COMMENT= RDF Parser Toolkit written in C 10COMMENT= RDF Parser Toolkit written in C
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LIBTOOL= YES 14USE_LIBTOOL= YES
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16 16
17PKGCONFIG_OVERRIDE+= raptor.pc.in 17PKGCONFIG_OVERRIDE+= raptor.pc.in

cvs diff -r1.6 -r1.7 pkgsrc/textproc/raptor/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/raptor/Attic/PLIST 2008/05/09 21:45:23 1.6
+++ pkgsrc/textproc/raptor/Attic/PLIST 2008/08/14 19:17:36 1.7
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1@comment $NetBSD: PLIST,v 1.6 2008/05/09 21:45:23 markd Exp $ 1@comment $NetBSD: PLIST,v 1.7 2008/08/14 19:17:36 wiz Exp $
2bin/rapper 2bin/rapper
3bin/raptor-config 3bin/raptor-config
4include/raptor.h 4include/raptor.h
5lib/libraptor.la 5lib/libraptor.la
6lib/pkgconfig/raptor.pc 6lib/pkgconfig/raptor.pc
7man/man1/rapper.1 7man/man1/rapper.1
8man/man1/raptor-config.1 8man/man1/raptor-config.1
9man/man3/libraptor.3 9man/man3/libraptor.3
10share/doc/raptor/home.png 10share/doc/raptor/home.png
11share/doc/raptor/index.html 11share/doc/raptor/index.html
12share/doc/raptor/index.sgml 12share/doc/raptor/index.sgml
13share/doc/raptor/introduction.html 13share/doc/raptor/introduction.html
14share/doc/raptor/ix01.html 14share/doc/raptor/ix01.html
15share/doc/raptor/left.png 15share/doc/raptor/left.png
16share/doc/raptor/parser-grddl.html 16share/doc/raptor/parser-grddl.html
17share/doc/raptor/parser-guess.html 17share/doc/raptor/parser-guess.html
18share/doc/raptor/parser-ntriples.html 18share/doc/raptor/parser-ntriples.html
 19share/doc/raptor/parser-rdfa.html
19share/doc/raptor/parser-rdfxml.html 20share/doc/raptor/parser-rdfxml.html
20share/doc/raptor/parser-rss-tag-soup.html 21share/doc/raptor/parser-rss-tag-soup.html
21share/doc/raptor/parser-trig.html 22share/doc/raptor/parser-trig.html
22share/doc/raptor/parser-turtle.html 23share/doc/raptor/parser-turtle.html
23share/doc/raptor/raptor-parsers.html 24share/doc/raptor/raptor-parsers.html
24share/doc/raptor/raptor-section-constants.html 25share/doc/raptor/raptor-section-constants.html
25share/doc/raptor/raptor-section-feature.html 26share/doc/raptor/raptor-section-feature.html
26share/doc/raptor/raptor-section-general.html 27share/doc/raptor/raptor-section-general.html
27share/doc/raptor/raptor-section-iostream.html 28share/doc/raptor/raptor-section-iostream.html
28share/doc/raptor/raptor-section-locator.html 29share/doc/raptor/raptor-section-locator.html
29share/doc/raptor/raptor-section-memory.html 30share/doc/raptor/raptor-section-memory.html
30share/doc/raptor/raptor-section-parser.html 31share/doc/raptor/raptor-section-parser.html
31share/doc/raptor/raptor-section-sax2.html 32share/doc/raptor/raptor-section-sax2.html
@@ -38,26 +39,27 @@ share/doc/raptor/raptor-section-uri-fact @@ -38,26 +39,27 @@ share/doc/raptor/raptor-section-uri-fact
38share/doc/raptor/raptor-section-uri.html 39share/doc/raptor/raptor-section-uri.html
39share/doc/raptor/raptor-section-www.html 40share/doc/raptor/raptor-section-www.html
40share/doc/raptor/raptor-section-xml-namespace.html 41share/doc/raptor/raptor-section-xml-namespace.html
41share/doc/raptor/raptor-section-xml-qname.html 42share/doc/raptor/raptor-section-xml-qname.html
42share/doc/raptor/raptor-section-xml.html 43share/doc/raptor/raptor-section-xml.html
43share/doc/raptor/raptor-serializers.html 44share/doc/raptor/raptor-serializers.html
44share/doc/raptor/raptor.devhelp 45share/doc/raptor/raptor.devhelp
45share/doc/raptor/raptor.devhelp2 46share/doc/raptor/raptor.devhelp2
46share/doc/raptor/reference-manual.html 47share/doc/raptor/reference-manual.html
47share/doc/raptor/restrict-parser-network-access.html 48share/doc/raptor/restrict-parser-network-access.html
48share/doc/raptor/right.png 49share/doc/raptor/right.png
49share/doc/raptor/serializer-atom.html 50share/doc/raptor/serializer-atom.html
50share/doc/raptor/serializer-dot.html 51share/doc/raptor/serializer-dot.html
 52share/doc/raptor/serializer-json.html
51share/doc/raptor/serializer-ntriples.html 53share/doc/raptor/serializer-ntriples.html
52share/doc/raptor/serializer-rdfxml-abbrev.html 54share/doc/raptor/serializer-rdfxml-abbrev.html
53share/doc/raptor/serializer-rdfxml-xmp.html 55share/doc/raptor/serializer-rdfxml-xmp.html
54share/doc/raptor/serializer-rdfxml.html 56share/doc/raptor/serializer-rdfxml.html
55share/doc/raptor/serializer-rss-1-0.html 57share/doc/raptor/serializer-rss-1-0.html
56share/doc/raptor/serializer-turtle.html 58share/doc/raptor/serializer-turtle.html
57share/doc/raptor/style.css 59share/doc/raptor/style.css
58share/doc/raptor/tutorial-initialising-finishing.html 60share/doc/raptor/tutorial-initialising-finishing.html
59share/doc/raptor/tutorial-parse-strictness.html 61share/doc/raptor/tutorial-parse-strictness.html
60share/doc/raptor/tutorial-parser-abort.html 62share/doc/raptor/tutorial-parser-abort.html
61share/doc/raptor/tutorial-parser-content.html 63share/doc/raptor/tutorial-parser-content.html
62share/doc/raptor/tutorial-parser-create.html 64share/doc/raptor/tutorial-parser-create.html
63share/doc/raptor/tutorial-parser-destroy.html 65share/doc/raptor/tutorial-parser-destroy.html

cvs diff -r1.6 -r1.7 pkgsrc/textproc/raptor/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/raptor/Attic/distinfo 2008/05/09 21:45:23 1.6
+++ pkgsrc/textproc/raptor/Attic/distinfo 2008/08/14 19:17:36 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2008/05/09 21:45:23 markd Exp $ 1$NetBSD: distinfo,v 1.7 2008/08/14 19:17:36 wiz Exp $
2 2
3SHA1 (raptor-1.4.17.tar.gz) = 44db419540bf364aba76db84f6ce9ff739020b0f 3SHA1 (raptor-1.4.18.tar.gz) = d55390a4242ad61f034291f1c854ab037e508272
4RMD160 (raptor-1.4.17.tar.gz) = 2c5a74ff98f9a461617679f0dd6cba4ee5d70335 4RMD160 (raptor-1.4.18.tar.gz) = 00d43701b92a6b7befacf082bbf01a4ecfe71275
5Size (raptor-1.4.17.tar.gz) = 1580715 bytes 5Size (raptor-1.4.18.tar.gz) = 1657246 bytes