From 427d41fbff9738d28936468dcebeae85560b8b23 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 26 Jan 2013 18:18:05 +0000 Subject: Update mlterm to 3.1.7. Changes per doc/en/ReleaseNote: ver 3.1.7 * Support not only bmp formats but also other image formats by mlimgloader (which requires gdk-pixbuf or GDI+) in win32. * "contrast", "gamma" and "brightness" options are available in win32. * Support CSI 22 0..2 t and CSI 23 0..2 t. * Support DCS ... { ... ST. (DECDLD) (http://github.com/saitoha/vim-powerline/tree/drcs works!) * Assign U+10XXYY like drcsterm to DRCS (ESC ( SP XX YY) (0x40 <= XX <= 0x7e, 0x20 <= YY <= 0x7f) (See http://github.com/saitoha/drcsterm) * Remove "title" from configuration protocol. * Support alpha values of icon files if mlterm is built without --with-imagelib=gdk-pixbuf option. * Support UTF8 text for setting the window title by OSC 0 or OSC 2 in win32. * Add --disable-use-tools option (which disables external tools) to configure. * Support alpha mask of sixel graphics. * Support uim and kbd plugin in framebuffer. * Bug fixes: Fix the bug of "button3_behavior" option rejecting "mlclient ..." command. Fix the incorrect parsing of font names which contain digit characters like "Courier 10 Pitch" which was regarded as 10-point size "Courier" font. Adjust the pty size to the screen size in creating a new pty by Ctrl+F2 etc in framebuffer. Revive "contrast", "gamma" and "brightness" options of mlterm built without --with-imagelib option in Linux. Fix segfault in starting mlterm with --pic option in framebuffer. Fix the malfunction of cursor keys in mlcc in cygwin. (Thanks to saitoha san) Fix the bug of saving or restoring cursor in OSC ? 1047 h or OSC ? 1047 l. Exit mlcc to avoid segfault if OSC 5380 doesn't return anything. Fix the bug of unloading fonts which are still used in framebuffer. --- x11/mlterm/Makefile | 4 ++-- x11/mlterm/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'x11') diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index b1f4c81a6ea..7ee96664201 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2012/12/14 23:28:56 tsutsui Exp $ +# $NetBSD: Makefile,v 1.78 2013/01/26 18:18:05 tsutsui Exp $ -DISTNAME= mlterm-3.1.6 +DISTNAME= mlterm-3.1.7 #PKGREVISION= CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index 8df1929da6e..9a8fefb8c18 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2012/12/14 17:23:28 tsutsui Exp $ +$NetBSD: distinfo,v 1.27 2013/01/26 18:18:05 tsutsui Exp $ -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 +SHA1 (mlterm-3.1.7.tar.gz) = 27e6d9c61b98fb08fba2f777688da78d41508389 +RMD160 (mlterm-3.1.7.tar.gz) = f6b4967cb28591ab513ea3b0e0d6d216cb9ff498 +Size (mlterm-3.1.7.tar.gz) = 3535404 bytes -- cgit v1.2.3