summaryrefslogtreecommitdiff
path: root/x11/mrxvt
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-28 14:57:15 +0000
committertnn <tnn@pkgsrc.org>2007-08-28 14:57:15 +0000
commit332c471164110a69b987de3497bf2eecce14c88a (patch)
tree2f98f76e393649ae35ea9160efbb0c422ad3f443 /x11/mrxvt
parentafbf90a7c653adc078b14711181f01b56ce0cae4 (diff)
downloadpkgsrc-332c471164110a69b987de3497bf2eecce14c88a.tar.gz
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 (limited to 'x11/mrxvt')
-rw-r--r--x11/mrxvt/Makefile5
-rw-r--r--x11/mrxvt/PLIST7
-rw-r--r--x11/mrxvt/distinfo10
-rw-r--r--x11/mrxvt/patches/patch-aa22
4 files changed, 24 insertions, 20 deletions
diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile
index 4c1e7d02c3f..1445dc7ff7f 100644
--- a/x11/mrxvt/Makefile
+++ b/x11/mrxvt/Makefile
@@ -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 --git a/x11/mrxvt/PLIST b/x11/mrxvt/PLIST
index 06c65acc63d..e2a27aa597b 100644
--- a/x11/mrxvt/PLIST
+++ b/x11/mrxvt/PLIST
@@ -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.png
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 --git a/x11/mrxvt/distinfo b/x11/mrxvt/distinfo
index 67ddd1d1d92..746161793cd 100644
--- a/x11/mrxvt/distinfo
+++ b/x11/mrxvt/distinfo
@@ -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 --git a/x11/mrxvt/patches/patch-aa b/x11/mrxvt/patches/patch-aa
index 47ed7c9f7fe..d861ab2d03b 100644
--- a/x11/mrxvt/patches/patch-aa
+++ b/x11/mrxvt/patches/patch-aa
@@ -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;
- #if DEBUG_LEVEL
+ fi
+
+-if test "x$use_fifo" == "xyes"; then
++if test "x$use_fifo" = "xyes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_FIFO