diff options
author | agc <agc> | 2002-10-25 13:16:17 +0000 |
---|---|---|
committer | agc <agc> | 2002-10-25 13:16:17 +0000 |
commit | 80042ee1d55f53e4d10f1ce5cabdb13912f59436 (patch) | |
tree | 1ad7827941d3edd962c0cc21cfacf9134ff523e3 /wm | |
parent | 8aaa1bf6812ba6bb7ef8bdf3c757202a50264759 (diff) | |
download | pkgsrc-80042ee1d55f53e4d10f1ce5cabdb13912f59436.tar.gz |
Update the ratpoison minimalist window manager to version 1.1.1
Changes since version 1.0.0
Many bug fixes
Some portability fixes
New functionality:
(user_commands): new command "license"
Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>.
(user_command): new command 'link'
(find_command_by_keydesc): new function
(resolve_command_from_keydesc): likewise
(cmd_link): likewise
(update_last_access): new function
(find_last_frame): likewise
(x11_mask_to_rp_mask): new function
(rp_mask_to_x11_mask): likewise
(user_command): new command "focuslast"
(find_frame_up): new function
(find_frame_down): likewise
(find_frame_left): likewise
(find_frame_right): likewise
(user_commands): new commands "focusup" "focusdown" "focusright"
"focusleft" "startup_message" "restart".
(show_last_message): new function
(user_commands): new "unsetenv" command
(user_commands): new commands deffgcolor, defbgcolor.
(update_gc): new function
(init_defaults): new function
(init_screen): initialize the screen's fg_color to black and
bg_color to white.
(user_commands): New commands defbarloc, defbartimeout, defborder,
deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos,
defwaitcursor, defwinfmt, defwinname, defwinpos.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ratpoison/DESCR | 2 | ||||
-rw-r--r-- | wm/ratpoison/Makefile | 4 | ||||
-rw-r--r-- | wm/ratpoison/PLIST | 6 | ||||
-rw-r--r-- | wm/ratpoison/distinfo | 6 |
4 files changed, 11 insertions, 7 deletions
diff --git a/wm/ratpoison/DESCR b/wm/ratpoison/DESCR index 989554c6947..0e0487660e7 100644 --- a/wm/ratpoison/DESCR +++ b/wm/ratpoison/DESCR @@ -1,6 +1,6 @@ Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, -and no flashy wank. It is largely modelled after GNU +and no flashy hubris. It is largely modelled after GNU Screen which has done wonders in virtual terminal market. All interaction with the window manager is done through diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 4b602a20315..fdcd092b63c 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/08/25 21:51:37 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/25 13:16:18 agc Exp $ # -DISTNAME= ratpoison-1.0.0 +DISTNAME= ratpoison-1.1.1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ratpoison/} diff --git a/wm/ratpoison/PLIST b/wm/ratpoison/PLIST index fb71c20b77f..2b8dd678889 100644 --- a/wm/ratpoison/PLIST +++ b/wm/ratpoison/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:44 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/25 13:16:18 agc Exp $ bin/ratpoison @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/ratpoison.info info/ratpoison.info @@ -9,4 +9,8 @@ share/doc/ratpoison/COPYING share/doc/ratpoison/ChangeLog share/doc/ratpoison/NEWS share/doc/ratpoison/README +share/ratpoison/ratpoison.el +share/ratpoison/split.sh +share/ratpoison/genrpbindings @dirrm share/doc/ratpoison +@dirrm share/ratpoison diff --git a/wm/ratpoison/distinfo b/wm/ratpoison/distinfo index 2f7a9ee1638..c70c9e23bfe 100644 --- a/wm/ratpoison/distinfo +++ b/wm/ratpoison/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/10/21 10:10:05 wiz Exp $ +$NetBSD: distinfo,v 1.4 2002/10/25 13:16:18 agc Exp $ -SHA1 (ratpoison-1.0.0.tar.gz) = cacce36f26092f4e2a6573e2bb373a0cc3f19763 -Size (ratpoison-1.0.0.tar.gz) = 192856 bytes +SHA1 (ratpoison-1.1.1.tar.gz) = 4d2535adb3d7a287c1fc43c6fe4b498879736824 +Size (ratpoison-1.1.1.tar.gz) = 220424 bytes |