Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-15 | Recursive bump for libltdl | joerg | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -1/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -12/+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-07-14 | Mark as destdir ready. | joerg | 1 | -1/+3 | |
2007-08-10 | fix HOMEPAGE. | gdt | 1 | -2/+2 | |
2007-08-10 | fix INFO_FILES to YES | gdt | 1 | -2/+2 | |
2007-08-10 | Guile-Cairo wraps the Cairo graphics library for Guile Scheme. | gdt | 5 | -0/+68 | |
Guile-Cairo is complete, wrapping almost all of the Cairo API. It is API stable, providing a firm base on which to do graphics work. Finally, and importantly, it is pleasant to use. You get a powerful and well-maintained graphics library with all of the benefits of Scheme: memory management, exceptions, macros, and a dynamic programming environment. |