Commit graph

5 commits

Author SHA1 Message Date
minskim
9fb67c6e28 Correct a module directory name on NetBSD/i386. 2009-06-10 06:52:01 +00:00
joerg
012d71f00f Update evas to the most recent e17 snapshot.
No detailed changes known.
2009-06-07 21:12:11 +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
minskim
d672134450 Set DISTINFO_FILE and PATCHDIR to share them with backend packages. 2009-02-26 18:46:52 +00:00
minskim
c24823beda Import a minimal version of evas-0.9.9.050.
This package is based on wip/evas, originally packaged by airhead AT
users.sf.net and maintained by YazzY (yazzy AT yazzy.org).

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
2009-02-26 18:12:55 +00:00