Sun Jul 12 08:40:48 2015 UTC ()
Update to 1.4.8, provided by Mayuresh on pkgsrc-users.

* Changes since 1.4.7
This is mostly a bugfix release.

** fix cmd_sfdump with multiple screens
Broken since last release, from Joshua Leners.

** respect --enable-history=no
>From Jeroen Roovers (jer@gentoo).

** fix for sloppy.c
The ugly sloppy.c had "a bug".  It may be fixed now.

** README improvements
>From Jeff Abrahamson.

* Changes since 1.4.6
** More fixes and code cleanup.

** UTF-8 editing support in the input bar

** get rid of "XGetWMName failed" spam on stderr
Introduced in the previous release, sorry!

** groups can now be renumbered (`gnumber')

** contrib/rpdate.sh, fancy calendar shell script to use instead of `time'

** fix `meta', which was sending garbage and made firefox unusable

** handle errors about missing config files
- ratpoison -f missing-config-file -> error
- unreadable ~/.ratpoisonrc file -> warning

** respect --sysconfdir for the global ratpoisonrc file
Rather than a hardcoded /etc/ratpoisonrc location.

** rpws gains a new `current' command (prints the current workspace)

** new manpage, mdoc(7) formatted

** X socket closed before spawning processes
Let's save those precious file descriptors.

** DWIM windows/groups names matching
Window and group names are first looked up for exact match; in last
resort a fuzzy match is attempted.

** try to cope with unset/empty HOME env. variable

** ratpoison.el is now installed at the proper location
ie. in $prefix/share/emacs/site-lisp/

** ratpoison now restricts permissions on your history file

* Changes since 1.4.5
** *Lots* of reliability fixes in ratpoison itself
Please check out the ChangeLog for more details.

** Build process cleanup
e.g. detection of getline() was fixed, build is ok with old gcc's (2.95)

** ratpoison -c now reports errors ($? != 0)

** UTF-8 text is now printed correctly
Both with and without Xft support.

** contrib/ cleanup
Scripts should be more portable, ruby bindings work with newer ruby versions.

** New newwindow and titlechanged hooks

** Functionality was added to rpws
It can now move windows to other workspaces; workspaces can be dumped and
restored.


(wiz)
diff -r1.40 -r1.41 pkgsrc/wm/ratpoison/Makefile
diff -r1.9 -r1.10 pkgsrc/wm/ratpoison/PLIST
diff -r1.15 -r1.16 pkgsrc/wm/ratpoison/distinfo
diff -r1.5 -r0 pkgsrc/wm/ratpoison/patches/patch-aa
diff -r1.1 -r0 pkgsrc/wm/ratpoison/patches/patch-ab

cvs diff -r1.40 -r1.41 pkgsrc/wm/ratpoison/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/ratpoison/Makefile 2015/06/12 10:51:47 1.40
+++ pkgsrc/wm/ratpoison/Makefile 2015/07/12 08:40:48 1.41
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.40 2015/06/12 10:51:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.41 2015/07/12 08:40:48 wiz Exp $
2# 2#
3 3
4DISTNAME= ratpoison-1.4.5 4DISTNAME= ratpoison-1.4.8
5PKGREVISION= 8 
6CATEGORIES= wm 5CATEGORIES= wm
7MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/ 6MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= tonio@NetBSD.org 9MAINTAINER= tonio@NetBSD.org
10HOMEPAGE= http://www.nongnu.org/ratpoison/ 10HOMEPAGE= http://www.nongnu.org/ratpoison/
11COMMENT= Simple window manager with no fat library dependencies 11COMMENT= Simple window manager with no fat library dependencies
 12LICENSE= gnu-gpl-v2
12 13
13GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
14INFO_FILES= yes 15INFO_FILES= yes
15 16
16USE_TOOLS+= perl:run pkg-config autoconf 17USE_TOOLS+= perl:run pkg-config autoconf
17REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl 18REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
18REPLACE_SH= contrib/allwindows.sh 19REPLACE_SH= contrib/allwindows.sh
19 20
20BUILDLINK_DEPMETHOD.libXt?= build 21BUILDLINK_DEPMETHOD.libXt?= build
21 22
22pre-configure: 23pre-configure:
23 cd ${WRKSRC}; autoconf 24 cd ${WRKSRC}; autoconf
24 25

cvs diff -r1.9 -r1.10 pkgsrc/wm/ratpoison/PLIST (expand / switch to unified diff)

--- pkgsrc/wm/ratpoison/PLIST 2009/06/14 18:19:01 1.9
+++ pkgsrc/wm/ratpoison/PLIST 2015/07/12 08:40:48 1.10
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:19:01 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.10 2015/07/12 08:40:48 wiz Exp $
2bin/ratpoison 2bin/ratpoison
3bin/rpws 3bin/rpws
4info/ratpoison.info 4info/ratpoison.info
5man/man1/ratpoison.1 5man/man1/ratpoison.1
6share/doc/ratpoison/AUTHORS 6share/doc/ratpoison/AUTHORS
7share/doc/ratpoison/COPYING 7share/doc/ratpoison/COPYING
8share/doc/ratpoison/ChangeLog 8share/doc/ratpoison/ChangeLog
9share/doc/ratpoison/NEWS 9share/doc/ratpoison/NEWS
10share/doc/ratpoison/README 10share/doc/ratpoison/README
 11share/emacs/site-lisp/ratpoison.el
11share/ratpoison/allwindows.sh 12share/ratpoison/allwindows.sh
12share/ratpoison/clickframe.pl 13share/ratpoison/clickframe.pl
13share/ratpoison/genrpbindings 14share/ratpoison/genrpbindings
14share/ratpoison/ratpoison.el 15share/ratpoison/ratdate.sh
15share/ratpoison/rpshowall.sh 16share/ratpoison/rpshowall.sh
16share/ratpoison/rpws 17share/ratpoison/rpws
17share/ratpoison/sloppy.c 18share/ratpoison/sloppy.c
18share/ratpoison/split.sh 19share/ratpoison/split.sh
19share/ratpoison/unrat.c 20share/ratpoison/unrat.c

cvs diff -r1.15 -r1.16 pkgsrc/wm/ratpoison/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/ratpoison/distinfo 2009/09/01 18:19:15 1.15
+++ pkgsrc/wm/ratpoison/distinfo 2015/07/12 08:40:48 1.16
@@ -1,7 +1,5 @@ @@ -1,7 +1,5 @@
1$NetBSD: distinfo,v 1.15 2009/09/01 18:19:15 tonio Exp $ 1$NetBSD: distinfo,v 1.16 2015/07/12 08:40:48 wiz Exp $
2 2
3SHA1 (ratpoison-1.4.5.tar.gz) = e32430de49c4ab5d501653c03dd19dfb623cb08b 3SHA1 (ratpoison-1.4.8.tar.xz) = 9adc4f0e89be41982d6b37dbd3ff4ffecae16394
4RMD160 (ratpoison-1.4.5.tar.gz) = ae2fc0cd7ef561944cf7aea0623875a7148771ce 4RMD160 (ratpoison-1.4.8.tar.xz) = 5092d9e042167225dd7d5d8acf34590261ba0d23
5Size (ratpoison-1.4.5.tar.gz) = 427366 bytes 5Size (ratpoison-1.4.8.tar.xz) = 364700 bytes
6SHA1 (patch-aa) = d59e993da5ed8408665592df898b07a7c0edba13 
7SHA1 (patch-ab) = 1e747e6b792fe627ba9699f1c6ce84d3d9842522 

File Deleted: pkgsrc/wm/ratpoison/patches/Attic/patch-aa

File Deleted: pkgsrc/wm/ratpoison/patches/Attic/patch-ab