Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-04-21 22:29:20 by Hans Rosenfeld | Files touched by this commit (2)
Log message:
Fix library soname on SunOS.
   2011-04-21 16:25:09 by Hans Rosenfeld | Files touched by this commit (2)
Log message:
Fix library names on SunOS.
   2010-09-19 14:19:42 by OBATA Akio | Files touched by this commit (3)
Log message:
Update libmowgli to 0.7.1.
Based on PR#43760 by Kamel Derouiche.

summary from changelog
 * Add mowgli_patricia_size().
 * Update buildsys.
 * bug fixes.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-02 18:21:46 by Jeremy C. Reed | Files touched by this commit (25)
Log message:
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
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-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
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-10 13:08:17 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 0.7.0. Changes undocumented.
   2008-11-10 12:42:13 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix path to itself after move.
   2008-11-10 12:34:34 by Thomas Klausner | Files touched by this commit (5) | Imported package
Log message:
Reimport of devel/mowgli as devel/libmowgli, to match DISTNAME.

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.


Next | Query returned 20 messages, browsing 11 to 20 | previous