diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-25 04:13:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-25 04:13:06 +0000 |
commit | a3449de3a1bc21460ee68ac3793bcc1dc2096482 (patch) | |
tree | 344dfc2132b058169c4e6230781af2ad5c19cd7d /textproc/raptor/Makefile | |
parent | 67f8cc91e91f301409871acd09dc89c020862c32 (diff) | |
download | pkgsrc-a3449de3a1bc21460ee68ac3793bcc1dc2096482.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/raptor/Makefile')
-rw-r--r-- | textproc/raptor/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |