summaryrefslogtreecommitdiff
path: root/textproc/raptor2
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Revbump after boost updateadam2-4/+4
2016-10-07Revbump post boost updateadam2-4/+4
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-3/+4
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-11-02Update to 2.0.15:wiz3-7/+8
New functions, types and enums Functions * void raptor_sequence_sort_r(raptor_sequence* seq, raptor_data_compare_arg_handler compare, void* user_data) - Uses raptor_sort_r() internally. * void raptor_sort_r(void *base, size_t nel, size_t width, raptor_data_compare_arg_handler compar, void *user_data) * int raptor_world_get_parsers_count(raptor_world* world) * int raptor_world_get_serializers_count(raptor_world* world) Types * raptor_data_compare_arg_handler - Used by raptor_sort_r()
2014-05-14Update to 2.0.14:wiz3-8/+8
2014-05-05 Raptor2 Version 2.0.14 Released Many code quality fixes from clang and coverity primarily in error path cleanups (oom) and dead code. Fixed Turtle 1.1 parser about triple quoting alignment with SPARQL A few internal changes.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-3/+4
2014-02-05Update to 2.0.13:wiz2-7/+6
2013-01-29 Raptor2 Version 2.0.13 Released Fix configure not finding curl when curl-config --cflags is empty Fixed reported issue: 0000562.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-3/+4
2013-12-31Update to 2.0.12:wiz3-8/+9
2013-12-13 Raptor2 Version 2.0.12 Released N-Triples / N-Quads parser updated to pass all the RDF.1 2013 tests Added raptor_new_term_from_counted_string()
2013-12-06Update to 2.0.11:wiz3-7/+8
Changes between raptor2 2.0.10 and 2.0.10 New functions, types and enums Functions + unsigned char* raptor_qname_format_as_xml(const raptor_qname *qname, size_t *length_p) + int raptor_uri_uri_string_is_absolute(const unsigned char* uri_string)
2013-09-02Update to 2.0.10:wiz3-8/+8
New functions, types and enums Functions ● int raptor_string_escaped_write(const unsigned char *string, size_t len, const char delim, unsigned int flags, raptor_iostream *iostr) ● int raptor_term_escaped_write(const raptor_term *term, unsigned int flags, raptor_iostream* iostr) ● int raptor_uri_escaped_write(raptor_uri* uri, raptor_uri* base_uri, unsigned int flags, raptor_iostream *iostr) Types ● raptor_escaped_write_bitflags
2013-03-15Update to 2.0.9:wiz2-7/+6
2013-02-26 Raptor2 Version 2.0.9 Released Added full parsing and serializing support for Turtle Terse RDF Triple Language W3C Candidate Recommendation 19 February 2013 Added CMake build framework for building Raptor on Microsoft (Daniel Richard G.) Made a few minor fixes and improvements Fixed reported issues: 0000499, 0000508, 0000520, 0000521 and 0000526
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache2-4/+4
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-1/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-01Update to 2.0.8:wiz3-8/+8
2012-06-24 Raptor2 Version 2.0.8 Released Added support for RDFa 1.1 via updated librdfa Multiple portability fixes for Windows and Solarises. (Daniel Richard G.) Multiple minor fixes and improvements Fixed reported issues: 0000381, 0000487, 0000505 and 0000507
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-3/+4
2012-05-07Set BUILDLINK_API_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
2012-04-15Update to 2.0.7. Fix a bug in buildlink3.mk while here.wiz4-9/+10
2012-03-22 Raptor2 Version 2.0.7 Released CVE-2012-0037 fixed Removed Expat support Removed internal Unicode NFC code for better and optional ICU Added options for denying file requests and XML entity loading Added options for SSL certificate verifying Fixed reported issues: 0000448 and 0000469
2012-03-21raptor and raptor2 packages conflict with due to bin/rapper and itswiz1-1/+3
man page.
2012-03-20Don't use paths in wip. HI MARKDdholland1-2/+2
2012-03-19Import raptor2 version 2.0.6markd5-0/+160
Version 2 of the Raptor RDF Syntax Library.