Commit graph

10 commits

Author SHA1 Message Date
joerg
7c8095a9e9 Update to embryo-0.9.9.063: Minor bugfixes. 2009-12-16 19:30:31 +00:00
joerg
f8366b7f99 embryo-0.9.9.062: Bump version for 2009/07/29 snapshot of e17. No
changes.
2009-09-11 20:24:41 +00:00
joerg
9d0c441aa9 Update to June snapshot of E17. No detailed changes. 2009-07-14 22:05:39 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
3e701dfef9 Bump required version for consistency in the E17 snapshot. 2009-06-07 19:54:02 +00:00
joerg
2c3a820bbd Update to embryo-0.9.9.060:
- various smaller portability improvements
2009-06-07 14:42:54 +00:00
joerg
2d1ba244e9 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.
2009-03-20 19:23:50 +00:00
joerg
d05ee72483 DESTDIR ready. 2008-11-29 17:55:38 +00:00
minskim
85b764d861 Set PKGCONFIG_OVERRIDE.
Bump PKGREVISION.
2008-10-26 19:16:13 +00:00
minskim
eadcd2f354 Import embryo from pkgsrc-wip. Packaged by Grzegorz Błach.
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.
2008-10-26 07:54:20 +00:00