diff options
author | tonio <tonio@pkgsrc.org> | 2006-02-16 11:12:13 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-02-16 11:12:13 +0000 |
commit | 87e7b529d33fd286648197abfb635fca0c699fff (patch) | |
tree | b1419dbc3416d7fe0aa6bd8427ac6c8c45655e27 /wm/ratpoison/Makefile | |
parent | 09f10fb76dafffae4e42116114c7b6cd65e367cb (diff) | |
download | pkgsrc-87e7b529d33fd286648197abfb635fca0c699fff.tar.gz |
Update wm/ratpoison to 1.4.0beta4
Take maintainership
* Changes since 1.4.0-beta2
** meta takes a key argument
This can be used to stuff keys.
* Changes since 1.4.0-beta1
** RATPOISON environment variable
RATPOISON is set to the location of the ratpoison binary. This is
useful for scripts.
* Changes since 1.3.0
** command arguments can be wrapped in double quotes.
To include a space in a command argument, wrap the argument with ".
** New command undefinekey
not passing a 3rd argument to definekey and bind no longer unbind the
key. You must use undefinekey and unbind now.
** ratpoison -c prints errors to stderr
You can now capture errors and output seperately depending on whether
its printed to stderr or stdout.
** the mouse warp feature is now turned off by default
to turn it back on, run 'warp on'.
** version now displays the date and time
** new command, sselect
sselect lets you jump to an X11 screen by number.
** configure script warns about missing history lib
Rather than error out, now, ratpoison will just be built without history.
** new commands ratwarp, ratrelwarp, and ratclick
** more new commands
inext, iprev, iother, cnext, cprev, cother, prompt, dedicate,
describekey, focusprev, sdump, sfdump.
** yet two more new commands: putsel, getsel
putsel puts the specified text into the X11 selection so other clients
can yank it. getsel returns the current selection.
Diffstat (limited to 'wm/ratpoison/Makefile')
-rw-r--r-- | wm/ratpoison/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 568e348e0d4..6c0bd07fc9b 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:11:14 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/02/16 11:12:13 tonio Exp $ # -DISTNAME= ratpoison-1.3.0 -PKGREVISION= 1 +DISTNAME= ratpoison-1.4.0-beta4 +PKGNAME= ${DISTNAME:S/-beta/beta/} CATEGORIES= wm MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.nongnu.org/ratpoison/ COMMENT= Simple window manager with no fat library dependencies |