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
This commit is contained in:
tonio 2009-07-14 18:20:46 +00:00
parent 742df5bfd6
commit 4f878f1f1b
2 changed files with 9 additions and 9 deletions

View file

@ -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 @@ GNU_CONFIGURE= YES
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 @@ BUILDLINK_DEPMETHOD.libXt?= build
.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"

View file

@ -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