summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorr <morr@pkgsrc.org>2015-01-05 22:44:17 +0000
committermorr <morr@pkgsrc.org>2015-01-05 22:44:17 +0000
commit84a1af2753b8971c6b0ae75e7b71701d32cf578f (patch)
treebda3b966b277768c4cb24f5ec07597f4754a5e01
parent4bc481b7730d8839a4ab9cea2b16a1f2265e5c89 (diff)
downloadpkgsrc-84a1af2753b8971c6b0ae75e7b71701d32cf578f.tar.gz
Update to version 9.21.
Changes: - the "moa redraw 8-bit british vintage colour management" release. - NOTICE: this release updates terminfo. - fix pixel droppings on overdraw when a secondary core font has the same height but different ascent. - implement cvvis in terminfo as blinking cursor, to distinguish it from cnorm (emacs uses cvvis which is commonly a blinking cursor). - when xft support was compiled in, colour queries erroneously returned premultiplied values, this also affected internal queries, for example when calculating faded colour. alpha is now divided out when possible, which is more correct but loses colour resolution. - add DECSCUSR xterm extension to set the cursor to a vertical bar. - add 'extension:string' action, and associated on_action perl hook, for keysym resources that invokes actions provided by perl extensions. The 'perl:string' action and on_user_command hook are deprecated but still supported. - add 'builtin-string' action for keysym resources that restores string mappings for keys that have predefined actions in urxvt. - add -k option to urxvtc for killing the daemon process. - document urxvtd's -e/--eval option that was implemented in 9.16, but not documented. - add -dockapp option to make the wm treat urxvt as a dockapp. - add -mc option and multiClickTime resource to set the maximum time between multi-click select events (patch by Joe Peterson). - new 'eval' extension to evaluate arbitrary perl code with keysym bindings. The extension also provides methods that implement basic actions, such as pasting selections and scrolling. - the macosx-clipboard and macosx-clipboard-native extensions have been removed. - kuake extension now uses the kuake.hotkey resource to specify the hotkey. - new 'matcher:select' mode of matcher to iterate over the matches with the keyboard. - the 'matcher:list' feature of matcher now honours the launcher associated to a matched pattern. - speed-up matcher underlining on very long lines (reported by Edward Z. Yang). - fix up/down commands of searchable-scrollback so that they always move to the previous/next logical line with a match, if any. - searchable-scrollback resource has been deprecated (use keysym instead). - extension parameter passing is deprecated (use resource mechanism instead). - upgrade to GPLv3 (see COPYING). - compile out of the box on Solaris 10, again. - fix height and position of the stippled area in next scrollbar (patch by Thomas Otto). - fix off-by-one bug causing the iso14755 window not to jump out of the way properly. - fix crash that may happen if a lib to which urxvt is linked to calls setenv. - fix memory leak in special_{encode,decode} perl methods. - fix refresh bug that occurs when reverse video is set on a cell containing a space and with the same bg and fg colour, red hat bug #830236. - fix crash that may happen if an x error is received after a terminal window/popup has been destroyed already. - removed superfluous 0 digit from sgr terminfo sequence. - greatly improve colour allocation on colour-starved pseudocolour displays to avoid read-write cells instead of simply failing (this is only relevant for antique 8bpp frame buffers). - do not free fade colours when not doing fading (this is likely only relevant for antique 8bpp frame buffers). - do not specialcase 2 or 4 colour visuals, leading to simpler and actually more correct code. - hopefully no longer leak colours on !truecolour visuals. - use consistent method names (scr_recolour => scr_recolor). - use simpler (but slightly less bogus) formula for nearest colour choice (this is likely only relevant for antique 8bpp frame buffers). - remove fallback behaviour when initialising colours - the behaviour was inconsistent between startup vs. later and was only effective when valid colours couldn't be allocated.
-rw-r--r--x11/rxvt-unicode/Makefile5
-rw-r--r--x11/rxvt-unicode/PLIST8
-rw-r--r--x11/rxvt-unicode/distinfo10
-rw-r--r--x11/rxvt-unicode/patches/patch-configure11
4 files changed, 11 insertions, 23 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 70078787e0a..5f5cbc211e9 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2014/08/23 15:31:55 richard Exp $
+# $NetBSD: Makefile,v 1.53 2015/01/05 22:44:17 morr Exp $
-DISTNAME= rxvt-unicode-9.20
-PKGREVISION= 1
+DISTNAME= rxvt-unicode-9.21
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
http://dist.schmorp.de/rxvt-unicode/Attic/
diff --git a/x11/rxvt-unicode/PLIST b/x11/rxvt-unicode/PLIST
index e61b43c2aef..c22e1298096 100644
--- a/x11/rxvt-unicode/PLIST
+++ b/x11/rxvt-unicode/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2014/05/09 17:18:48 morr Exp $
+@comment $NetBSD: PLIST,v 1.14 2015/01/05 22:44:17 morr Exp $
bin/urxvt
bin/urxvtc
bin/urxvtd
@@ -8,11 +8,10 @@ ${PLIST.perl}lib/urxvt/perl/block-graphics-to-ascii
${PLIST.perl}lib/urxvt/perl/clipboard-osc
${PLIST.perl}lib/urxvt/perl/confirm-paste
${PLIST.perl}lib/urxvt/perl/digital-clock
+${PLIST.perl}lib/urxvt/perl/eval
${PLIST.perl}lib/urxvt/perl/example-refresh-hooks
${PLIST.perl}lib/urxvt/perl/keysym-list
${PLIST.perl}lib/urxvt/perl/kuake
-${PLIST.perl}lib/urxvt/perl/macosx-clipboard
-${PLIST.perl}lib/urxvt/perl/macosx-clipboard-native
${PLIST.perl}lib/urxvt/perl/matcher
${PLIST.perl}lib/urxvt/perl/option-popup
${PLIST.perl}lib/urxvt/perl/overlay-osc
@@ -34,12 +33,11 @@ ${PLIST.perl}man/man1/urxvt-block-graphics-to-ascii.1
${PLIST.perl}man/man1/urxvt-clipboard-osc.1
${PLIST.perl}man/man1/urxvt-confirm-paste.1
${PLIST.perl}man/man1/urxvt-digital-clock.1
+${PLIST.perl}man/man1/urxvt-eval.1
${PLIST.perl}man/man1/urxvt-example-refresh-hooks.1
${PLIST.perl}man/man1/urxvt-extensions.1
${PLIST.perl}man/man1/urxvt-keysym-list.1
${PLIST.perl}man/man1/urxvt-kuake.1
-${PLIST.perl}man/man1/urxvt-macosx-clipboard-native.1
-${PLIST.perl}man/man1/urxvt-macosx-clipboard.1
${PLIST.perl}man/man1/urxvt-matcher.1
${PLIST.perl}man/man1/urxvt-option-popup.1
${PLIST.perl}man/man1/urxvt-overlay-osc.1
diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo
index 83bd21ca809..722da551ef0 100644
--- a/x11/rxvt-unicode/distinfo
+++ b/x11/rxvt-unicode/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2014/08/23 15:31:55 richard Exp $
+$NetBSD: distinfo,v 1.26 2015/01/05 22:44:17 morr Exp $
-SHA1 (rxvt-unicode-9.20.tar.bz2) = 6214c7893a8c968936103e255a1d3d1e9868abf9
-RMD160 (rxvt-unicode-9.20.tar.bz2) = 98e8b281ed39f501df4de2366196fb2e46881d7c
-Size (rxvt-unicode-9.20.tar.bz2) = 916598 bytes
+SHA1 (rxvt-unicode-9.21.tar.bz2) = 33297e5303e45d27e07f40060d3655ae019eefdc
+RMD160 (rxvt-unicode-9.21.tar.bz2) = 333d281455b7641a59d424e253832035e95b572d
+Size (rxvt-unicode-9.21.tar.bz2) = 925293 bytes
SHA1 (patch-Makefile.in) = 1c2890e2057d062f823f944fc2ecd2258f14b61e
-SHA1 (patch-configure) = 4d80e5ff21eff91e8633b695fd91c02598d459f2
+SHA1 (patch-configure) = 8b8c95ea8e39efc2fa35188798d5d3ac53e3abc1
SHA1 (patch-doc_Makefile.in) = 8465193e21878a18ae467dc50a336a65f1bd4de7
diff --git a/x11/rxvt-unicode/patches/patch-configure b/x11/rxvt-unicode/patches/patch-configure
index efd92ef5e2c..548a19428c1 100644
--- a/x11/rxvt-unicode/patches/patch-configure
+++ b/x11/rxvt-unicode/patches/patch-configure
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.4 2014/08/23 15:31:55 richard Exp $
+$NetBSD: patch-configure,v 1.5 2015/01/05 22:44:17 morr Exp $
Don't use predefined CXXFLAGS.
@@ -37,12 +37,3 @@ Don't use predefined CXXFLAGS.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5
$as_echo_n "checking for library containing setlocale... " >&6; }
if ${ac_cv_search_setlocale+:} false; then :
-@@ -7146,7 +7120,7 @@ fi
- case $host in
- *-*-solaris*)
-
--$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
-+$as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sendmsg" >&5
- $as_echo_n "checking for library containing sendmsg... " >&6; }