[MAINTAINER UPDATE] x11-wm/blackbox to 0.70.1
Update Blackbox window manager to current version, 0.70.1. PR: ports/88969 Submitted by: Andrew J. Caines <A.J.Caines@halplant.com>
This commit is contained in:
parent
b55df7a2e1
commit
79001120e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148194
6 changed files with 10 additions and 45 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
|
@ -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;
|
||||
|
||||
|
|
@ -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/
|
||||
|
|
|
@ -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 *
|
||||
********************************************************************************
|
Loading…
Reference in a new issue