aboutsummaryrefslogtreecommitdiff
path: root/devel/libmowgli
Commit message (Collapse)AuthorAgeFilesLines
* fix a syntax error in the mowgli.h header fileOliver Lehmann2008-02-291-0/+3
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=208215
* update o 0.6.1Oliver Lehmann2008-02-022-4/+4
| | | | Notes: svn path=/head/; revision=206639
* update to 0.6.0Oliver Lehmann2007-12-302-4/+4
| | | | Notes: svn path=/head/; revision=204718
* I don't know why I removed setting the USE_GMAKE variable just before IOliver Lehmann2007-10-151-0/+1
| | | | | | | | | committed the port which will result in a BROKEN port... So - USE_GNOME is now set again Notes: svn path=/head/; revision=201516
* update to 0.5.0Oliver Lehmann2007-10-153-7/+7
| | | | Notes: svn path=/head/; revision=201515
* adding libmowgli which will be used in future versions of multimedia/audaciousOliver Lehmann2007-09-134-0/+73
mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a suppliment to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator. Notes: svn path=/head/; revision=199430