pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/raptor Updated to version 1.4.15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbbb1bb57d1c
branches:  trunk
changeset: 528768:dbbb1bb57d1c
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue May 15 19:15:43 2007 +0000

description:
Updated to version 1.4.15.

Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - Enabled "make test"
  - Added libxslt as a requirement so GRDDL support can be built.

Relevant changes since version 1.4.10:
======================================
2007-03-26 Raptor Version 1.4.15 Released

   GRDDL parser substantially updated to support the GRDDL W3C Working
   Draft 2 March 2007
   Errors for XML parsing and URI 404s are reported much better
   Fixed reported issues: #0000174, #0000177, #0000178, #0000180
   Many other minor fixes and improvements.

2007-01-31 Raptor Version 1.4.14 Released

   New Turtle serializer by Dave Robillard based on the existing
   RDF/XML-Abbrev serializer.
   New GraphViz DOT format serializer by Evan Nemerson.
   GRDDL parser now does namespace and profile URI recursion and has
   other improvements and fixes.
   Fixed reported issues: #0000032, #0000141, #0000143, #0000148,
   #0000155 and #0000157
   Many other fixes and improvements.

2006-10-22 Raptor Version 1.4.13 Released

   Fixed a memory leak in reusing the XML writer
   Fixed reported issues: #0000134
   Minor updates and fixes to tutorial, configuration and build

2006-08-27 Raptor Version 1.4.12 Released

   Restore serializer enumeration ordering back to that of 1.4.10 which
   was causing Redland problems when writing type 'application/rdf+xml'.

2006-08-26 Raptor Version 1.4.11 Released

   Added network request filtering for parsers
   Improved the GRDDL parser to read Embedded RDF and HCalendar
   The Guess parser can now be reused to do multiple guesses
   The RSS 1.0 Serializer now works again
   Fixed reported issues: #0000014, #0000041, #0000089, #0000091 ,
   #0000110 and #0000112
   Made several other changes, fixes and improvements.

diffstat:

 textproc/raptor/Makefile |  10 +++++++---
 textproc/raptor/PLIST    |  20 +++++++++++++++++++-
 textproc/raptor/distinfo |   8 ++++----
 3 files changed, 30 insertions(+), 8 deletions(-)

diffs (99 lines):

diff -r 65b186f6b6a9 -r dbbb1bb57d1c textproc/raptor/Makefile
--- a/textproc/raptor/Makefile  Tue May 15 15:51:06 2007 +0000
+++ b/textproc/raptor/Makefile  Tue May 15 19:15:43 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2006/11/19 11:50:23 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2007/05/15 19:15:43 heinz Exp $
 #
 
-DISTNAME=      raptor-1.4.10
-PKGREVISION=   1
+DISTNAME=      raptor-1.4.15
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.librdf.org/source/
 
@@ -10,14 +9,19 @@
 HOMEPAGE=      http://librdf.org/raptor/
 COMMENT=       RDF Parser Toolkit written in C
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LIBTOOL=   YES
 GNU_CONFIGURE= YES
 
 PKGCONFIG_OVERRIDE+=   raptor.pc.in
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
 
+TEST_TARGET=           check
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 65b186f6b6a9 -r dbbb1bb57d1c textproc/raptor/PLIST
--- a/textproc/raptor/PLIST     Tue May 15 15:51:06 2007 +0000
+++ b/textproc/raptor/PLIST     Tue May 15 19:15:43 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/08/08 12:49:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/05/15 19:15:43 heinz Exp $
 bin/rapper
 bin/raptor-config
 include/raptor.h
@@ -13,6 +13,13 @@
 share/doc/raptor/introduction.html
 share/doc/raptor/ix01.html
 share/doc/raptor/left.png
+share/doc/raptor/parser-grddl.html
+share/doc/raptor/parser-guess.html
+share/doc/raptor/parser-ntriples.html
+share/doc/raptor/parser-rdfxml.html
+share/doc/raptor/parser-rss-tag-soup.html
+share/doc/raptor/parser-turtle.html
+share/doc/raptor/raptor-parsers.html
 share/doc/raptor/raptor-section-constants.html
 share/doc/raptor/raptor-section-feature.html
 share/doc/raptor/raptor-section-general.html
@@ -31,10 +38,20 @@
 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-serializers.html
 share/doc/raptor/raptor.devhelp
 share/doc/raptor/raptor.devhelp2
 share/doc/raptor/reference-manual.html
+share/doc/raptor/restrict-parser-network-access.html
 share/doc/raptor/right.png
+share/doc/raptor/serializer-atom.html
+share/doc/raptor/serializer-dot.html
+share/doc/raptor/serializer-ntriples.html
+share/doc/raptor/serializer-rdfxml-abbrev.html
+share/doc/raptor/serializer-rdfxml-xmp.html
+share/doc/raptor/serializer-rdfxml.html
+share/doc/raptor/serializer-rss-1-0.html
+share/doc/raptor/serializer-turtle.html
 share/doc/raptor/style.css
 share/doc/raptor/tutorial-initialising-finishing.html
 share/doc/raptor/tutorial-parse-strictness.html
@@ -57,6 +74,7 @@
 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-get-triples.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
diff -r 65b186f6b6a9 -r dbbb1bb57d1c textproc/raptor/distinfo
--- a/textproc/raptor/distinfo  Tue May 15 15:51:06 2007 +0000
+++ b/textproc/raptor/distinfo  Tue May 15 19:15:43 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/08/08 12:49:27 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/05/15 19:15:43 heinz Exp $
 
-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
+SHA1 (raptor-1.4.15.tar.gz) = 38f99c3223a97a5eeba49239fdf229cbbe7d3700
+RMD160 (raptor-1.4.15.tar.gz) = b9b25d15a35eee2a0d75eb6b4ba0a70b42a72eeb
+Size (raptor-1.4.15.tar.gz) = 1445553 bytes



Home | Main Index | Thread Index | Old Index