Sun Mar 24 16:02:13 2013 UTC ()
Update mlterm to 3.1.9. (leaf package minor update)

Changes per doc/en/ReleaseNote:

ver 3.1.9
* Remove --enable-sixel option from configure, and add --disable-image option.
  That is, support sixel graphics by default unless configure with
  --disable-image option. (tool/w3m-remoteimg which doesn't depend on sixel
  graphics but on OSC 5379 show_picture also works on mlterm by default.)
* Separate SSH client functions to a dynamically loaded module (libptyssh)
  in platforms except win32.
* Treat key strings of "main" configuration file case-insensitively.
  (Both encoding=utf8 and ENCODING=utf8 are available.)
* Assign -M and -P options as the short options of --im and --clip.
* Add "allow_change_shortcut" (--shortcut) option which enables "set_shortcut"
  command of configuration protocol.
* Bug fixes:
  Fix the conflict of DCS(0x90) and the first byte of SJIS, GBK and so on.
  Fix the bug which disabled input and output of pty when configuration program
  such as mlconfig is started.
  Encode input character masked with 0x80 to the character encoding of pty
  if the value of mod_meta_mode option is 8bit. (Thanks to Vladimir Elisseev)
  Fix the bug which disabled Alt+symbol and Control+@ in win32.
  Fix the bug which disabled some shortcut key settings.


(tsutsui)
diff -r1.81 -r1.82 pkgsrc/x11/mlterm/Makefile
diff -r1.28 -r1.29 pkgsrc/x11/mlterm/distinfo

cvs diff -r1.81 -r1.82 pkgsrc/x11/mlterm/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/mlterm/Makefile 2013/03/10 16:12:57 1.81
+++ pkgsrc/x11/mlterm/Makefile 2013/03/24 16:02:13 1.82
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.81 2013/03/10 16:12:57 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.82 2013/03/24 16:02:13 tsutsui Exp $
2 2
3DISTNAME= mlterm-3.1.8 3DISTNAME= mlterm-3.1.9
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
6 6
7MAINTAINER= uebayasi@NetBSD.org 7MAINTAINER= uebayasi@NetBSD.org
8HOMEPAGE= http://mlterm.sourceforge.net/ 8HOMEPAGE= http://mlterm.sourceforge.net/
9COMMENT= Multilingual terminal emulator 9COMMENT= Multilingual terminal emulator
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12MAKE_JOBS_SAFE= no 12MAKE_JOBS_SAFE= no
13 13
14# CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h> 14# CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h>
15NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-* NetBSD-1.5[A-S]-* 15NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-* NetBSD-1.5[A-S]-*
16 16

cvs diff -r1.28 -r1.29 pkgsrc/x11/mlterm/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/mlterm/distinfo 2013/03/10 16:12:57 1.28
+++ pkgsrc/x11/mlterm/distinfo 2013/03/24 16:02:13 1.29
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.28 2013/03/10 16:12:57 tsutsui Exp $ 1$NetBSD: distinfo,v 1.29 2013/03/24 16:02:13 tsutsui Exp $
2 2
3SHA1 (mlterm-3.1.8.tar.gz) = 0754385184e98aad07c61a000ef18244c5879025 3SHA1 (mlterm-3.1.9.tar.gz) = 96762a10735b61fb5787f2df808b97b6341d3486
4RMD160 (mlterm-3.1.8.tar.gz) = 5bc88d884a9677e0d7b803efdfc0857319286f5f 4RMD160 (mlterm-3.1.9.tar.gz) = a3f9a0f6308572d3d5f6362756d765398a64215c
5Size (mlterm-3.1.8.tar.gz) = 3525746 bytes 5Size (mlterm-3.1.9.tar.gz) = 3522626 bytes