summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-14 15:07:01 +0000
committerwiz <wiz@pkgsrc.org>2002-03-14 15:07:01 +0000
commit5f504be15e5f5197756572dcde885607ba9e9350 (patch)
treea607b63f97b6bdc3d8b5eaae847ba07dc8dbceeb
parent36b7c5af00e8f78d987a6c8856219c938ad2bd97 (diff)
downloadpkgsrc-5f504be15e5f5197756572dcde885607ba9e9350.tar.gz
Update to 0.62.1. Also closes pkg/15556.
Changes since 0.61.1: - the lock modifier code handles user redefined modifiers better - check if the locale actually needs multibyte support before using multibyte functions - use srcdir in all of the makefiles - general code touchups - blackbox-nls.hh is always generated even if --disable-nls is used. This allows us to not have all of those hideous #ifdef NLS chunks. Nothing to worry about, if you do not want NLS this does not affect you - Workspace::placeWindow() cleanups. Also a speed bump from reducing the use of iterator->current() and changing the delta from 1 to 8 - fixed a desciptor leak in BScreen::parseMenuFile, seems opendir lacked a matching closedir. - fix transient window handling code in Workspace::removeWindow() so transients give focus back to their parents properly. The code originally handled sloppy focus then transient windows, so we just flopped the if/elsif. This is immediately noticable with web browsers and their open location windows. - fixed list::insert so you really can insert at item number 2. While there I cleaned up the code a bit. - added decoration to the atom state stored in a window - fixed the window menu gets left open when another window button is pressed issue with a call to windowmenu->hide() in window->maximize() - applied xOr's patch for decoration handling - applied xOr's patch for the maximize, shade, unmaximize bug - applied Kennis' patch for sending incorrect Slit configure notices - BlackboxWindow's flags have been moved into a flags structure - applied xOr's patch for border handling - resizing a window turns off its maximized flag. Before a resized window thought it was still maximized and maximizing a double action - BlackboxWindow::withdraw no longet sets the state to Withdrawn. This confused some X clients. - the menu file mentioned in the manpage is now based on DEFAULT_MENU - menu is no longer installed, you need to copy it yourself - the lock modifiers no longer stop blackbox! - maximize a window via bbkeys and the maximize button is not redrawn, fixed - autoraise and multiple dialog windows yields segv bug fixed also lengthened the default auto raise delay from 250 to 400 - another iteration of autoraise and dialog box handling, this time we noticed that nothing ever reset blackbox.focused_window to 0 when a window was removed - check if the window is visible before changeBlackboxHints() calls maximize - placeWindow no longer takes edgeSnapThreshhold into account - ignore style files ending in ~ - support locale specifiers with @euro in them - Toolbar name editing buffer reduced to 128 chars, logic added to make sure this buffer is not overrun As well as NLS improvements and other minor bug fixes.
-rw-r--r--wm/blackbox/Makefile10
-rw-r--r--wm/blackbox/PLIST112
-rw-r--r--wm/blackbox/distinfo6
3 files changed, 77 insertions, 51 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile
index d4e2c5e1583..d90b7315180 100644
--- a/wm/blackbox/Makefile
+++ b/wm/blackbox/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2001/08/29 22:41:22 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/14 15:07:01 wiz Exp $
#
-DISTNAME= blackbox-0.61.1
+DISTNAME= blackbox-0.62.1
CATEGORIES= x11 wm
-MASTER_SITES= ftp://portal.alug.org/pub/blackbox/0.6x.x/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
-MAINTAINER= carneous@carneous.net
-HOMEPAGE= http://blackbox.alug.org/
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://blackboxwm.sourceforge.net/
COMMENT= small and fast X11R6 window manager
USE_BUILDLINK_ONLY= yes
diff --git a/wm/blackbox/PLIST b/wm/blackbox/PLIST
index ba8e0bb63e5..bfa4f475307 100644
--- a/wm/blackbox/PLIST
+++ b/wm/blackbox/PLIST
@@ -1,48 +1,74 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:59:07 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/03/14 15:07:01 wiz 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/bsetroot.1
-share/Blackbox/menu
-share/Blackbox/nls/C/blackbox.cat
-share/Blackbox/nls/POSIX
-share/Blackbox/nls/US_ASCII
-share/Blackbox/nls/da_DK/blackbox.cat
-share/Blackbox/nls/en
-share/Blackbox/nls/en_US
-share/Blackbox/nls/es
-share/Blackbox/nls/es_ES/blackbox.cat
-share/Blackbox/nls/et_EE/blackbox.cat
-share/Blackbox/nls/fr
-share/Blackbox/nls/fr_FR/blackbox.cat
-share/Blackbox/nls/pt_BR/blackbox.cat
-share/Blackbox/nls/ru_RU/blackbox.cat
-share/Blackbox/nls/sv_SE/blackbox.cat
-share/Blackbox/nls/tr_TR/blackbox.cat
-share/Blackbox/styles/Artwiz
-share/Blackbox/styles/Cthulhain
-share/Blackbox/styles/Flux
-share/Blackbox/styles/Minimal
-share/Blackbox/styles/Nyz
-share/Blackbox/styles/Operation
-share/Blackbox/styles/Outcomes
-share/Blackbox/styles/Rampage
-share/Blackbox/styles/Rancor
-share/Blackbox/styles/Results
-share/Blackbox/styles/Shade
-share/Blackbox/styles/Spiff
-share/Blackbox/styles/TDF
-share/Blackbox/styles/Twice
-@dirrm share/Blackbox/styles
-@dirrm share/Blackbox/nls/tr_TR
-@dirrm share/Blackbox/nls/sv_SE
-@dirrm share/Blackbox/nls/ru_RU
-@dirrm share/Blackbox/nls/pt_BR
-@dirrm share/Blackbox/nls/fr_FR
-@dirrm share/Blackbox/nls/et_EE
-@dirrm share/Blackbox/nls/es_ES
-@dirrm share/Blackbox/nls/da_DK
-@dirrm share/Blackbox/nls/C
-@dirrm share/Blackbox/nls
-@dirrm share/Blackbox
+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
+share/blackbox/nls/US_ASCII
+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_US
+share/blackbox/nls/es
+share/blackbox/nls/es_ES/blackbox.cat
+share/blackbox/nls/et_EE/blackbox.cat
+share/blackbox/nls/fr
+share/blackbox/nls/fr_FR/blackbox.cat
+share/blackbox/nls/it
+share/blackbox/nls/it_IT/blackbox.cat
+share/blackbox/nls/ja_JP/blackbox.cat
+share/blackbox/nls/nl
+share/blackbox/nls/nl_NL/blackbox.cat
+share/blackbox/nls/pt_BR/blackbox.cat
+share/blackbox/nls/ru_RU/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/zh_CN/blackbox.cat
+share/blackbox/styles/Artwiz
+share/blackbox/styles/Cthulhain
+share/blackbox/styles/Flux
+share/blackbox/styles/Minimal
+share/blackbox/styles/Nyz
+share/blackbox/styles/Operation
+share/blackbox/styles/Outcomes
+share/blackbox/styles/Rampage
+share/blackbox/styles/Rancor
+share/blackbox/styles/Results
+share/blackbox/styles/Shade
+share/blackbox/styles/Spiff
+share/blackbox/styles/TDF
+share/blackbox/styles/Twice
+@dirrm share/blackbox/styles
+@dirrm share/blackbox/nls/zh_CN
+@dirrm share/blackbox/nls/tr_TR
+@dirrm share/blackbox/nls/sv_SE
+@dirrm share/blackbox/nls/sl_SI
+@dirrm share/blackbox/nls/ru_RU
+@dirrm share/blackbox/nls/pt_BR
+@dirrm share/blackbox/nls/nl_NL
+@dirrm share/blackbox/nls/ja_JP
+@dirrm share/blackbox/nls/it_IT
+@dirrm share/blackbox/nls/fr_FR
+@dirrm share/blackbox/nls/et_EE
+@dirrm share/blackbox/nls/es_ES
+@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 71e3173a2de..19c66167781 100644
--- a/wm/blackbox/distinfo
+++ b/wm/blackbox/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/17 16:03:43 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/03/14 15:07:01 wiz Exp $
-SHA1 (blackbox-0.61.1.tar.gz) = c8c784705ae772dc6b4b6b7c59d00fd2d9b0cb01
-Size (blackbox-0.61.1.tar.gz) = 235682 bytes
+SHA1 (blackbox-0.62.1.tar.gz) = 9ce078ae312271f4279adade9169c84199444631
+Size (blackbox-0.62.1.tar.gz) = 299604 bytes