diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 03:56:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 03:56:23 +0000 |
commit | 79001120e21620ae75e5b848da3d2677bda476fd (patch) | |
tree | 4d62bfdd20838d688670577a01d21b1eae0ec649 /x11-wm | |
parent | b55df7a2e15148900ec4fe2212d50ecd437d2393 (diff) | |
download | ports-79001120e21620ae75e5b848da3d2677bda476fd.tar.gz ports-79001120e21620ae75e5b848da3d2677bda476fd.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/blackbox/distinfo | 5 | ||||
-rw-r--r-- | x11-wm/blackbox/files/patch-lib::Image.cc | 11 | ||||
-rw-r--r-- | x11-wm/blackbox/files/patch-lib::PixmapCache.cc | 11 | ||||
-rw-r--r-- | x11-wm/blackbox/pkg-descr | 10 | ||||
-rw-r--r-- | x11-wm/blackbox/pkg-message | 14 |
6 files changed, 10 insertions, 45 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 5a4b92c74d2a..ff9bcbe6fd99 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -6,8 +6,7 @@ # PORTNAME= blackbox -PORTVERSION= 0.70.0 -PORTREVISION= 1 +PORTVERSION= 0.70.1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= blackboxwm @@ -40,6 +39,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/ .endfor .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/x11-wm/blackbox/distinfo b/x11-wm/blackbox/distinfo index 73cf326fb44d..284dcb3f6660 100644 --- a/x11-wm/blackbox/distinfo +++ b/x11-wm/blackbox/distinfo @@ -1,2 +1,3 @@ -MD5 (blackbox-0.70.0.tar.gz) = 033a92af3eecaa10bcb689e55a1ceadc -SIZE (blackbox-0.70.0.tar.gz) = 583527 +MD5 (blackbox-0.70.1.tar.gz) = 2d173b95ca5e64ef478c6a5d2deee9df +SHA256 (blackbox-0.70.1.tar.gz) = e394561d4426cf17e21eb5cc32e2972eb1af92d04a41808a41b1fb95320bd659 +SIZE (blackbox-0.70.1.tar.gz) = 650400 diff --git a/x11-wm/blackbox/files/patch-lib::Image.cc b/x11-wm/blackbox/files/patch-lib::Image.cc deleted file mode 100644 index bd5cad66e49a..000000000000 --- a/x11-wm/blackbox/files/patch-lib::Image.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Image.cc.orig Thu Mar 10 18:39:23 2005 -+++ lib/Image.cc Thu Mar 10 18:40:09 2005 -@@ -467,7 +467,7 @@ - if (colors[x] != ~0ul) - continue; - -- int red, green, blue, gray; -+ int red = 0, green = 0, blue = 0, gray = 0; - - switch (visual_class) { - case StaticGray: diff --git a/x11-wm/blackbox/files/patch-lib::PixmapCache.cc b/x11-wm/blackbox/files/patch-lib::PixmapCache.cc deleted file mode 100644 index 18a78b770edd..000000000000 --- a/x11-wm/blackbox/files/patch-lib::PixmapCache.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/PixmapCache.cc.old Fri Mar 11 09:46:02 2005 -+++ lib/PixmapCache.cc Fri Mar 11 09:32:16 2005 -@@ -97,7 +97,7 @@ - - - static RealPixmapCache *realpixmapcache = 0; -- static unsigned long maxmem_usage = 2ul*1024ul*1024ul; // 2mb default -+ static unsigned long maxmem_usage = 8ul*1024ul*1024ul; // 8MB default - static unsigned long mem_usage = 0ul; - - diff --git a/x11-wm/blackbox/pkg-descr b/x11-wm/blackbox/pkg-descr index f3e5d3811d84..5bc37f2809f8 100644 --- a/x11-wm/blackbox/pkg-descr +++ b/x11-wm/blackbox/pkg-descr @@ -1,6 +1,8 @@ -Blackbox is Yet Another Window Manager for X11R6 that arose primarily -out of the curiosity of the authors. It's small, fast, has built-in -rendering code, does image dithering at 8, 15 and 16 bits per pixel -and colour icon support. Blackbox is [mostly] ICCCM compliant. +Blackbox is that fast, lightweight window manager for the X Window System, you +have been looking for without all those annoying library dependencies. Blackbox +is built with C++ and contains completely original code. + +Blackbox is written to the NetWM specification, which allows integration with +modern desktop managers including KDE and Gnome. WWW: http://blackboxwm.sourceforge.net/ diff --git a/x11-wm/blackbox/pkg-message b/x11-wm/blackbox/pkg-message deleted file mode 100644 index 2531b888ab72..000000000000 --- a/x11-wm/blackbox/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -******************************************************************************** -* This version of blackbox includes various changes in features, behaviour and * -* configuration. See the ChangeLog for details. * -* * -* Styles from version 0.65.0 should be converted to the new format with * -* bstyleconvert, eg. * -* * -* # bstyleconvert ~/.blackbox/Styles/BSD * -* /home/user/.blackbox/Styles/BSD -> /home/user/.blackbox/Styles/BSD-new * -* * -* The new Stlye (BSD-new) can replace the old one (BSD), ie. * -* * -* # mv ~/.blackbox/Styles/BSD-new ~/.blackbox/Styles/BSD * -******************************************************************************** |