summaryrefslogtreecommitdiff
path: root/devel/libmowgli
AgeCommit message (Collapse)AuthorFilesLines
2010-09-19Update libmowgli to 0.7.1.obache3-8/+25
Based on PR#43760 by Kamel Derouiche. summary from changelog * Add mowgli_patricia_size(). * Update buildsys. * bug fixes.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+3
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-10Update to 0.7.0. Changes undocumented.wiz4-11/+12
2008-11-10Fix path to itself after move.wiz1-2/+2
2008-11-10Reimport of devel/mowgli as devel/libmowgli, to match DISTNAME.wiz5-0/+89
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.