aboutsummaryrefslogtreecommitdiff
path: root/devel/libcfu
Commit message (Collapse)AuthorAgeFilesLines
* Stage devel and database ports maintained by me.Chris Rees2013-12-291-2/+1
| | | | | | | While here, add missing cvs dep and general cleanups Notes: svn path=/head/; revision=337999
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - Update devel/automake to 1.14Ade Lovett2013-07-161-0/+5
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* Move to new upstream; Matthew Brush is now maintaining libcfu.Chris Rees2013-05-258-154/+28
| | | | | | | | Use my github, since I've fixed the clang warnings in it too, so hopefully Matthew will pull in my changes. Notes: svn path=/head/; revision=319049
* New versions of clang complain about assigning variables to themselves.Chris Rees2013-05-233-0/+30
| | | | | | | | | Let's just remove -Werror and ignore the warnings. Submitted by: phw (miwi) Notes: svn path=/head/; revision=318913
* Libcfu is a library of tools that may be useful, particularly whenChris Rees2013-02-227-0/+144
developing multithreaded software. It includes a hash table, a linked list, self-extending strings, a config file parser, a simple timer, a thread queue, and command-line parser. WWW: http://libcfu.sourceforge.net/ Notes: svn path=/head/; revision=312779