Tue Jul 14 18:20:46 2009 UTC ()
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


(tonio)
diff -r1.28 -r1.29 pkgsrc/wm/ratpoison/Makefile
diff -r1.13 -r1.14 pkgsrc/wm/ratpoison/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/wm/ratpoison/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/ratpoison/Makefile 2009/05/20 00:58:29 1.28
+++ pkgsrc/wm/ratpoison/Makefile 2009/07/14 18:20:46 1.29
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.28 2009/05/20 00:58:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2009/07/14 18:20:46 tonio Exp $
2# 2#
3 3
4DISTNAME= ratpoison-1.4.3 4DISTNAME= ratpoison-1.4.5
5PKGNAME= ${DISTNAME:S/-beta/beta/} 5PKGNAME= ${DISTNAME:S/-beta/beta/}
6PKGREVISION= 1 
7CATEGORIES= wm 6CATEGORIES= wm
8MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/ 7MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
9 8
10MAINTAINER= tonio@NetBSD.org 9MAINTAINER= tonio@NetBSD.org
11HOMEPAGE= http://www.nongnu.org/ratpoison/ 10HOMEPAGE= http://www.nongnu.org/ratpoison/
12COMMENT= Simple window manager with no fat library dependencies 11COMMENT= Simple window manager with no fat library dependencies
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17USE_GNU_READLINE= YES 16USE_GNU_READLINE= YES
18INFO_FILES= yes 17INFO_FILES= yes
19 18
20USE_TOOLS+= perl:run 19USE_TOOLS+= perl:run pkg-config
21REPLACE_PERL+= contrib/rpws contrib/clickframe.pl 20REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
22REPLACE_SH= contrib/allwindows.sh 21REPLACE_SH= contrib/allwindows.sh
23 22
24BUILDLINK_DEPMETHOD.libXt?= build 23BUILDLINK_DEPMETHOD.libXt?= build
25 24
26.include "../../devel/readline/buildlink3.mk" 25.include "../../devel/readline/buildlink3.mk"
27.include "../../x11/libX11/buildlink3.mk" 26.include "../../x11/libX11/buildlink3.mk"
28.include "../../x11/libXext/buildlink3.mk" 27.include "../../x11/libXext/buildlink3.mk"
29.include "../../x11/libXinerama/buildlink3.mk" 28.include "../../x11/libXinerama/buildlink3.mk"
30.include "../../x11/libXt/buildlink3.mk" 29.include "../../x11/libXt/buildlink3.mk"
31.include "../../x11/libXtst/buildlink3.mk" 30.include "../../x11/libXtst/buildlink3.mk"
 31.include "../../x11/libXft/buildlink3.mk"
32.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/wm/ratpoison/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/ratpoison/distinfo 2008/04/10 18:04:51 1.13
+++ pkgsrc/wm/ratpoison/distinfo 2009/07/14 18:20:46 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2008/04/10 18:04:51 tonio Exp $ 1$NetBSD: distinfo,v 1.14 2009/07/14 18:20:46 tonio Exp $
2 2
3SHA1 (ratpoison-1.4.3.tar.gz) = cde8c14c32da82a04ea921545f999ed83045ef4f 3SHA1 (ratpoison-1.4.5.tar.gz) = e32430de49c4ab5d501653c03dd19dfb623cb08b
4RMD160 (ratpoison-1.4.3.tar.gz) = f17f3db64cb11758e76c875cf1743931a0c623ec 4RMD160 (ratpoison-1.4.5.tar.gz) = ae2fc0cd7ef561944cf7aea0623875a7148771ce
5Size (ratpoison-1.4.3.tar.gz) = 418364 bytes 5Size (ratpoison-1.4.5.tar.gz) = 427366 bytes