Commit graph

10 commits

Author SHA1 Message Date
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
0c1d2c2577 Update to June snapshot of E17. No detailed changes. 2009-07-14 22:16:25 +00:00
joerg
7d3480dd87 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
joerg
3a5c19396a Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
minskim
b2a6e11418 Make evas build with eet-1.2.0 by explicitly linking against libeet. 2009-06-10 06:52:33 +00:00
minskim
8dbd884e95 Correct a module directory name on NetBSD/i386. 2009-06-10 06:52:01 +00:00
joerg
ba78e86e54 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