summaryrefslogtreecommitdiff
path: root/lang/embryo
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16Update to embryo-0.9.9.063: Minor bugfixes.joerg2-7/+7
2009-09-11embryo-0.9.9.062: Bump version for 2009/07/29 snapshot of e17. Nojoerg2-7/+7
changes.
2009-07-14Update to June snapshot of E17. No detailed changes.joerg2-8/+8
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-06-07Bump required version for consistency in the E17 snapshot.joerg1-2/+2
2009-06-07Update to embryo-0.9.9.060:joerg2-8/+7
- various smaller portability improvements
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-29DESTDIR ready.joerg1-1/+3
2008-10-26Set PKGCONFIG_OVERRIDE.minskim1-1/+4
Bump PKGREVISION.
2008-10-26Import embryo from pkgsrc-wip. Packaged by Grzegorz BÅ‚ach.minskim5-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.