Version: 1.0.17, Package name: redland-1.0.17 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description-main Redland is a library that provides a high-level interface for RDF allowing the model to be stored, queried and manipulated. Redland implements each of the RDF model concepts in its own class so provides an object based API for them. Some of the classes providing the parsers, storage mechanisms and other elements are built as modules that can be added or removed as required. Description-mysql MySQL driver for redland. Description-pgsql PostgreSQL driver for redland. |
Filesize: 1583.561 KB |
Version History (View Complete History) |
|
2021-10-27 13:32:34 by Stuart Henderson | Files touched by this commit (1) |
Log message: https homepage |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-07-05 05:53:01 by Stuart Henderson | Files touched by this commit (30) |
Log message: sync WANTLIB |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-12 04:57:58 by Antoine Jacoutot | Files touched by this commit (57) |
Log message: Remove trailing lines. |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-11-04 05:35:21 by Stuart Henderson | Files touched by this commit (100) |
Log message: sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports now that internationalised domain name support has been removed from net/curl |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2015-10-30 06:59:18 by Stuart Henderson | Files touched by this commit (39) |
Log message: sync WANTLIB (curl+nghttp2) |
2015-08-24 04:01:11 by Stuart Henderson | Files touched by this commit (7) |
Log message: sync WANTLIB |
2015-06-07 04:02:45 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to redland-1.0.17. |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |
2010-11-20 12:56:52 by Marc Espie | Files touched by this commit (236) |
Log message: new depends |
2010-11-08 13:48:56 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: actually, MODULES is better |
2010-11-08 13:46:43 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - fix COMMENT, and switch to newstyle DEPENDS whilst here |
2010-10-19 01:54:26 by Marc Espie | Files touched by this commit (205) |
Log message: USE_GROFF=Yes |