From 46f43c80c06edbc6f5b6c9a456382105ac997e26 Mon Sep 17 00:00:00 2001 From: epg Date: Sun, 27 Jun 2004 07:09:26 +0000 Subject: Update to 2.5.10. Changes in alpha release 2.5.10 (19-Mar-2004) * New command FakeKeyPress. * New BugOpts option ExplainWindowPlacement. * Inverted button reliefs in FvwmIconMan. * Security patch in fvwm-bug. See http://securitytracker.com/alerts/2004/Jan/1008781.html * Security fixes in fvwm-menu-directory (BugTraq id 9161) fvwm_make_directory_menu.sh fvwm_make_browse_menu.sh ------------------------------------------------------------------- Changes in alpha release 2.5.9 (2-Mar-2004) * New MenuStyle options PopupIgnore and PopupClose. * New configure option --disable-iconv to disable iconv support. * New extended variables $[w.iconfile] and $[w.miniiconfile]. * New Style option Unmanaged. Such windows are not managed by fvwm. * New binding context 'U' for unmanaged windows, similar to 'R'oot. * New option DisplayNewWindowNames to the BugOpts command. * Security fix for fvwm-menu-directory. Se BugTraq id 9161. ------------------------------------------------------------------- Changes in development release 2.5.8 (31-Oct-2003) * New prefix command KeepRc. * Renamed the Cond command to TestRc, and the On command to Test. Removed the CondCase command. Use "KeepRc TestRc" instead. * The Break command can be told the number of nested function levels to break out of. Break now has a return code of -2 ("Break"). * Directions can be abbreviated with -, _, [, ], <, >, v or ^ like in key or mouse bindings. * New extended variable $[func.context]. * New Style option MoveByProgramMethod. Tries to autodetect whether application windows are moved honouring the ICCCM or not (default). The method can be overridden manually if the detection does not work. * fvwm supports tear off menus. See the "Tear Off Menus" section in the man page or press Backspace on any menu to try them out. * fvwm now handles what Unicode calls "combining characters" (i.e. marks drawn on top of other characters). * New commands WindowStyle and DestroyWindowStyle for individual (per window) styles. * The conditions !Current... and !Layer now work as expected. * Added a nice autohide script to the FAQ. * FvwmAnimate now supports dynamical commands "pause", "play", "push", "pop" and "reset" to manipulate the playing state. --- wm/fvwm-devel/Makefile | 5 +++-- wm/fvwm-devel/PLIST | 9 ++++++++- wm/fvwm-devel/distinfo | 8 ++++---- wm/fvwm-devel/patches/patch-aa | 6 +++--- 4 files changed, 18 insertions(+), 10 deletions(-) (limited to 'wm/fvwm-devel') diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index d9f3f48e03e..c2e07ba7289 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/03/10 14:12:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2004/06/27 07:09:26 epg Exp $ -DISTNAME= fvwm-2.5.7 +DISTNAME= fvwm-2.5.10 PKGNAME= ${DISTNAME:S/fvwm/&-devel/} CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ @@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --without-rplay-library CONFIGURE_ARGS+= --without-stroke-library post-install: + ${INSTALL_MAN} ${WRKSRC}/modules/FvwmGtk/FvwmGtk.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fvwm cd ${WRKSRC}/sample.fvwmrc && ${INSTALL_DATA} \ `${LS} | ${GREP} -v Makefile` \ diff --git a/wm/fvwm-devel/PLIST b/wm/fvwm-devel/PLIST index df76c5738b8..ca8542e27b9 100644 --- a/wm/fvwm-devel/PLIST +++ b/wm/fvwm-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/10 00:25:31 epg Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/06/27 07:09:26 epg Exp $ bin/FvwmCommand bin/fvwm bin/fvwm-bug @@ -148,6 +148,7 @@ share/fvwm/perllib/FVWM/EventNames.pm share/fvwm/perllib/FVWM/Module.pm share/fvwm/perllib/FVWM/Module/Gtk.pm share/fvwm/perllib/FVWM/Module/Gtk2.pm +share/fvwm/perllib/FVWM/Module/Terminal.pm share/fvwm/perllib/FVWM/Module/Tk.pm share/fvwm/perllib/FVWM/Module/Toolkit.pm share/fvwm/perllib/FVWM/Tracker.pm @@ -163,9 +164,15 @@ share/fvwm/system.fvwm2rc-sample-95 ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/FvwmScript.mo ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/FvwmTaskBar.mo ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/fvwm.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/FvwmScript.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/FvwmTaskBar.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/fvwm.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/FvwmScript.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/FvwmTaskBar.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/fvwm.mo +${PKGLOCALEDIR}/locale/sv_SE/LC_MESSAGES/FvwmScript.mo +${PKGLOCALEDIR}/locale/sv_SE/LC_MESSAGES/FvwmTaskBar.mo +${PKGLOCALEDIR}/locale/sv_SE/LC_MESSAGES/fvwm.mo @dirrm share/fvwm/perllib/General @dirrm share/fvwm/perllib/FVWM/Tracker @dirrm share/fvwm/perllib/FVWM/Module diff --git a/wm/fvwm-devel/distinfo b/wm/fvwm-devel/distinfo index bdc15c8b49c..9e8c12ba588 100644 --- a/wm/fvwm-devel/distinfo +++ b/wm/fvwm-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/08/10 00:25:31 epg Exp $ +$NetBSD: distinfo,v 1.2 2004/06/27 07:09:26 epg Exp $ -SHA1 (fvwm-2.5.7.tar.bz2) = d14ca6b59b9b3bd2c0ed2d3d9251b0ee7ba35d03 -Size (fvwm-2.5.7.tar.bz2) = 1711869 bytes -SHA1 (patch-aa) = 90d42b4f81bc5132045b9d9622aebd0866ff4444 +SHA1 (fvwm-2.5.10.tar.bz2) = 6d27a3e79ca24e4b5e72d5ec82e35278d1417b09 +Size (fvwm-2.5.10.tar.bz2) = 1788873 bytes +SHA1 (patch-aa) = 4786fed07aadb0cebe72dcaae847232f1b7f8818 diff --git a/wm/fvwm-devel/patches/patch-aa b/wm/fvwm-devel/patches/patch-aa index fb897d45d6a..82e18587f2b 100644 --- a/wm/fvwm-devel/patches/patch-aa +++ b/wm/fvwm-devel/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/08/10 00:25:31 epg Exp $ +$NetBSD: patch-aa,v 1.2 2004/06/27 07:09:26 epg Exp $ ---- bin/Makefile.in.orig Fri May 30 13:23:38 2003 +--- bin/Makefile.in.orig Fri Mar 19 11:32:33 2004 +++ bin/Makefile.in -@@ -587,14 +587,8 @@ pod2man: \ +@@ -591,14 +591,8 @@ pod2man: \ _fvwm-perllib.1 install-exec-local: -- cgit v1.2.3