Date: Sun, 12 Mar 2006 16:44:55 +0330 From: "Babak Farrokhi" <babak@farrokhi.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94385: [Maintainer Update] x11-wm/jwm to 1.5 Message-ID: <1142169295.4148@pepsi.farrokhi.net> Resent-Message-ID: <200603121320.k2CDKPJt091031@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94385 >Category: ports >Synopsis: [Maintainer Update] x11-wm/jwm to 1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 12 13:20:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 6.1-PRERELEASE #0: Sun Feb 19 11:36:50 IRST 2006 root@pepsi.farrokhi.net:/usr/obj/usr/src/sys/GENERIC >Description: * Fixed an issue with menu includes. * Made it so TrayButton can do more things. "exec:" for running programs, "showdesktop" to minimize all windows on the desktop, and "root" (the default) to show the root menu. * Added support for UTF-8. * Added support for resizing of swallowed clients (lior2b). * Now "keycode" can be specified instead of "key" for key bindings allowing the use of keys which don't have a key symbol. * Swallow items now resize to 1 pixel if the client dies. * Support for right-to-left text using FriBidi. * Much faster color allocation. * Client requested resizes are now constrained. * Added "popup" attribute for TrayButton. * The clock now resizes itself as needed. * Fixed window maximization with tray autohide. * Fixed tray autohide with menus. * Added "enabled" and "delay" PopupStyle attributes. * Fixed a bug in the way shape events are handled. * Caps lock and num lock are no ignored with key bindings. >How-To-Repeat: >Fix: --- jwm.patch begins here --- diff -ruN jwm.orig/Makefile jwm/Makefile --- jwm.orig/Makefile Sun Mar 12 16:32:35 2006 +++ jwm/Makefile Sun Mar 12 16:32:42 2006 @@ -6,7 +6,7 @@ # PORTNAME= jwm -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= x11-wm MASTER_SITES= http://joewing.net/programs/jwm/ \ http://www.unixified.net/distfiles/ diff -ruN jwm.orig/distinfo jwm/distinfo --- jwm.orig/distinfo Sun Mar 12 16:32:35 2006 +++ jwm/distinfo Sun Mar 12 16:32:49 2006 @@ -1,3 +1,3 @@ -MD5 (jwm-1.4.tar.bz2) = 198e270471bab1d024304ff38f391d6b -SHA256 (jwm-1.4.tar.bz2) = e800bc5d44e5fe8151b0694e0f4cc1808797dc3510f80e8f8594f282bd97c8b0 -SIZE (jwm-1.4.tar.bz2) = 116344 +MD5 (jwm-1.5.tar.bz2) = 5ef9c009deab22e259c53a15aef5d37a +SHA256 (jwm-1.5.tar.bz2) = 83bbc418dadf86dd0b0f42da2c2800b9c93a3817eff00f3700d39217c418872d +SIZE (jwm-1.5.tar.bz2) = 119481 --- jwm.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142169295.4148>