Commit graph

7 commits

Author SHA1 Message Date
imil
d08f7130b6 Updated to 0.8.4
- MASTER_SITES changed
- HOMEPAGE changed
- added LICENSE
2009-11-26 20:07:12 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +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
wiz
151f732bbb Add "devel" to CATEGORIES.
PR 39997 from Robert Elz.
2008-11-21 14:56:24 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
drochner
29450eaf94 -make this a build dependency by default, if is used to generate source
code during the build (if at all - currently it is unused unless
 someone patches xml metadata in compiz plugin sources)
-it needs bash and GNU getopt to work correctly
2008-05-14 16:40:20 +00:00
jmcneill
059f7a7f58 Import compiz-bcop:
Compiz is a compositing window manager that uses 3D graphics acceleration
via OpenGL. It provides various new graphical effects and features on
any desktop environment, including Gnome and KDE.

This package contains the compiz option code generator.
2008-05-12 12:40:32 +00:00