Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2009-06-07 | Bump required version for consistency in the E17 snapshot. | joerg | 1 | -2/+2 | |
2009-06-07 | Update to embryo-0.9.9.060: | joerg | 2 | -8/+7 | |
- various smaller portability improvements | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -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-29 | DESTDIR ready. | joerg | 1 | -1/+3 | |
2008-10-26 | Set PKGCONFIG_OVERRIDE. | minskim | 1 | -1/+4 | |
Bump PKGREVISION. | |||||
2008-10-26 | Import embryo from pkgsrc-wip. Packaged by Grzegorz BÅ‚ach. | minskim | 5 | -0/+53 | |
Embryo implements a C like scripting language used in various parts of the Enlightenment project, namely Edje. Embryo allows scripting capabilities in places that otherwise wouldn't support basic programming structures such as in Edje EDCs. |