summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2012-12-14 17:23:28 +0000
committertsutsui <tsutsui@pkgsrc.org>2012-12-14 17:23:28 +0000
commitdf7b4611d6ab1d6fbb8738eca621a09588f7ea3c (patch)
treedee93b45faf0746684bcc785c9930bf1c2182bad /x11/mlterm
parent73fdd38d4374d64fbe6c8c1a217e090b48c26119 (diff)
downloadpkgsrc-df7b4611d6ab1d6fbb8738eca621a09588f7ea3c.tar.gz
Update mlterm to 3.1.6.
Changes from 3.1.4 (per doc/en/ReleaseNote): ver 3.1.6 * Support ":[Percentage]" format for font-fb. (e.g. ISO8859_1=/../font.pcf:100) * Support gzipped pcf fonts in framebuffer. * Support 3 byte rgb color sequence. (<ESC>[38;2;<r>;<g>;<b>m and <ESC>[48;2;<r>;<g>;<b>m) * Support DECCRA(<ESC>[...$v) and DECERA(<ESC>[...$z). * Add --altbuf / "use_alt_buffer" option which is equivalent to "titeInhibit" of xterm. * Add --colors / "use_ansi_colors" option which is equivalent to "colorMode" of xterm. * Add --exitbs / "exit_backscroll_by_pty" option. * -Y option converts unicode line drawing characters (U+2500 etc) to dec special ones in order to show them correctly with a unicode font which contains double-width glyphs or no glyphs for line characters. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 6.2.0. * "blink_cursor" option is available for libvte. * Remove "add_picture" and "remove_picture" commands from configuration protocol, and add "show_picture" command to it. * Change key sequences in term_type=mlterm (application cursor key mode is off) XK_HOME: \x1bOH -> \x1b[H XK_END : \x1bOF -> \x1b[F * Change key seuqences in term_type=rxvt. (application cursor key mode is off) XK_HOME: \x1b[7~ -> \x1b[H XK_END : \x1b[8~ -> \x1b[F (application cursor key mode is on) XK_HOME: \x1bOH -> \x1b[7~ XK_END : \x1bOF -> \x1b[8~ * Bug fixes: Fix the bug of showing incorrect glyphs of large fonts like unifont.pcf. Fix the infinite loop in the failure of executing the command specified with -e option. Fix the compilation error in linking gdk-pixbuf-2.0. (SF topic #6234829) (Thanks to Lotus Shih and rabin_y) Fix the bug of incorrect input of 'A' - 'Z' keys in win32. Fix the memory leak of scrollbar views. ver 3.1.5 * Support framebuffer on Linux. (Experimental) (See doc/en/README.fb or doc/ja/README.fb in detail.) * Support "?" of OSC 4, 10 and 11. * Support CSI 14 t and CSI 18 t. * Break the binary compatility of extra scrollbars and pixmap_engine with the ones before 3.1.4. * Add "update_all" to the configuration protocol. * Add k5 entry for ~/.mlterm/termcap. * Bug fixes: Fix the incomplete hebavior of double- or triple-clicking and dragging. (Thanks to Andi Cristian Serbanescu)
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile5
-rw-r--r--x11/mlterm/PLIST3
-rw-r--r--x11/mlterm/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index d80ee9516da..427f9a7d577 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2012/10/29 05:06:40 asau Exp $
+# $NetBSD: Makefile,v 1.76 2012/12/14 17:23:28 tsutsui Exp $
-DISTNAME= mlterm-3.1.4
+DISTNAME= mlterm-3.1.6
#PKGREVISION=
-PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST
index ab346e7fbbb..0b2f978e92c 100644
--- a/x11/mlterm/PLIST
+++ b/x11/mlterm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2012/05/20 13:59:30 obache Exp $
+@comment $NetBSD: PLIST,v 1.26 2012/12/14 17:23:28 tsutsui Exp $
bin/mlcc
bin/mlclient
bin/mlclientx
@@ -42,6 +42,7 @@ man/man1/mlterm.1
share/examples/mlterm/aafont
share/examples/mlterm/color
share/examples/mlterm/font
+share/examples/mlterm/font-fb
share/examples/mlterm/key
share/examples/mlterm/main
share/examples/mlterm/menu
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index 762ccf2ebe2..8df1929da6e 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2012/10/07 20:12:07 tsutsui Exp $
+$NetBSD: distinfo,v 1.26 2012/12/14 17:23:28 tsutsui Exp $
-SHA1 (mlterm-3.1.4.tar.gz) = 12411fe8dc59969a2b74cc01bcd4cfe5316c0a43
-RMD160 (mlterm-3.1.4.tar.gz) = 544bb61d9c09d1a19c8bed86edb9e3c5a60e77e7
-Size (mlterm-3.1.4.tar.gz) = 3454873 bytes
+SHA1 (mlterm-3.1.6.tar.gz) = 59ece5e3ae0dc618669052e42a759dbd23e771e7
+RMD160 (mlterm-3.1.6.tar.gz) = 592fa5d49abadba9a54d542d825a23c87275398b
+Size (mlterm-3.1.6.tar.gz) = 3491354 bytes