summaryrefslogtreecommitdiff
path: root/wm/blackbox
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-09-19 15:54:48 +0000
committerjschauma <jschauma>2002-09-19 15:54:48 +0000
commite10eeee82dbac1194a0b52187121304a229b5222 (patch)
tree267a59facb257bae405b2adf410109688d5cdb88 /wm/blackbox
parent32793b039d306e1eb63f0243d3f8e4b8eb9f7a8b (diff)
downloadpkgsrc-e10eeee82dbac1194a0b52187121304a229b5222.tar.gz
Update the fabolous Blackbox windowmanager to latest 0.65.0 Release
(the first major release from the new maintainer, IIRC). Many new goodies, bugfixes and overall improvements. This closes PR pkg/18131. Changes from 0.62.1 to 0.65.0: - added Taiwan Chinese (zh_TW), Hungarian (hu_HU), Latvian (lv_LV), Korean (ko_KR), Norwegian (no_NO), Polish (pl_PL), Romanian (ro_RO) and Ukrainian (uk_UA) nls files and updated most of the others. - removed the Estonian (ee_ET) and Turkish (tr_TR) locales due to their being heavily out of date and unmaintained - remove slit and netwm as compile time options - strip much of BaseDisplay's original functionality and move it to the blackbox class. - huge amounts of internal cleanups - added emacs local variables to each file that prevent the addition of tabs - added a Util.cc file which contains useful functions with no obvious home. - move code over to the STL - removed several unused variables and otherwise reduced the memory usage of the objects in Blackbox. For the record the binary is roughly 100k larger than 0.62.0 and that is mostly due to the STL but there is also a fair bit of new code. However for the most part blackbox runs faster and is still one of the leanest window managers out there today. - bsetroot now sets _XROOTPMAP_ID, so pseudo transparent apps will be happy - beginnings of a strut implementation. toolbar and slit are removed from the available screen area if 'full maximize' is not set - XReparentWindow sends an UnmapNotify to the window manager however in certain cases the window is already unmapped so the window manager never gets the event and the unmapNotify event is where reparentNotify was handled. Added a reparentNotifyEvent handler in the BlackboxWindow class and a new case in the Blackbox class's process_event function. - no more blackbox->grab/ungrab calls everywhere - compression of motion and expose - Now we have one function which turns ~/ into /home/user/. This is now called everywhere this expansion should be done. Even added this to the resource.menu_file so now the menu file may be specified as ~/blackbox_menu. - added a TimerQueue which is a priority_queue with the ability to release items it contains before they reach the top of the queue. Also added a TimerQueueManager protocol class which BaseDisplay now inherits from. - BTimer now defaults to NOT recurring. Most of the timers in blackbox were one shots so I saw little benefit in defaulting to repeating timers. - update transient handling, should solve issues with apps like acroread. added a getTransientInfo() method of the BlackboxWindow class which handles checking the transient state in X and setting the appropriate variables on the window. To attack the infinite loops this function ensures that client.transient != this and we check for loops of the form A -> B -> C -> A. The new transient code also allows for one window to have multiple transients so applications like xmms and web browsers are better behaved. - even better ICCCM support and focus handling - wmswallow works - fix for clock clipping in the toolbar - better support for non decorated windows and toggling decor - the geometry window shown when moving or resizing a window now handles the parentrelative setting better. parentrelative support has been improved for all of the other widgets as well. - better window group handling - improved edge snap support (still no window to window snapping) - changing preferences no longer leads to windows being raised - the window's "send to" menu ignores the current workspace, which is a better UI approach - new placeWindow algorithm. Blows the old one out of the water. Not only is it faster but it is also cleaner code too (-: Went from number 5 in the profiling results to under 30. Image rendering is now the slowest part of managing of new windows. Because of the new code layout, support is now there for new and different layout options but this will wait for after 0.65.0. - smart window placement ignores shaded windows now - new option in the Config menu which allows Scroll Lock to disable Blackbox's keybindings.
Diffstat (limited to 'wm/blackbox')
-rw-r--r--wm/blackbox/Makefile9
-rw-r--r--wm/blackbox/PLIST40
-rw-r--r--wm/blackbox/distinfo6
3 files changed, 31 insertions, 24 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile
index f69c263644a..f0249fb3c04 100644
--- a/wm/blackbox/Makefile
+++ b/wm/blackbox/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2002/08/25 21:51:30 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/19 15:54:48 jschauma Exp $
#
-DISTNAME= blackbox-0.62.1
+DISTNAME= blackbox-0.65.0
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
-MAINTAINER= packages@netbsd.org
+MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://blackboxwm.sourceforge.net/
COMMENT= small and fast X11R6 window manager
@@ -13,6 +13,5 @@ USE_BUILDLINK2= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-kde
-
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/blackbox/PLIST b/wm/blackbox/PLIST
index bfa4f475307..0bc89a7f69b 100644
--- a/wm/blackbox/PLIST
+++ b/wm/blackbox/PLIST
@@ -1,14 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2002/03/14 15:07:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/09/19 15:54:48 jschauma Exp $
bin/blackbox
bin/bsetbg
bin/bsetroot
-man/ja_JP/man1/blackbox.1
-man/ja_JP/man1/bsetroot.1
man/man1/blackbox.1
+man/man1/bsetbg.1
man/man1/bsetroot.1
-man/nl_NL/man1/blackbox.1
-man/nl_NL/man1/bsetroot.1
-man/sl_SI/man1/blackbox.1
share/blackbox/menu
share/blackbox/nls/C/blackbox.cat
share/blackbox/nls/POSIX
@@ -17,23 +13,33 @@ share/blackbox/nls/da_DK/blackbox.cat
share/blackbox/nls/de
share/blackbox/nls/de_DE/blackbox.cat
share/blackbox/nls/en
+share/blackbox/nls/en_GB
share/blackbox/nls/en_US
share/blackbox/nls/es
+share/blackbox/nls/es_AR/blackbox.cat
share/blackbox/nls/es_ES/blackbox.cat
-share/blackbox/nls/et_EE/blackbox.cat
+share/blackbox/nls/es_MX
share/blackbox/nls/fr
share/blackbox/nls/fr_FR/blackbox.cat
+share/blackbox/nls/hu_HU/blackbox.cat
share/blackbox/nls/it
share/blackbox/nls/it_IT/blackbox.cat
share/blackbox/nls/ja_JP/blackbox.cat
+share/blackbox/nls/ko_KR/blackbox.cat
+share/blackbox/nls/lv_LV/blackbox.cat
share/blackbox/nls/nl
share/blackbox/nls/nl_NL/blackbox.cat
+share/blackbox/nls/no_NO/blackbox.cat
+share/blackbox/nls/pl_PL/blackbox.cat
share/blackbox/nls/pt_BR/blackbox.cat
+share/blackbox/nls/ro_RO/blackbox.cat
share/blackbox/nls/ru_RU/blackbox.cat
+share/blackbox/nls/sk_SK/blackbox.cat
share/blackbox/nls/sl_SI/blackbox.cat
share/blackbox/nls/sv_SE/blackbox.cat
-share/blackbox/nls/tr_TR/blackbox.cat
+share/blackbox/nls/uk_UA/blackbox.cat
share/blackbox/nls/zh_CN/blackbox.cat
+share/blackbox/nls/zh_TW/blackbox.cat
share/blackbox/styles/Artwiz
share/blackbox/styles/Cthulhain
share/blackbox/styles/Flux
@@ -49,26 +55,28 @@ share/blackbox/styles/Spiff
share/blackbox/styles/TDF
share/blackbox/styles/Twice
@dirrm share/blackbox/styles
+@dirrm share/blackbox/nls/zh_TW
@dirrm share/blackbox/nls/zh_CN
-@dirrm share/blackbox/nls/tr_TR
+@dirrm share/blackbox/nls/uk_UA
@dirrm share/blackbox/nls/sv_SE
@dirrm share/blackbox/nls/sl_SI
+@dirrm share/blackbox/nls/sk_SK
@dirrm share/blackbox/nls/ru_RU
+@dirrm share/blackbox/nls/ro_RO
@dirrm share/blackbox/nls/pt_BR
+@dirrm share/blackbox/nls/pl_PL
+@dirrm share/blackbox/nls/no_NO
@dirrm share/blackbox/nls/nl_NL
+@dirrm share/blackbox/nls/lv_LV
+@dirrm share/blackbox/nls/ko_KR
@dirrm share/blackbox/nls/ja_JP
@dirrm share/blackbox/nls/it_IT
+@dirrm share/blackbox/nls/hu_HU
@dirrm share/blackbox/nls/fr_FR
-@dirrm share/blackbox/nls/et_EE
@dirrm share/blackbox/nls/es_ES
+@dirrm share/blackbox/nls/es_AR
@dirrm share/blackbox/nls/de_DE
@dirrm share/blackbox/nls/da_DK
@dirrm share/blackbox/nls/C
@dirrm share/blackbox/nls
@dirrm share/blackbox
-@dirrm man/sl_SI/man1
-@dirrm man/sl_SI
-@dirrm man/nl_NL/man1
-@dirrm man/nl_NL
-@dirrm man/ja_JP/man1
-@dirrm man/ja_JP
diff --git a/wm/blackbox/distinfo b/wm/blackbox/distinfo
index 19c66167781..9f485ec7b8e 100644
--- a/wm/blackbox/distinfo
+++ b/wm/blackbox/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/03/14 15:07:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2002/09/19 15:54:48 jschauma Exp $
-SHA1 (blackbox-0.62.1.tar.gz) = 9ce078ae312271f4279adade9169c84199444631
-Size (blackbox-0.62.1.tar.gz) = 299604 bytes
+SHA1 (blackbox-0.65.0.tar.gz) = 903a35526b1c29912ca500b7f8c205368e60fc38
+Size (blackbox-0.65.0.tar.gz) = 292950 bytes