Up to [cvs.NetBSD.org] / pkgsrc / textproc / raptor2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 7 10:45:28 2023 UTC (6 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
raptor2: add upstream bug report URL
Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 7 10:42:15 2023 UTC (6 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (colored)
raptor2: update to 2.0.16. 2023-03-01 Raptor2 Version 2.0.16 Released Fixes CVE-2017-18926 and CVE-2020-25713 Multiple Appveyor Windows and CMake build fixes by 0u812. (Note: the resulting binaries and libraries were not tested on Windows) Turtle parser now reads input in chunks so can handle huge files. Patch by Sebastian Freundt Added a serializer for the mKR language. Patch by Richard H. McCullough. Rapper utility now counts triples using longs Several smaller portability fixes for OpenBSD and cross building
Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 12 13:20:05 2022 UTC (17 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
raptor2: add SunOS support
Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 26 11:23:19 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:25 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 4 02:00:06 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Add SHA512 digests for distfiles for textproc category 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.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 2 17:40:36 2014 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Update to 2.0.15: 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()
Revision 1.9 / (download) - annotate - [select for diffs], Wed May 14 08:51:53 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to 2.0.14: 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.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 5 12:58:56 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Update to 2.0.13: 2013-01-29 Raptor2 Version 2.0.13 Released Fix configure not finding curl when curl-config --cflags is empty Fixed reported issue: 0000562.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 31 17:49:38 2013 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Update to 2.0.12: 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()
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 6 13:26:14 2013 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Update to 2.0.11: 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)
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 2 16:58:05 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Update to 2.0.10: 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
Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 15 21:51:45 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Update to 2.0.9: 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
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 1 15:50:58 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update to 2.0.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
Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 15 15:43:43 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to 2.0.7. Fix a bug in buildlink3.mk while here. 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
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 19 09:12:26 2012 UTC (11 years, 6 months ago) by markd
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import raptor2 version 2.0.6 Version 2 of the Raptor RDF Syntax Library.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 19 09:12:26 2012 UTC (11 years, 6 months ago) by markd
Branch: MAIN
Initial revision