summaryrefslogtreecommitdiff
path: root/devel/deforaos-libsystem
AgeCommit message (Collapse)AuthorFilesLines
2022-04-12deforaos-libsystem: reflect the API/ABI changekhorben1-2/+3
2022-04-12deforaos-libsystem: fix the distinfo filekhorben1-2/+2
2022-04-12deforaos-libsystem: update to 0.4.3khorben6-21/+157
Changes since 0.4.2: - API changes (version bump for libSystem.so) - no longer build the tests by default - bug fixes - use XML to build documentation with Gtk-Doc Changes specific to pkgsrc: - use libtool to build libSystem.so The latter should fix the build on macOS.
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-15deforaos-libsystem: fix build on Linuxtnn1-1/+2
2019-12-19Needs docbook-xsl.joerg1-1/+2
2019-10-16deforaos-libsystem: Needs xsltprocnia1-1/+3
2019-10-09Update devel/deforaos-libsystem to version 0.4.2khorben5-52/+58
Among the changes upstream: - re-licensing to the 2-clause BSD license - improved build system - extended Array and String API - extended tests This package no longer ships the API documentation; it will be included in a separate package.
2017-12-28Update PLIST for gtk-doc changes. Bump PKGREVISION.dholland2-3/+3
2017-08-01Follow some http -> https redirects.wiz1-3/+3
2017-04-13Update DeforaOS libSystem to version 0.3.1khorben5-33/+26
This release brings: - build fixes with OBJDIR - minor API update in <System/string.h> - support for SOURCE_DATE_EPOCH in tests - minor fixes and improvements
2016-12-22deforaos-libsystem: use dlopen buildlink instead, as suggested by joerg.maya1-5/+4
appease pkglint, too.
2016-12-22deforaos-libsystem: -ldl on linux, for dlopen & friends.maya1-1/+3
attempt to fix linux builds.
2016-02-19Package DeforaOS libSystem 0.3.0khorben4-12/+12
Among the changes: - more convenience functions for configuration files - reworked the error-handling API - progress with the variable conversion framework Unfortunately this will break a number of packages using this library: there is an API change in the Error class. I will update them all as soon as I can.
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. 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.
2015-10-18API bump for devel/deforaos-libsystemkhorben1-2/+2
2015-10-17Package DeforaOS libSystem 0.2.3khorben4-32/+15
This release brings: - fixes for memory leaks in the Config and Plugin classes - fix for memory corruption in the Event class - improvements to configctl(1) - additional test for the Event class - portability fixes (build...)
2015-08-26Fix build on amd64khorben1-1/+2
2015-08-23Package DeforaOS libSystem 0.2.2khorben4-21/+25
Among the changes: - extended String API (trimming) - reworked the Array and Config classes - build with SSP and PIE by default - fixes and improvements to the build system - additional tests
2015-08-09Add support for CFLAGSkhorben1-1/+2
No functional change intended.
2015-05-20Package DeforaOS libSystem 0.2.1khorben5-45/+23
It is essentially a bugfix and maintenance release, with: - portability fix (SunOS) - additional tests (Config) - API addition (String) - quiet mode for configctl(1) - support for compiling in a separate directory (OBJDIR)
2014-10-03Moved the manual pages to PKGMANDIR as they shouldkhorben2-4/+17
2014-09-23Fix some build issues exposed by the cwrappers build:jperkin4-4/+30
- Use REPLACE_SH for echo -n. - Use LD_LIBRARY_PATH for tests to find pre-installed libraries. - Fix parallel build issues.
2014-09-16Updated devel/deforaos-libsystem to version 0.2.0khorben6-19/+47
This release includes: - a command-line tool, configctl(1), to interact with configuration files - a new generic Mutator class - further improvements to the String and Variable classes
2014-03-21Use correct rpath flag on SunOS. Bump PKGREVISION.jperkin3-3/+20
2014-02-21gtk-doc update added new files. Bump revision.joerg2-2/+7
2014-01-11Packaged DeforaOS libSystem 0.1.7, which:khorben3-24/+35
* proposes documentation generated with gtk-doc * removes code for the DeforaOS distributed framework (moved to libApp) * no longer depends on security/openssl * switches to the LGPL license * introduces a Python binding (not built by default) * fixes some build and installation issues (newer Makefiles...)
2013-03-06Portability fixes.jperkin1-1/+11
XXX: libSystem.pc still contains WRKSRC references.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-12-16Imported wip/deforaos-libsystem, the DeforaOS system library, underkhorben5-0/+60
devel/deforaos-libsystem