pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/ratpoison Update wm/ratpoison to 1.4.0beta4
details: https://anonhg.NetBSD.org/pkgsrc/rev/7330a637c43b
branches: trunk
changeset: 508198:7330a637c43b
user: tonio <tonio%pkgsrc.org@localhost>
date: Thu Feb 16 11:12:13 2006 +0000
description:
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:
wm/ratpoison/Makefile | 8 ++++----
wm/ratpoison/distinfo | 10 +++++-----
wm/ratpoison/patches/patch-aa | 21 +++++++--------------
3 files changed, 16 insertions(+), 23 deletions(-)
diffs (80 lines):
diff -r 38f05e0bbf51 -r 7330a637c43b wm/ratpoison/Makefile
--- a/wm/ratpoison/Makefile Thu Feb 16 10:44:50 2006 +0000
+++ b/wm/ratpoison/Makefile Thu Feb 16 11:12:13 2006 +0000
@@ -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@localhost
+MAINTAINER= tonio%NetBSD.org@localhost
HOMEPAGE= http://www.nongnu.org/ratpoison/
COMMENT= Simple window manager with no fat library dependencies
diff -r 38f05e0bbf51 -r 7330a637c43b wm/ratpoison/distinfo
--- a/wm/ratpoison/distinfo Thu Feb 16 10:44:50 2006 +0000
+++ b/wm/ratpoison/distinfo Thu Feb 16 11:12:13 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/03/19 15:24:31 wiz Exp $
+$NetBSD: distinfo,v 1.8 2006/02/16 11:12:13 tonio Exp $
-SHA1 (ratpoison-1.3.0.tar.gz) = 410a95d853fcd9f8ad55e83bf2324dcd6bf13a27
-RMD160 (ratpoison-1.3.0.tar.gz) = 386f600abbf80b83e221b75c51b5fa0b9dc88f7a
-Size (ratpoison-1.3.0.tar.gz) = 309754 bytes
-SHA1 (patch-aa) = bde514f93185a6f0dc3a32f64408f8efe562c08a
+SHA1 (ratpoison-1.4.0-beta4.tar.gz) = 78d682ae8321040a2ba8ae3f780f07d3c8d464ae
+RMD160 (ratpoison-1.4.0-beta4.tar.gz) = 3e00d661cfcc43b5c75d77f90eb438d97c754976
+Size (ratpoison-1.4.0-beta4.tar.gz) = 373068 bytes
+SHA1 (patch-aa) = dd1ede29e14bcd7948eb5f0336c017d392244ff5
diff -r 38f05e0bbf51 -r 7330a637c43b wm/ratpoison/patches/patch-aa
--- a/wm/ratpoison/patches/patch-aa Thu Feb 16 10:44:50 2006 +0000
+++ b/wm/ratpoison/patches/patch-aa Thu Feb 16 11:12:13 2006 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.1 2005/03/19 15:24:31 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2006/02/16 11:12:13 tonio Exp $
---- contrib/rpws.orig 2005-01-28 17:32:12.000000000 +0100
-+++ contrib/rpws 2005-01-28 17:32:22.000000000 +0100
+--- contrib/rpws.orig 2004-11-17 17:27:38.000000000 +0100
++++ contrib/rpws
@@ -1,4 +1,4 @@
--#!/bin/bash
+-#!/usr/bin/env bash
+#!/bin/sh
#
# Workspaces for ratpoison
# Copyright (C) 2003 Shawn Betts
-@@ -80,7 +80,7 @@
+@@ -80,7 +80,7 @@ ws_save ()
ws_restore ()
{
ws_save
@@ -17,19 +17,12 @@
rp_call gselect default
else
rp_call gselect ws$1
-@@ -104,15 +104,15 @@
-
- echo boom >/tmp/boom
-
--if [ -z $@ ]; then
-+if test $# -ne 1; then
- echo "Usage:"
- echo "$0 -i -- initialize the workspaces"
+@@ -108,9 +108,9 @@ if [ -z $@ ]; then
echo "$0 -b -- setup some key bindings"
echo "$0 <n> -- Switch to workspace n"
else
- if [ $1 == -i ]; then
-+ if test $1 = -i ; then
++ if test $1 = -i ; then
ws_init
- elif [ $1 == -b ]; then
+ elif test $1 = -b ; then
Home |
Main Index |
Thread Index |
Old Index