diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-06 18:44:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-06 18:44:46 +0000 |
commit | 74cb1d479ffb455b5702eee1dbba4b0035460170 (patch) | |
tree | aa01d920b1cee37d1b90e73107cc0e9de1ace386 /wm | |
parent | 97f5020d1b00ffab6dc22e3d8d09f278868cddb4 (diff) | |
download | pkgsrc-74cb1d479ffb455b5702eee1dbba4b0035460170.tar.gz |
Updated ratpoison to 1.4.1.
* Changes since 1.4.0
** set padding affects bar location
On OSX the bar and top of each window is hidden by the menu bar. set
padding corrects the window problem but not the bar problem. So this
change fixes that.
** new set variable framefmt
See docs for info.
** new commands swap, exchangeleft, exchangeright, exchangeup, exchangedown
See docs for info
** new commands execa and execf
See docs for info.
** default font change
It is now "-*-fixed-bold-r-normal-*-15-*-*-*-c-*-*-*" which hopefully
fixes some i18n issues.
** new command set topkmap
See info manual.
** build date in ratpoison -v
** new command sfrestore
restores frame configurations for multiple screens.
** support for i18n fonts
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ratpoison/Makefile | 6 | ||||
-rw-r--r-- | wm/ratpoison/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 990d0d52c47..1e924252c23 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2006/04/08 22:03:08 tonio Exp $ +# $NetBSD: Makefile,v 1.23 2007/01/06 18:44:46 rillig Exp $ # -DISTNAME= ratpoison-1.4.0 +DISTNAME= ratpoison-1.4.1 PKGNAME= ${DISTNAME:S/-beta/beta/} CATEGORIES= wm MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/ @@ -12,7 +12,7 @@ COMMENT= Simple window manager with no fat library dependencies GNU_CONFIGURE= YES USE_GNU_READLINE= YES -INFO_FILES= # PLIST +INFO_FILES= yes USE_TOOLS+= perl:run REPLACE_PERL+= contrib/rpws contrib/clickframe.pl diff --git a/wm/ratpoison/distinfo b/wm/ratpoison/distinfo index 1f9336c6585..08c996033d3 100644 --- a/wm/ratpoison/distinfo +++ b/wm/ratpoison/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2006/04/08 22:03:08 tonio Exp $ +$NetBSD: distinfo,v 1.11 2007/01/06 18:44:46 rillig Exp $ -SHA1 (ratpoison-1.4.0.tar.gz) = c15d8f52490aef6859edc32799194ae3f32b45cf -RMD160 (ratpoison-1.4.0.tar.gz) = 723f3d4fb92a4ff7bec48062fa179bddd3eafe42 -Size (ratpoison-1.4.0.tar.gz) = 375793 bytes +SHA1 (ratpoison-1.4.1.tar.gz) = d2fae111250d6f455063776676663703e4da51aa +RMD160 (ratpoison-1.4.1.tar.gz) = a9c8a913fcdd234f865f6bf26420fb6a2b15c23c +Size (ratpoison-1.4.1.tar.gz) = 401826 bytes |