summaryrefslogtreecommitdiff
path: root/wm/ratpoison
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-02-16 11:12:13 +0000
committertonio <tonio@pkgsrc.org>2006-02-16 11:12:13 +0000
commit87e7b529d33fd286648197abfb635fca0c699fff (patch)
treeb1419dbc3416d7fe0aa6bd8427ac6c8c45655e27 /wm/ratpoison
parent09f10fb76dafffae4e42116114c7b6cd65e367cb (diff)
downloadpkgsrc-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')
-rw-r--r--wm/ratpoison/Makefile8
-rw-r--r--wm/ratpoison/distinfo10
-rw-r--r--wm/ratpoison/patches/patch-aa21
3 files changed, 16 insertions, 23 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
diff --git a/wm/ratpoison/distinfo b/wm/ratpoison/distinfo
index faa1231771f..55c2a4a146f 100644
--- a/wm/ratpoison/distinfo
+++ b/wm/ratpoison/distinfo
@@ -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 --git a/wm/ratpoison/patches/patch-aa b/wm/ratpoison/patches/patch-aa
index e5cabc72e38..7390c8e4697 100644
--- a/wm/ratpoison/patches/patch-aa
+++ b/wm/ratpoison/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.1 2005/03/19 15:24:31 wiz Exp $
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