diff options
author | xtraeme <xtraeme> | 2003-09-25 04:13:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-25 04:13:06 +0000 |
commit | d15c795e9039a0c0d5ae75df8c542f58cdb37266 (patch) | |
tree | 344dfc2132b058169c4e6230781af2ad5c19cd7d /textproc | |
parent | c54184aa690815576d14cbb5e7dc005efcf049ef (diff) | |
download | pkgsrc-d15c795e9039a0c0d5ae75df8c542f58cdb37266.tar.gz |
Updated to 1.0.0
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/raptor/Makefile | 4 | ||||
-rw-r--r-- | textproc/raptor/PLIST | 7 | ||||
-rw-r--r-- | textproc/raptor/distinfo | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 6f4a5051054..bab554ce7cc 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/09/09 10:03:50 salo Exp $ +# $NetBSD: Makefile,v 1.3 2003/09/25 04:13:06 xtraeme Exp $ # -DISTNAME= raptor-0.9.12 +DISTNAME= raptor-1.0.0 CATEGORIES= textproc MASTER_SITES= http://www.redland.opensource.ac.uk/dist/source/ diff --git a/textproc/raptor/PLIST b/textproc/raptor/PLIST index 72613bfcedd..626b1a0f4e3 100644 --- a/textproc/raptor/PLIST +++ b/textproc/raptor/PLIST @@ -1,13 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/25 04:13:06 xtraeme Exp $ bin/rapper bin/raptor-config -include/ntriples.h include/raptor.h lib/libraptor.a lib/libraptor.la lib/libraptor.so -lib/libraptor.so.0 -lib/libraptor.so.0.0 +lib/libraptor.so.1 +lib/libraptor.so.1.0 lib/pkgconfig/raptor.pc man/man1/rapper.1 man/man1/raptor-config.1 diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo index b258e773927..f5fba119335 100644 --- a/textproc/raptor/distinfo +++ b/textproc/raptor/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2003/09/25 04:13:06 xtraeme Exp $ -SHA1 (raptor-0.9.12.tar.gz) = 646742a722ca98a1c15d9dd826c676960b887480 -Size (raptor-0.9.12.tar.gz) = 415325 bytes +SHA1 (raptor-1.0.0.tar.gz) = 220216268d291fc5574b482cedb4150fb09d53f9 +Size (raptor-1.0.0.tar.gz) = 420807 bytes |