pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/fvwm-devel Updated wm/fvwm-devel to 2.5.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05592db74c3e
branches:  trunk
changeset: 516665:05592db74c3e
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Jul 25 07:24:01 2006 +0000

description:
Updated wm/fvwm-devel to 2.5.17

* New features:

   - New MenuStyle options TitleFont, TitleColorset and
     HilightTitleBack.
   - New command PressButton in module FvwmButtons for being able
     to emulate button press via other means than the mouse.
   - New wrap options to EdgeScroll command for wrapping with pixel
     distances.
   - New Style option UnderMousePlacement.
   - Unused arguments to Style options generate warnings.
   - The name style names match against can be augmented by the
     X-resource "fvwmstyle".
   - New options, Reverse and UseStack, to All command.
   - WindowShade can now reshade windows using the Last direction.
   - Positional parameters to complex functions can now be expanded
     using $[n], $[n-m], $[n-] and $[*] expressions.
   - The width and height arguments of the Resize command now
     accept the prefix 'w' to allow resizing relative to the
     current window size.
   - New command ModuleListenOnly.
   - New "Periodic" option added to Schedule command.

* Bug Fixes:

   - Fixed detection of running non-ICCCM2 wm (bug #3151).
   - Fixed drawing of menus with the sidepic on the right.
   - EdgeScroll no longer divides pixel distances >1000 by 1000.
     (bug #3162).
   - The configure script can now cope with four-part version
     numbers when detecting some libraries.
   - The WarpToWindow command followed by Move in a complex
     function now uses the correct pointer position.
   - The menu style TitleWarp does no longer warp the pointer for
     root menus (as it is documented).
   - Fixed detection of safe system version of mkstemp.
   - Fixed the conditions Iconifiable, Fixed, FixedSize,
     Maximizable and Closable.
   - Fixed problem with window outline and placement position
     running out of sync.
   - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
   - FvwmGtk now configures correctly on Cygwin (bug #3772).
   - Fixed tempfile vulnerabilities in FvwmCommand.

diffstat:

 wm/fvwm-devel/Makefile         |   4 ++--
 wm/fvwm-devel/distinfo         |  10 +++++-----
 wm/fvwm-devel/patches/patch-ab |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r dc8bc417876e -r 05592db74c3e wm/fvwm-devel/Makefile
--- a/wm/fvwm-devel/Makefile    Tue Jul 25 06:21:06 2006 +0000
+++ b/wm/fvwm-devel/Makefile    Tue Jul 25 07:24:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/07/12 12:08:44 martti Exp $
+# $NetBSD: Makefile,v 1.15 2006/07/25 07:24:01 martti Exp $
 
 DISTNAME=      fvwm-${FVWM_VER}
 #PKGREVISION=  1
@@ -11,7 +11,7 @@
 COMMENT=       Development version of X11 Virtual window manager
 
 CONFLICTS=     fvwm1-[0-9]* fvwm2-[0-9]*
-FVWM_VER=      2.5.16
+FVWM_VER=      2.5.17
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r dc8bc417876e -r 05592db74c3e wm/fvwm-devel/distinfo
--- a/wm/fvwm-devel/distinfo    Tue Jul 25 06:21:06 2006 +0000
+++ b/wm/fvwm-devel/distinfo    Tue Jul 25 07:24:01 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2006/07/12 12:08:44 martti Exp $
+$NetBSD: distinfo,v 1.8 2006/07/25 07:24:01 martti Exp $
 
-SHA1 (fvwm-2.5.16.tar.bz2) = fb12b06bec5992b5d3e640f9a530fe453f5f7a1e
-RMD160 (fvwm-2.5.16.tar.bz2) = 2c0d9c3c1c452d970dbcd4ba4800944714d4c2d4
-Size (fvwm-2.5.16.tar.bz2) = 2018815 bytes
+SHA1 (fvwm-2.5.17.tar.bz2) = 044d1d60c26235221032f3d1da822baf55f5d9fa
+RMD160 (fvwm-2.5.17.tar.bz2) = 4efdab6663af94bcdace689cdca702e03b728b2e
+Size (fvwm-2.5.17.tar.bz2) = 2034317 bytes
 SHA1 (patch-aa) = 2f9c40c201fb041e71c7553118595f6af1c05030
-SHA1 (patch-ab) = d98b87cadc0e42057b92d01c0e4f51761f530829
+SHA1 (patch-ab) = 71282c66036746dcb4a3905a56f7bf1a75fbd497
diff -r dc8bc417876e -r 05592db74c3e wm/fvwm-devel/patches/patch-ab
--- a/wm/fvwm-devel/patches/patch-ab    Tue Jul 25 06:21:06 2006 +0000
+++ b/wm/fvwm-devel/patches/patch-ab    Tue Jul 25 07:24:01 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2006/07/12 12:08:44 martti Exp $
+$NetBSD: patch-ab,v 1.2 2006/07/25 07:24:02 martti Exp $
 
---- config.h.in.orig   2006-07-12 14:58:37.000000000 +0000
-+++ config.h.in        2006-07-12 14:58:52.000000000 +0000
-@@ -519,7 +519,7 @@
+--- config.h.in.orig   2006-07-19 20:34:57.000000000 +0000
++++ config.h.in        2006-07-25 10:17:10.000000000 +0000
+@@ -521,7 +521,7 @@
         #pragma alloca
  #  else
  #    ifndef alloca /* predefined by HP cc +Olibcalls */



Home | Main Index | Thread Index | Old Index