update to Raptor 2.0.8

- merge of various updates by Amit Kulkarni and dlg@
- this has an API change, to be dealt with in forthcoming commits
This commit is contained in:
sthen 2012-11-12 13:32:38 +00:00
parent caef899c2e
commit bc44613c35
5 changed files with 116 additions and 116 deletions

View File

@ -1,35 +1,36 @@
# $OpenBSD: Makefile,v 1.6 2011/09/16 11:41:41 espie Exp $
# $OpenBSD: Makefile,v 1.7 2012/11/12 13:32:38 sthen Exp $
SHARED_LIBS += raptor2 0.0 # 0.0
COMMENT= RDF Parser Toolkit for Redland
DISTNAME= raptor-1.4.18
REVISION= 2
DISTNAME= raptor2-2.0.8
PKGNAME= ${DISTNAME:C/raptor2/raptor/}
CATEGORIES= textproc
SHARED_LIBS= raptor 2.0 # .2.0
HOMEPAGE= http://librdf.org/
MASTER_SITES= http://download.librdf.org/source/
# LGPL 2.1, GPL 2 or Apache 2
# LGPL 2.1+, GPL 2+ or Apache 2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto idn m ssl z curl>=12 xml2>=7 xslt>=1
WANTLIB= c crypto idn m ssl z curl>=12 xml2>=7 xslt>=1 yajl
MODULES= devel/gettext
USE_LIBTOOL= Yes
USE_GROFF = Yes
USE_GROFF= Yes
LIB_DEPENDS= net/curl \
LIB_DEPENDS= devel/libyajl \
net/curl \
textproc/libxml \
textproc/libxslt
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-xml-parser=libxml \
CONFIGURE_ARGS= --enable-parsers=all \
--with-www=curl
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (raptor-1.4.18.tar.gz) = KE52ju2g4omLDVv34moBbg==
RMD160 (raptor-1.4.18.tar.gz) = ANQ3Abkqa3vvrPCCu/AaTs/nEnU=
SHA1 (raptor-1.4.18.tar.gz) = 1VOQpCQq1h8DQpHxyFSrA35QgnI=
SHA256 (raptor-1.4.18.tar.gz) = 7f2wc0+3Egvxy7YORaB4ZNstqq31w1kcz3NX8kTYKkA=
SIZE (raptor-1.4.18.tar.gz) = 1657246
SHA256 (raptor2-2.0.8.tar.gz) = YDEIPJx84Crk8fsYa7OwW9MqrAEuJkaOU3oc7mxn59c=
SIZE (raptor2-2.0.8.tar.gz) = 1737255

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_raptor_internal_h,v 1.1 2011/07/05 08:18:30 jasper Exp $
--- src/raptor_internal.h.orig Tue Jul 5 09:31:34 2011
+++ src/raptor_internal.h Tue Jul 5 09:31:42 2011
@@ -786,7 +786,6 @@ int raptor_utf8_is_nfc(const unsigned char *input, siz
#ifdef RAPTOR_WWW_LIBCURL
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#endif

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/01/18 19:07:05 robert Exp $
@lib lib/libraptor.so.${LIBraptor_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.2 2012/11/12 13:32:38 sthen Exp $
@lib lib/libraptor2.so.${LIBraptor2_VERSION}

View File

@ -1,94 +1,107 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/18 19:07:05 robert Exp $
@comment $OpenBSD: PLIST,v 1.2 2012/11/12 13:32:38 sthen Exp $
%%SHARED%%
@bin bin/rapper
bin/raptor-config
include/raptor.h
lib/libraptor.a
lib/libraptor.la
include/raptor2/
include/raptor2/raptor.h
include/raptor2/raptor2.h
lib/libraptor2.a
lib/libraptor2.la
lib/pkgconfig/
lib/pkgconfig/raptor.pc
lib/pkgconfig/raptor2.pc
@man man/man1/rapper.1
@man man/man1/raptor-config.1
@man man/man3/libraptor.3
@man man/man3/libraptor2.3
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/raptor/
share/gtk-doc/html/raptor/home.png
share/gtk-doc/html/raptor/index.html
share/gtk-doc/html/raptor/index.sgml
share/gtk-doc/html/raptor/introduction.html
share/gtk-doc/html/raptor/ix01.html
share/gtk-doc/html/raptor/left.png
share/gtk-doc/html/raptor/parser-grddl.html
share/gtk-doc/html/raptor/parser-guess.html
share/gtk-doc/html/raptor/parser-ntriples.html
share/gtk-doc/html/raptor/parser-rdfa.html
share/gtk-doc/html/raptor/parser-rdfxml.html
share/gtk-doc/html/raptor/parser-rss-tag-soup.html
share/gtk-doc/html/raptor/parser-trig.html
share/gtk-doc/html/raptor/parser-turtle.html
share/gtk-doc/html/raptor/raptor-parsers.html
share/gtk-doc/html/raptor/raptor-section-constants.html
share/gtk-doc/html/raptor/raptor-section-feature.html
share/gtk-doc/html/raptor/raptor-section-general.html
share/gtk-doc/html/raptor/raptor-section-iostream.html
share/gtk-doc/html/raptor/raptor-section-locator.html
share/gtk-doc/html/raptor/raptor-section-memory.html
share/gtk-doc/html/raptor/raptor-section-parser.html
share/gtk-doc/html/raptor/raptor-section-sax2.html
share/gtk-doc/html/raptor/raptor-section-sequence.html
share/gtk-doc/html/raptor/raptor-section-serializer.html
share/gtk-doc/html/raptor/raptor-section-stringbuffer.html
share/gtk-doc/html/raptor/raptor-section-triples.html
share/gtk-doc/html/raptor/raptor-section-unicode.html
share/gtk-doc/html/raptor/raptor-section-uri-factory.html
share/gtk-doc/html/raptor/raptor-section-uri.html
share/gtk-doc/html/raptor/raptor-section-www.html
share/gtk-doc/html/raptor/raptor-section-xml-namespace.html
share/gtk-doc/html/raptor/raptor-section-xml-qname.html
share/gtk-doc/html/raptor/raptor-section-xml.html
share/gtk-doc/html/raptor/raptor-serializers.html
share/gtk-doc/html/raptor/raptor.devhelp
share/gtk-doc/html/raptor/raptor.devhelp2
share/gtk-doc/html/raptor/reference-manual.html
share/gtk-doc/html/raptor/restrict-parser-network-access.html
share/gtk-doc/html/raptor/right.png
share/gtk-doc/html/raptor/serializer-atom.html
share/gtk-doc/html/raptor/serializer-dot.html
share/gtk-doc/html/raptor/serializer-json.html
share/gtk-doc/html/raptor/serializer-ntriples.html
share/gtk-doc/html/raptor/serializer-rdfxml-abbrev.html
share/gtk-doc/html/raptor/serializer-rdfxml-xmp.html
share/gtk-doc/html/raptor/serializer-rdfxml.html
share/gtk-doc/html/raptor/serializer-rss-1-0.html
share/gtk-doc/html/raptor/serializer-turtle.html
share/gtk-doc/html/raptor/style.css
share/gtk-doc/html/raptor/tutorial-initialising-finishing.html
share/gtk-doc/html/raptor/tutorial-parse-strictness.html
share/gtk-doc/html/raptor/tutorial-parser-abort.html
share/gtk-doc/html/raptor/tutorial-parser-content.html
share/gtk-doc/html/raptor/tutorial-parser-create.html
share/gtk-doc/html/raptor/tutorial-parser-destroy.html
share/gtk-doc/html/raptor/tutorial-parser-example.html
share/gtk-doc/html/raptor/tutorial-parser-features.html
share/gtk-doc/html/raptor/tutorial-parser-runtime-info.html
share/gtk-doc/html/raptor/tutorial-parser-set-error-warning-handlers.html
share/gtk-doc/html/raptor/tutorial-parser-set-id-handler.html
share/gtk-doc/html/raptor/tutorial-parser-set-namespace-handler.html
share/gtk-doc/html/raptor/tutorial-parser-set-triple-handler.html
share/gtk-doc/html/raptor/tutorial-parser-static-info.html
share/gtk-doc/html/raptor/tutorial-parsing.html
share/gtk-doc/html/raptor/tutorial-querying-functionality.html
share/gtk-doc/html/raptor/tutorial-serializer-create.html
share/gtk-doc/html/raptor/tutorial-serializer-declare-namespace.html
share/gtk-doc/html/raptor/tutorial-serializer-destroy.html
share/gtk-doc/html/raptor/tutorial-serializer-example.html
share/gtk-doc/html/raptor/tutorial-serializer-features.html
share/gtk-doc/html/raptor/tutorial-serializer-get-triples.html
share/gtk-doc/html/raptor/tutorial-serializer-runtime-info.html
share/gtk-doc/html/raptor/tutorial-serializer-send-triples.html
share/gtk-doc/html/raptor/tutorial-serializer-set-error-warning-handlers.html
share/gtk-doc/html/raptor/tutorial-serializer-to-destination.html
share/gtk-doc/html/raptor/tutorial-serializing.html
share/gtk-doc/html/raptor/tutorial.html
share/gtk-doc/html/raptor/up.png
share/gtk-doc/html/raptor2/
share/gtk-doc/html/raptor2/home.png
share/gtk-doc/html/raptor2/index.html
share/gtk-doc/html/raptor2/index.sgml
share/gtk-doc/html/raptor2/introduction.html
share/gtk-doc/html/raptor2/ix01.html
share/gtk-doc/html/raptor2/left.png
share/gtk-doc/html/raptor2/parser-grddl.html
share/gtk-doc/html/raptor2/parser-guess.html
share/gtk-doc/html/raptor2/parser-json.html
share/gtk-doc/html/raptor2/parser-ntriples.html
share/gtk-doc/html/raptor2/parser-rdfa.html
share/gtk-doc/html/raptor2/parser-rdfxml.html
share/gtk-doc/html/raptor2/parser-rss-tag-soup.html
share/gtk-doc/html/raptor2/parser-trig.html
share/gtk-doc/html/raptor2/parser-turtle.html
share/gtk-doc/html/raptor2/raptor-formats-types-by-parser.html
share/gtk-doc/html/raptor2/raptor-formats-types-by-serializer.html
share/gtk-doc/html/raptor2/raptor-formats-types-index.html
share/gtk-doc/html/raptor2/raptor-formats.html
share/gtk-doc/html/raptor2/raptor-parsers.html
share/gtk-doc/html/raptor2/raptor-serializers.html
share/gtk-doc/html/raptor2/raptor2-changes-1-4-21-to-2-0-0.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-3-to-2-0-4.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-4-to-2-0-5.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-5-to-2-0-6.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-6-to-2-0-7.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-7-to-2-0-8.html
share/gtk-doc/html/raptor2/raptor2-changes.html
share/gtk-doc/html/raptor2/raptor2-section-avltree.html
share/gtk-doc/html/raptor2/raptor2-section-constants.html
share/gtk-doc/html/raptor2/raptor2-section-general.html
share/gtk-doc/html/raptor2/raptor2-section-iostream.html
share/gtk-doc/html/raptor2/raptor2-section-locator.html
share/gtk-doc/html/raptor2/raptor2-section-memory.html
share/gtk-doc/html/raptor2/raptor2-section-option.html
share/gtk-doc/html/raptor2/raptor2-section-parser.html
share/gtk-doc/html/raptor2/raptor2-section-sax2.html
share/gtk-doc/html/raptor2/raptor2-section-sequence.html
share/gtk-doc/html/raptor2/raptor2-section-serializer.html
share/gtk-doc/html/raptor2/raptor2-section-stringbuffer.html
share/gtk-doc/html/raptor2/raptor2-section-triples.html
share/gtk-doc/html/raptor2/raptor2-section-unicode.html
share/gtk-doc/html/raptor2/raptor2-section-uri.html
share/gtk-doc/html/raptor2/raptor2-section-world.html
share/gtk-doc/html/raptor2/raptor2-section-www.html
share/gtk-doc/html/raptor2/raptor2-section-xml-namespace.html
share/gtk-doc/html/raptor2/raptor2-section-xml-qname.html
share/gtk-doc/html/raptor2/raptor2-section-xml.html
share/gtk-doc/html/raptor2/raptor2.devhelp2
share/gtk-doc/html/raptor2/reference-manual.html
share/gtk-doc/html/raptor2/restrict-parser-network-access.html
share/gtk-doc/html/raptor2/right.png
share/gtk-doc/html/raptor2/serializer-atom.html
share/gtk-doc/html/raptor2/serializer-dot.html
share/gtk-doc/html/raptor2/serializer-json.html
share/gtk-doc/html/raptor2/serializer-nquads.html
share/gtk-doc/html/raptor2/serializer-ntriples.html
share/gtk-doc/html/raptor2/serializer-rdfxml-abbrev.html
share/gtk-doc/html/raptor2/serializer-rdfxml-xmp.html
share/gtk-doc/html/raptor2/serializer-rdfxml.html
share/gtk-doc/html/raptor2/serializer-rss-1-0.html
share/gtk-doc/html/raptor2/serializer-turtle.html
share/gtk-doc/html/raptor2/style.css
share/gtk-doc/html/raptor2/tutorial-initialising-finishing.html
share/gtk-doc/html/raptor2/tutorial-parse-strictness.html
share/gtk-doc/html/raptor2/tutorial-parser-abort.html
share/gtk-doc/html/raptor2/tutorial-parser-content.html
share/gtk-doc/html/raptor2/tutorial-parser-create.html
share/gtk-doc/html/raptor2/tutorial-parser-destroy.html
share/gtk-doc/html/raptor2/tutorial-parser-example.html
share/gtk-doc/html/raptor2/tutorial-parser-features.html
share/gtk-doc/html/raptor2/tutorial-parser-runtime-info.html
share/gtk-doc/html/raptor2/tutorial-parser-set-error-warning-handlers.html
share/gtk-doc/html/raptor2/tutorial-parser-set-id-handler.html
share/gtk-doc/html/raptor2/tutorial-parser-set-namespace-handler.html
share/gtk-doc/html/raptor2/tutorial-parser-set-triple-handler.html
share/gtk-doc/html/raptor2/tutorial-parser-static-info.html
share/gtk-doc/html/raptor2/tutorial-parsing.html
share/gtk-doc/html/raptor2/tutorial-querying-functionality.html
share/gtk-doc/html/raptor2/tutorial-serializer-create.html
share/gtk-doc/html/raptor2/tutorial-serializer-declare-namespace.html
share/gtk-doc/html/raptor2/tutorial-serializer-destroy.html
share/gtk-doc/html/raptor2/tutorial-serializer-example.html
share/gtk-doc/html/raptor2/tutorial-serializer-features.html
share/gtk-doc/html/raptor2/tutorial-serializer-get-triples.html
share/gtk-doc/html/raptor2/tutorial-serializer-runtime-info.html
share/gtk-doc/html/raptor2/tutorial-serializer-send-triples.html
share/gtk-doc/html/raptor2/tutorial-serializer-set-error-warning-handlers.html
share/gtk-doc/html/raptor2/tutorial-serializer-to-destination.html
share/gtk-doc/html/raptor2/tutorial-serializing.html
share/gtk-doc/html/raptor2/tutorial.html
share/gtk-doc/html/raptor2/up.png