[update] x11/ratpoison

2012-05-26 Thread Jérémie Courrèges-Anglas
Hi.

This diff updates ratpoison to version 1.4.5 (published since 2009),
removing a patch applied upstream.
I use it since several months without noticeable problem.

Maintainer timeout.

-- 
Jérémie Courrèges-Anglas
GPG fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494

Index: Makefile
===
RCS file: /home/cvs/ports/x11/ratpoison/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile	17 Mar 2012 14:20:58 -	1.24
+++ Makefile	26 May 2012 15:36:48 -
@@ -2,8 +2,7 @@
 
 COMMENT=	minimal wm based on GNU screen
 
-DISTNAME=	ratpoison-1.4.4
-REVISION=	1
+DISTNAME=	ratpoison-1.4.5
 
 CATEGORIES=	x11
 HOMEPAGE=	http://www.nongnu.org/ratpoison/
Index: distinfo
===
RCS file: /home/cvs/ports/x11/ratpoison/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo	20 May 2009 03:16:12 -	1.13
+++ distinfo	26 May 2012 15:42:50 -
@@ -1,5 +1,5 @@
-MD5 (ratpoison-1.4.4.tar.gz) = jukWeLAIbxa+Pa8Zb35hZg==
-RMD160 (ratpoison-1.4.4.tar.gz) = gpPto+1oN/A1u21DecYfLBkqF4s=
-SHA1 (ratpoison-1.4.4.tar.gz) = c++h1My8OgaehG43LIE13b2rHQk=
-SHA256 (ratpoison-1.4.4.tar.gz) = SJeZmSm32Ym1eorlsz/vAr9VyzoFEyGMOKPYHndHGPA=
-SIZE (ratpoison-1.4.4.tar.gz) = 427007
+MD5 (ratpoison-1.4.5.tar.gz) = MwoI2+1r6IyrVPaUfp8LYA==
+RMD160 (ratpoison-1.4.5.tar.gz) = ri/AzX71YZRM966gYjh1pxSHcc4=
+SHA1 (ratpoison-1.4.5.tar.gz) = 4yQw3knEq11QFlPAPdGd+2I8sIs=
+SHA256 (ratpoison-1.4.5.tar.gz) = c5EHnbILhhPuz9gdZNJD7cnTxYZ1DI8torudsU0mDwM=
+SIZE (ratpoison-1.4.5.tar.gz) = 427366
Index: patches/patch-doc_ratpoison_1
===
RCS file: patches/patch-doc_ratpoison_1
diff -N patches/patch-doc_ratpoison_1
--- patches/patch-doc_ratpoison_1	8 Oct 2007 19:55:53 -	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-doc_ratpoison_1,v 1.1 2007/10/08 19:55:53 kili Exp $
-
-C-t q isn't bound. Noticed by merdely@.
-
 doc/ratpoison.1.orig	Sun Oct  7 06:07:16 2007
-+++ doc/ratpoison.1	Mon Oct  8 21:49:18 2007
-@@ -153,9 +153,6 @@ key bindings start with an escape key, per default
- (read Control\-t).
- Some important default key bindings:
- .PP
--.B C\-t q
--Quit ratpoison
--.br
- .B C\-t ?\
- Show key bindings
- .br


Re: Update: x11/ratpoison

2009-06-09 Thread kgodbold
On Tue, May 19, 2009 at 10:14:06PM -0400, b...@openbsd.rutgers.edu wrote:
 To 1.4.4.
 
 http://openbsd.rutgers.edu/ratpoison-1.4.4.diff
 

Tested on i386 and amd64. Both work fine. The new built in history and
xft support are both nice. --disable-history could be removed from make.
The built-in history is used if libhistory isn't found even when
--disable-history is set. With the next release it sounds like this will
be changed to disable all history methods.



update: x11/ratpoison

2005-11-11 Thread Matthias Kilian
This fixes an index bug in ratpoison and updates HOMEPAGE and
MASTERSITES (ratpoison has moved).

MAINTAINER said it's o.k.

Ciao,
Kili

diff -x CVS -rNu ../ratpoison/Makefile ./Makefile
--- ../ratpoison/Makefile   Mon Dec 20 09:16:05 2004
+++ ./Makefile  Wed Nov  9 23:22:47 2005
@@ -3,9 +3,9 @@
 COMMENT=   minimal wm based on GNU screen
 
 DISTNAME=  ratpoison-1.3.0
-PKGNAME=   ${DISTNAME}p0
+PKGNAME=   ${DISTNAME}p1
 CATEGORIES=x11
-HOMEPAGE=  http://ratpoison.sourceforge.net/
+HOMEPAGE=  http://www.nongnu.org/ratpoison/
 
 MAINTAINER=William Yodlowsky [EMAIL PROTECTED]
 
@@ -16,7 +16,7 @@
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   X11 Xext Xinerama c
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ratpoison/} \
+MASTER_SITES=  http://savannah.nongnu.org/download/ratpoison/ \
http://openbsd.rutgers.edu/
 
 USE_X11=   Yes
diff -x CVS -rNu ../ratpoison/patches/patch-src_editor_c 
./patches/patch-src_editor_c
--- ../ratpoison/patches/patch-src_editor_c Thu Jan  1 01:00:00 1970
+++ ./patches/patch-src_editor_cWed Nov  9 19:51:04 2005
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/editor.c.orig  Fri Feb 27 08:26:03 2004
 src/editor.c   Wed Nov  9 19:50:46 2005
+@@ -406,7 +406,7 @@ editor_insert (rp_input_line *line, char
+   line-buffer = xrealloc (line-buffer, line-size);
+ }
+ 
+-  for (i = line-length + nbytes; i  line-position; i--)
++  for (i = line-length + nbytes; i  line-position  i = nbytes; i--)
+ line-buffer[i] = line-buffer[i - nbytes];
+ 
+   strncpy (line-buffer[line-position], keysym_buf, nbytes);


-- 
To me vi is Zen.  To use vi is to practice zen.
Every command is a koan. Profound to the user,
unintelligible to the uninitiated. You
discover truth everytime you use it.-- Reddy