pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/ratpoison Update wm/ratpoison to 1.4.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a6eccc97156
branches: trunk
changeset: 395836:9a6eccc97156
user: tonio <tonio%pkgsrc.org@localhost>
date: Tue Jul 14 18:20:46 2009 +0000
description:
Update wm/ratpoison to 1.4.5
* Changes since 1.4.4
- bug fixes to history and xft
* Changes since 1.4.3
- add commands ratinfo, ratrelinfo, banishrel
- add history to input bar when libhistory is not used
- add settings historysize and historycompaction
- new window formatters %p, %M prints the pid of the window and whether its a
maxsize window.
- new commands grename, gother
- new bindings C-t N and C-t P bound to nextscreen/prevscreen
- new settings, bwcolor and fwcolor for setting the border color of focused
and unfocused windows.
- netwm dialog type windows supported
These windows are treated as transients. Some Firefox popup windows
are tagged as dialog windows and should now work with ratpoison as
expected.
- new format character %M
This expands to Maxsize if the window is a maxsize window, nothing if not.
- ratpoison can use xft
If xft is found on your system ratpoison will use it unless explicitely
told not to using --without-xft
diffstat:
wm/ratpoison/Makefile | 10 +++++-----
wm/ratpoison/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r 9a43bf7b839c -r 9a6eccc97156 wm/ratpoison/Makefile
--- a/wm/ratpoison/Makefile Tue Jul 14 18:16:25 2009 +0000
+++ b/wm/ratpoison/Makefile Tue Jul 14 18:20:46 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2009/05/20 00:58:29 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2009/07/14 18:20:46 tonio Exp $
#
-DISTNAME= ratpoison-1.4.3
+DISTNAME= ratpoison-1.4.5
PKGNAME= ${DISTNAME:S/-beta/beta/}
-PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
@@ -17,8 +16,8 @@
USE_GNU_READLINE= YES
INFO_FILES= yes
-USE_TOOLS+= perl:run
-REPLACE_PERL+= contrib/rpws contrib/clickframe.pl
+USE_TOOLS+= perl:run pkg-config
+REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
REPLACE_SH= contrib/allwindows.sh
BUILDLINK_DEPMETHOD.libXt?= build
@@ -29,4 +28,5 @@
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 9a43bf7b839c -r 9a6eccc97156 wm/ratpoison/distinfo
--- a/wm/ratpoison/distinfo Tue Jul 14 18:16:25 2009 +0000
+++ b/wm/ratpoison/distinfo Tue Jul 14 18:20:46 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2008/04/10 18:04:51 tonio Exp $
+$NetBSD: distinfo,v 1.14 2009/07/14 18:20:46 tonio Exp $
-SHA1 (ratpoison-1.4.3.tar.gz) = cde8c14c32da82a04ea921545f999ed83045ef4f
-RMD160 (ratpoison-1.4.3.tar.gz) = f17f3db64cb11758e76c875cf1743931a0c623ec
-Size (ratpoison-1.4.3.tar.gz) = 418364 bytes
+SHA1 (ratpoison-1.4.5.tar.gz) = e32430de49c4ab5d501653c03dd19dfb623cb08b
+RMD160 (ratpoison-1.4.5.tar.gz) = ae2fc0cd7ef561944cf7aea0623875a7148771ce
+Size (ratpoison-1.4.5.tar.gz) = 427366 bytes
Home |
Main Index |
Thread Index |
Old Index