summaryrefslogtreecommitdiff
path: root/graphics/evas
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11Update to evas-0.9.9.062 from the 2009/07/29 snapshot. No detailedjoerg5-16/+13
changes.
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-14Update to June snapshot of E17. No detailed changes.joerg2-8/+8
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-06-10Make evas build with eet-1.2.0 by explicitly linking against libeet.minskim1-1/+2
2009-06-10Correct a module directory name on NetBSD/i386.minskim1-2/+2
2009-06-07Update evas to the most recent e17 snapshot.joerg4-11/+13
No detailed changes known.
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.
2009-02-26Set DISTINFO_FILE and PATCHDIR to share them with backend packages.minskim1-1/+4
2009-02-26Import a minimal version of evas-0.9.9.050.minskim6-0/+104
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.