Subject: pkg/19341: Update package wm/fluxbox
To: None <gnats-bugs@gnats.netbsd.org>
From: None <Juan@xtraeme.dyndns.org, RP@xtraeme.dyndns.org>
List: netbsd-bugs
Date: 12/10/2002 20:57:00
>Number:         19341
>Category:       pkg
>Synopsis:       Update package wm/fluxbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 10 11:58:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Juan RP
>Release:        NetBSD 1.6K
>Organization:
HispaBSD
>Environment:
System: NetBSD xtraeme.dyndns.org 1.6K NetBSD 1.6K (xtrakernel) #1: Thu Dec 5 16:54:43 CET 2002 root@xtraeme.dyndns.org:/usr/src/sys/arch/i386/compile/xtrakernel i386
Architecture: i386
Machine: i386
>Description:

This patch provide update for package Fluxbox ( 0.1.14 ).
Changelog:

Changes for 0.1.14:
*02/11/08:
   * Minor update in fluxbox-generate_menu (Han)
   * Fixed blackbox.cat to fluxbox.cat 
     nls/*
*02/11/07:
   * Fixed tab font on restart bug.
     Theme.cc/hh, Screen.cc
   * Fixed crash bug in rotated font implementation.
     XFontImp.cc
   * Fixed caps-, num- and scrolllock maskes in Alt+drag/resize
     Window.cc
*02/11/25:
   * Fixed vertical tabs for XFontImp
     XFontImp.cc/hh, Font.hh/cc, Tab.cc, Screen.cc, DrawUtil.cc/hh
*02/11/24:
   * Removed interlace compile time option (Henrik)
     Image.hh/cc
   * Fixed bug [ 641136 ] OpenOffice 1.0.1 aborts (Simon)
     Ewmh.cc
   * Fixed bug [ 561602 ] Problem using ToggleDecor in terminals (Simon)
     Window.cc/hh
   * Fixed bug [ 642189 ] Wrong AA font on init (Simon)
     Font.cc

--------------------------------------------------------------------------
Changes for 0.1.13:
*02/11/17:
   * Fixed bug in toggleTab
     Window.cc
   * Fixed alignment bug in Tab
     Tab.cc
   * Fixed HAVE_XFT_UTF8 check (Simon)
     configure.in, XftFontImp.cc
*02/11/15:
   * Fixed antialias bug in toolbar
   * Fixed bug [ 627897 ] Clicking tab leads to crashing X-Server.
     Tab.cc
*02/11/14:
   * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom
     Rootmenu.cc/hh
   * Fixed bug [ 581588 ] Toolbar auto-hiding
     Toolbar.cc
*02/11/13:
   * Clean up in Slit
     Slit.cc/hh, Screen.cc
   * Fixed caps, num and scroll lock modifier checks
     (fixed Bug: [ 522673 ] Numlock not handled correctly in Solaris)
     Keys.cc/hh
*02/11/12:
   * Updated fluxbox-generate_menu (Han)
   * Fixed alignment in window label
     Window.cc
   * Fixed history in FbRun
   * Updated FbRun to use the new font system
   * Removed window size limitation, fixes Debian bug #159709 (Simon)
     Window.cc
   * Fixed geometry/position window size and alignment problem (Simon)
     Screen.cc
*02/11/03:
   * Fixed Toolbar workspace label text color.
     Theme.cc
*02/10/25:
   * Renamed Icon.hh/cc to Iconmenu.hh/cc
   * Clean up (fixed bug [ 608945 ] xmms crashes fluxbox )
     BaseDisplay.hh/cc, Screen.cc/hh, Tab.cc, Window.cc
*02/10/24:
   * Updated fluxbox-generate_menu (Thanks Han)
*02/10/23:
   * Fixed auto_ptr assignment so it compiles with gcc 2.95.x
     fluxbox.cc, Window.cc 
   * Minor cleaning in Windowmenu.cc/hh
*02/10/22:
   * Fixed isGroupable for FluxboxWindow,
     It should report if the window is groupable if it's
     not transient, nonresiable and nonmaximizable
     Window.hh/cc
*02/10/20:
   * Updated it_IT translation (Thanks Filippo Pappalardo)
*02/10/19:
   * Fixed terminal option for fluxbox-generate_menu (Thanks Han)
   * Fixed bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem
     Toolbar.cc
   * Fixed ascent and descent in FontImps
   * Added testsuit for FbTk::Font
     src/tests/testFont.cc, src/tests/Makefile
   * Updated fluxbox-generate_menu it_IT locales and
     added DEFAULT_TERM value (Thanks Filippo Pappalardo)
*02/10/18:
   * Added it_IT locales to fluxbox-generate_menu and updated
     data/nls/it_IT  (Thanks Filippo Pappalardo)
*02/10/16:
   * Fixed UTF-8 for antialias fonts
     XftFontImp.cc/hh, Font.cc
   * Fixed support for:
     _NET_WM_DESKTOP,
     _NET_NUMBER_OF_DESKTOPS,
     _NET_CURRENT_DESKTOP,
     _NET_ACTIVE_WINDOW,
     _NET_CLOSE_WINDOW
     Ewmh.hh/cc
*02/10/15:
   * Conditional compile/linking of Xft specific files
     src/Makefile.am, configure.in
   * Antialias in Windowmenu, Tab and geometry window
     Window.cc, Screen.cc, Toolbar.cc, Theme.cc/hh, Tab.cc, IconBar.cc
   * Antialias option in Configmenu
     Configmenu.cc, Screen.cc/hh, Theme.cc/hh
*02/10/14:
   * Added XftFontImp.hh/cc for Xft font support.
     Compile with --enable-xft
*02/10/13:
   * Minor cleaning in configure.in
   * Fixed grab reconfigure bug
     Window.cc
   * Fixed UTF-8 support in XmbFontImp.cc
   * Moved font system specific stuff from Font.hh/cc to 
     font implementation classes.
   * Added FontImp.hh, XFontImp.hh/cc, XmbFontImp.hh/cc
     For the new font implementation bridge pattern.
*02/10/11:
   * Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and 
     _NET_WM_STATE_SHADED
     Ewmh.cc
*02/10/02:
   * Added Ewmh.hh/cc for Extended Window Manager Hints
*02/09/21:
   * New menu item (Thanks Han)
     fluxbox-generate_menu
   * Latvian  language support (Thanks Artis Trops)
*02/09/14:
   * Fixed bug [ 604463 ] mplayer fullscreen fails (Henrik)
     Window.cc
   * Added Color.cc and moved color handling from Image.cc to it. 
     (Henrik)
   * Added Texture.cc and Texture::setFromString (Henrik)
   * Proper handling of sticky windows when cycling (Simon)

---------------------------------------------------------------------
Changes for 0.1.12/13:
*02/09/12:
   * Removed -fg and -bg settings in fluxbox-generate_menu
   * Made a temporary fix for sticky windows (Thanks Simon Bowden)
*02/09/10:
   * Fixed deadlock in the new transient handling
     Window.cc
   * Fixed minor issue with sending window to another workspace via 
     blackbox-atoms.
     Window.cc
   * Fixed focus issue for transients.
     Window.cc
   * Fixed so Gnome win state is checked after window creation.
     bug [ 548957 ] fspanel doesnt become sticky
     Window.cc
*02/09/08:
   * Fixed new transient handling
     Workspace.cc/hh, Screen.cc/hh, Window.cc/hh, Slit.cc, Toolbar.cc
*02/09/07:
   * Fixed save workspace names when add/remove workspace (Thanks Simon Bowden)
     Workspacemenu.cc
   * Fixed outlined size when resizing (Thanks Simon Bowden)
     Window.cc
   * Moved data/fluxbox-generate_menu to util/ .
   * Moved Gnome stuff to Gnome.cc/hh.
     Screen.cc/hh, Window.cc/hh, fluxbox.cc/hh
   * Added Subject.cc/hh, Observer.cc/hh,  Gnome.cc/hh and AtomHandler.hh
*02/09/06:
   * Fixed workspace name update from toolbar (Thanks Bradley C Bailey)
     Toolbar.cc
   * Deiconify before send to workspace (Thanks Bradley C Bailey)
     Windowmenu.cc

>How-To-Repeat:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/fluxbox/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    2002/11/10 19:36:57     1.5
+++ Makefile    2002/12/10 19:52:40
@@ -1,9 +1,10 @@
 # $NetBSD: Makefile,v 1.5 2002/11/10 19:36:57 jmcneill Exp $
 #
 
-DISTNAME=      fluxbox-0.1.12
+DISTNAME=      fluxbox-0.1.14
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    jmcneill@netbsd.org
 HOMEPAGE=      http://fluxbox.sourceforge.net/
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/wm/fluxbox/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- PLIST       2002/11/10 19:36:58     1.3
+++ PLIST       2002/12/10 19:52:40
@@ -9,25 +9,27 @@
 share/fluxbox/init
 share/fluxbox/keys
 share/fluxbox/menu
-share/fluxbox/nls/C/blackbox.cat
+share/fluxbox/nls/C/fluxbox.cat
 share/fluxbox/nls/POSIX
 share/fluxbox/nls/US_ASCII
-share/fluxbox/nls/bg_BG/blackbox.cat
-share/fluxbox/nls/da_DK/blackbox.cat
+share/fluxbox/nls/bg_BG/fluxbox.cat
+share/fluxbox/nls/da_DK/fluxbox.cat
 share/fluxbox/nls/en
 share/fluxbox/nls/en_US
 share/fluxbox/nls/es
-share/fluxbox/nls/es_ES/blackbox.cat
-share/fluxbox/nls/et_EE/blackbox.cat
+share/fluxbox/nls/es_ES/fluxbox.cat
+share/fluxbox/nls/et_EE/fluxbox.cat
 share/fluxbox/nls/fr
-share/fluxbox/nls/fr_FR/blackbox.cat
-share/fluxbox/nls/it_IT/blackbox.cat
-share/fluxbox/nls/ja_JP/blackbox.cat
-share/fluxbox/nls/pt_BR/blackbox.cat
-share/fluxbox/nls/pt_PT/blackbox.cat
-share/fluxbox/nls/ru_RU/blackbox.cat
-share/fluxbox/nls/sv_SE/blackbox.cat
-share/fluxbox/nls/tr_TR/blackbox.cat
+share/fluxbox/nls/fr_FR/fluxbox.cat
+share/fluxbox/nls/it_IT/fluxbox.cat
+share/fluxbox/nls/ja_JP/fluxbox.cat
+share/fluxbox/nls/lv
+share/fluxbox/nls/lv_LV/fluxbox.cat
+share/fluxbox/nls/pt_BR/fluxbox.cat
+share/fluxbox/nls/pt_PT/fluxbox.cat
+share/fluxbox/nls/ru_RU/fluxbox.cat
+share/fluxbox/nls/sv_SE/fluxbox.cat
+share/fluxbox/nls/tr_TR/fluxbox.cat
 share/fluxbox/styles/Artwiz
 share/fluxbox/styles/Blue
 share/fluxbox/styles/BlueNight
@@ -56,6 +58,7 @@
 @dirrm share/fluxbox/nls/ru_RU
 @dirrm share/fluxbox/nls/pt_PT
 @dirrm share/fluxbox/nls/pt_BR
+@dirrm share/fluxbox/nls/lv_LV
 @dirrm share/fluxbox/nls/ja_JP
 @dirrm share/fluxbox/nls/it_IT
 @dirrm share/fluxbox/nls/fr_FR
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/fluxbox/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo    2002/11/10 19:36:58     1.5
+++ distinfo    2002/12/10 19:52:40
@@ -1,4 +1,4 @@
 $NetBSD: distinfo,v 1.5 2002/11/10 19:36:58 jmcneill Exp $
 
-SHA1 (fluxbox-0.1.12.tar.gz) = 53c21899f108abc9b6504404119fc82b808c390b
-Size (fluxbox-0.1.12.tar.gz) = 417680 bytes
+SHA1 (fluxbox-0.1.14.tar.bz2) = 9c543bc6e68f9b4491183cbe16d79a191dec8e67
+Size (fluxbox-0.1.14.tar.bz2) = 375499 bytes

>Fix:

Thank you.
>Release-Note:
>Audit-Trail:
>Unformatted: