diff options
author | abs <abs> | 2006-09-01 15:43:10 +0000 |
---|---|---|
committer | abs <abs> | 2006-09-01 15:43:10 +0000 |
commit | 9b3b47ec0b8b3979c6aa80f9ae7013eadc6828dc (patch) | |
tree | 74e5267c0c3725c3cbc0bcc8f6ec400ca3d7e6d5 | |
parent | 0271d4d85bc2cae051ff9133fa7d062bc8467aac (diff) | |
download | pkgsrc-9b3b47ec0b8b3979c6aa80f9ae7013eadc6828dc.tar.gz |
Update wm/jwm to v1.8rc1:
* Removed the "Icons" tag. Now "IconPath" is specified within
the "JWM" tag instead.
* Now "DoubleClickDelta" is used to determine if the mouse
moved after a menu pops up.
* Added support for multiple startup and shutdown commands.
* Added the ability to move a window with Alt+click (Jeremy Reed).
* Now shaded status is preserved when minimizing windows.
* Reduced border flicker.
* Support for multiple root menus.
* Allow window operations in root menus.
* Add "RestartCommand".
* Fixed a key binding issue with key codes.
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | wm/jwm/Makefile | 4 | ||||
-rw-r--r-- | wm/jwm/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 5e66ac177b8..c282d78d830 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.1169 2006/09/01 15:12:21 joerg Exp $ +$NetBSD: CHANGES-2006,v 1.1170 2006/09/01 15:44:37 abs Exp $ Changes to the packages collection and infrastructure in 2006: @@ -4153,3 +4153,4 @@ Changes to the packages collection and infrastructure in 2006: Updated devel/p5-List-MoreUtils to 0.22 [abs 2006-09-01] Updated devel/p5-version to 0.6701 [abs 2006-09-01] Added www/py-flup version 2030 [joerg 2006-09-01] + Updated wm/jwm to 1.8rc1 [abs 2006-09-01] diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index 5a2b8ee59d2..aa4bfff6021 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/08/07 13:33:01 reed Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/01 15:43:10 abs Exp $ # -DISTNAME= jwm-1.7 +DISTNAME= jwm-1.8rc1 CATEGORIES= wm x11 MASTER_SITES= http://www.joewing.net/programs/jwm/ EXTRACT_SUFX= .tar.bz2 diff --git a/wm/jwm/distinfo b/wm/jwm/distinfo index b87c1b6caef..6c425bf1782 100644 --- a/wm/jwm/distinfo +++ b/wm/jwm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/08/04 01:08:21 reed Exp $ +$NetBSD: distinfo,v 1.2 2006/09/01 15:43:10 abs Exp $ -SHA1 (jwm-1.7.tar.bz2) = 2ad8029277d1ba530c314ea4e5a9f930afa56a78 -RMD160 (jwm-1.7.tar.bz2) = fca374a54cff0f17eef537a228a696c79ec04fa6 -Size (jwm-1.7.tar.bz2) = 121405 bytes +SHA1 (jwm-1.8rc1.tar.bz2) = ddbeff30648a1d582e5729483f6426bc774b0f34 +RMD160 (jwm-1.8rc1.tar.bz2) = 189b163a3635fdb1d61f6b75e26b69988d38ceef +Size (jwm-1.8rc1.tar.bz2) = 139112 bytes SHA1 (patch-aa) = ac33481d7e4d081960977a05f87c698865d19c63 SHA1 (patch-ab) = 37dde771f21eb0ae63af01ecd53f2f201dd1c6fc |