diff options
author | markd <markd@pkgsrc.org> | 2009-07-23 09:23:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-07-23 09:23:28 +0000 |
commit | ba371fd2ad8580f276a914bb2c89f86ae382a960 (patch) | |
tree | ac0999eac2186d02426bf5af2dc61f97bfd75b71 | |
parent | 129659d81f81002048846a24e0eb0869e8cdcf66 (diff) | |
download | pkgsrc-ba371fd2ad8580f276a914bb2c89f86ae382a960.tar.gz |
Update raptor to 1.4.19
Changes
Many improvements to RSS tag soup (RSSes and Atom) parser and the RSS
1.0 and Atom serializers
Several fixes and improvements to the N-Triples, RDFa and RDF/XML
parsers and Turtle serializer
Improved the use and configuration of static libxml functions for
better compatibility
Several Win32 portability fixes - Lou Sakey
Many internal changes for upcoming Raptor V2 - primarily by Lauri Aalto
Many other fixes and resilience improvements.
Add LICENSE.
-rw-r--r-- | textproc/raptor/Makefile | 5 | ||||
-rw-r--r-- | textproc/raptor/PLIST | 3 | ||||
-rw-r--r-- | textproc/raptor/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 13fdad85c81..aff2c1875a8 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.21 2008/08/14 19:17:36 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2009/07/23 09:23:28 markd Exp $ # -DISTNAME= raptor-1.4.18 +DISTNAME= raptor-1.4.19 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://librdf.org/raptor/ COMMENT= RDF Parser Toolkit written in C +LICENSE= gnu-lgpl-v2.1 OR apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/raptor/PLIST b/textproc/raptor/PLIST index 31a781cb667..50ee23b0cca 100644 --- a/textproc/raptor/PLIST +++ b/textproc/raptor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:17:26 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2009/07/23 09:23:28 markd Exp $ bin/rapper bin/raptor-config include/raptor.h @@ -37,6 +37,7 @@ 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-world.html share/doc/raptor/raptor-section-www.html share/doc/raptor/raptor-section-xml-namespace.html share/doc/raptor/raptor-section-xml-qname.html diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo index 0a0eae5d006..60f470bf889 100644 --- a/textproc/raptor/distinfo +++ b/textproc/raptor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/08/14 19:17:36 wiz Exp $ +$NetBSD: distinfo,v 1.8 2009/07/23 09:23:28 markd Exp $ -SHA1 (raptor-1.4.18.tar.gz) = d55390a4242ad61f034291f1c854ab037e508272 -RMD160 (raptor-1.4.18.tar.gz) = 00d43701b92a6b7befacf082bbf01a4ecfe71275 -Size (raptor-1.4.18.tar.gz) = 1657246 bytes +SHA1 (raptor-1.4.19.tar.gz) = ddbd114dc57bd5f87724f8e880155a402aac79b6 +RMD160 (raptor-1.4.19.tar.gz) = c3d52e9fd308b24acf64881cab1648ee273c0beb +Size (raptor-1.4.19.tar.gz) = 1713544 bytes |