pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/mrxvt Update to mrxvt 0.5.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/69bcb4779d88
branches: trunk
changeset: 532673:69bcb4779d88
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Aug 28 14:57:15 2007 +0000
description:
Update to mrxvt 0.5.3.
Bugfixes:
* Handle EIO errors (got when tcsh / fish exit) properly. Patch by
Zoltan Szalontai.
* Disabled Shift+Enter shortcut by default, since it may confuse new
users.
* Make Alt+Enter behave like Xterm.
. Added %T,%G,%P flags for percent interpolation (useful for dtach).
* Bold colored text is rendered in BOTH bold font, and bright color.
Use only bold font.
* r->num_fds is properly reduced when tabs are closed
* Ignore focus events of type NotifyGrab and NotifyUngrab. This
caused an annoying blinking when focussing other windows via the
keyboard. (Thanks to Roman Po???zka for pointing this out).
* Removed the --focusDelay option (no longer necessary with above
bugfix).
Enhancements:
* Added --titleFormat and --winTitleFormat options to control display
of tab and window titles.
* Added options --veryBright and --boldColors to control how bold
primary colors are rendered.
* Added --useFifo option, to make mrxvt listen for macros on a fifo.
Code based on patch by Jozef Vesely.
* Added Raise macro to "raise" the mrxvt window. Thanks to Jozef
Vesely for the patch.
* Added a UseFifo macro to enable / disable --useFifo at runtime.
* Defined a macro that opens a "mrxvt console" in a new tab (bound to
Ctrl+Shift+c by default).
* Added --enable-use-fifo compile time option for people paranoid about
security.
* Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts
to brighten even non-primary colors instead of drawing them in
bold. (Respects boldColors and veryBright).
* Made winTitleFormat a profile option.
* Added -ic option to set the application icon. (Adapted from patch
#1656294 by Stanislav Mekhanoshin)
* Check locale for encoding method if it is not specified by -km
option or multichar_encoding resource.
* Add new debugging facility such that a user can specify the
message type and verbose level by command line options. Run
`mrxvt -dmask whatever -dlevel something' for details.
* Fix compile error when use Sun Studio 10. Thanks to Quintin
Beukes for the patch.
diffstat:
x11/mrxvt/Makefile | 5 ++---
x11/mrxvt/PLIST | 7 ++++++-
x11/mrxvt/distinfo | 10 +++++-----
x11/mrxvt/patches/patch-aa | 22 +++++++++++-----------
4 files changed, 24 insertions(+), 20 deletions(-)
diffs (81 lines):
diff -r d63590c994a0 -r 69bcb4779d88 x11/mrxvt/Makefile
--- a/x11/mrxvt/Makefile Tue Aug 28 14:33:27 2007 +0000
+++ b/x11/mrxvt/Makefile Tue Aug 28 14:57:15 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2007/05/10 00:44:38 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2007/08/28 14:57:15 tnn Exp $
#
-DISTNAME= mrxvt-0.5.2
-PKGREVISION= 1
+DISTNAME= mrxvt-0.5.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=materm/}
diff -r d63590c994a0 -r 69bcb4779d88 x11/mrxvt/PLIST
--- a/x11/mrxvt/PLIST Tue Aug 28 14:33:27 2007 +0000
+++ b/x11/mrxvt/PLIST Tue Aug 28 14:57:15 2007 +0000
@@ -1,6 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2007/05/09 23:14:40 tnn Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/08/28 14:57:16 tnn Exp $
bin/mrxvt
man/man1/mrxvt.1
+share/doc/mrxvt/etc/XTerm.ad
+share/doc/mrxvt/etc/mrxvt.terminfo
+share/doc/mrxvt/etc/rxvt.termcap
+share/doc/mrxvt/etc/rxvt.terminfo
share/doc/mrxvt/README.greek.bz2
share/doc/mrxvt/README.menu.bz2
share/doc/mrxvt/README.xvt.bz2
@@ -22,6 +26,7 @@
share/pixmaps/mrxvt-root.xpm
share/pixmaps/mrxvt.png
share/pixmaps/mrxvt.xpm
+@dirrm share/doc/mrxvt/etc
@dirrm share/doc/mrxvt/scripts
@dirrm share/doc/mrxvt
@dirrm share/examples/mrxvt
diff -r d63590c994a0 -r 69bcb4779d88 x11/mrxvt/distinfo
--- a/x11/mrxvt/distinfo Tue Aug 28 14:33:27 2007 +0000
+++ b/x11/mrxvt/distinfo Tue Aug 28 14:57:15 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2007/05/10 00:44:38 tnn Exp $
+$NetBSD: distinfo,v 1.4 2007/08/28 14:57:16 tnn Exp $
-SHA1 (mrxvt-0.5.2.tar.gz) = a8fba2500b1edfabdd794e899b74666b2d909692
-RMD160 (mrxvt-0.5.2.tar.gz) = 85ccf709be85dc91374b1c6c893059155ab5c26f
-Size (mrxvt-0.5.2.tar.gz) = 559242 bytes
-SHA1 (patch-aa) = bb665893ce02548636cf29e938f22ea6521d7a35
+SHA1 (mrxvt-0.5.3.tar.gz) = 442006f1d797ea5464c5c49d26d0cdecf79160f4
+RMD160 (mrxvt-0.5.3.tar.gz) = 76fbbd5ba20215dd7785eafa07dae909029194ec
+Size (mrxvt-0.5.3.tar.gz) = 592897 bytes
+SHA1 (patch-aa) = 1be43fde59a351f6cb0af899f4b524ded320071c
SHA1 (patch-ab) = 071b06c1a6fa3e894ed6fc5e13b67aa2ab0f2ee0
diff -r d63590c994a0 -r 69bcb4779d88 x11/mrxvt/patches/patch-aa
--- a/x11/mrxvt/patches/patch-aa Tue Aug 28 14:33:27 2007 +0000
+++ b/x11/mrxvt/patches/patch-aa Tue Aug 28 14:57:15 2007 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2007/05/09 23:14:41 tnn Exp $
+$NetBSD: patch-aa,v 1.2 2007/08/28 14:57:16 tnn Exp $
---- src/init.c.orig 2006-10-01 23:50:37.000000000 +0200
-+++ src/init.c
-@@ -41,7 +41,7 @@
- # define DEBUG_X
- #else
- # define DEBUG_LEVEL 0
--# define DEBUG_X
-+# undef DEBUG_X
- #endif
+--- configure.orig 2007-03-08 02:13:18.000000000 +0100
++++ configure
+@@ -3351,7 +3351,7 @@ if test "${enable_use_fifo+set}" = set;
+
+ fi
- #if DEBUG_LEVEL
+-if test "x$use_fifo" == "xyes"; then
++if test "x$use_fifo" = "xyes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_FIFO
Home |
Main Index |
Thread Index |
Old Index