./wm/blackbox70, Small and fast X11R6 window manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.70.1nb1, Package name: blackbox70-0.70.1nb1, Maintainer: pkgsrc-users

Blackbox is yet another addition to the list of window managers For X11R6.
Blackbox is built with C++, sharing no common code with any other window
manager. It is designed to be small and fast, with a built in graphics class,
near complete ICCCM compliance, and support for multple desktop environments.


Required to build:
[pkgtools/x11-links] [devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)

SHA1: f0ab7e4b44ae6ee4c2a2136651afc567c47fe2cd
RMD160: ab80c43d42dbfac23c9f981885f25a42c66f51a6
Filesize: 635.156 KB

Version history: (Expand)


CVS history: (Expand)


   2009-06-14 20:19:03 by Joerg Sonnenberger | Files touched by this commit (64)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
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.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-01-14 03:04:58 by Roland Illig | Files touched by this commit (1)
Log message:
+ Needs libtool.
   2008-01-14 03:04:42 by Roland Illig | Files touched by this commit (4)
Log message:
Fixed build failures with sunpro.
   2007-07-19 12:01:10 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs iconv. From Martin Wilke for FreeBSD.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2007-02-01 22:56:13 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Modular Xorg support.