diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2016-03-14 16:03:36 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2016-03-14 16:03:36 +0000 |
commit | b31c1759f4918dbceb17405f4888aae54fc6ddd5 (patch) | |
tree | b3336bd566fc4f334e4756ae231e083cf8105aed /x11 | |
parent | 22dce96ed1eb96e1fa5bbce24f572045f9fce9af (diff) | |
download | pkgsrc-b31c1759f4918dbceb17405f4888aae54fc6ddd5.tar.gz |
Update mlterm to 3.7.0.
Changes noted in doc/en/ReleaseNote:
ver 3.7.0
* Support OSC 1337. (See http://www.iterm2.com/images.html)
* Support animation gif of OSC 5379 show_picture on MacOSX/cocoa.
* Enable to place configuration files in mlterm.app/mlterm/ on MacOSX/Cocoa.
* Add 'mlfc' tool which automatically generates ~/.mlterm/aafont and ~/.mlterm/font-fb.
* Change the format of ~/.mlterm/*font is changed as follows.
[Charset] = [Font name];[Size],[Font name];[Size],[Font name];...
-> [Charset] = [Font name]
* Drop XT_CBLINK (CSI?12h/CSI?12l) support.
* Simplify font configuration of OSC 5379. ('mlcc font USASCII <Font name>' is available.)
* "CSI 38;2;r;g;b m" and "CSI 48;2;r;g;b m" shows high colors instead of
approximate vt 256 colors. "vt_color_mode" / --vtcolor(=256/high/true) option
changes the behavior.
* Bug fixes:
Fix illegal memory access on MacOSX/Cocoa and Android.
Fix segfault in spliting window on MacOSX/Cocoa. (Enbugged at 3.6.2)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 4 | ||||
-rw-r--r-- | x11/mlterm/PLIST | 3 | ||||
-rw-r--r-- | x11/mlterm/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 46e1b1d5c8f..95d5cd94a55 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.125 2016/02/14 14:04:16 tsutsui Exp $ +# $NetBSD: Makefile,v 1.126 2016/03/14 16:03:36 tsutsui Exp $ -DISTNAME= mlterm-3.6.3 +DISTNAME= mlterm-3.7.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index b524b77f6f4..0e072501b1b 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.35 2016/02/14 14:04:16 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.36 2016/03/14 16:03:36 tsutsui Exp $ bin/mlcc bin/mlclient bin/mlclientx +bin/mlfc bin/mlterm ${PLIST.fb}bin/mlterm-fb lib/libkik.la diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index 2aba487e757..ef324a01c4a 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.63 2016/02/14 14:04:16 tsutsui Exp $ +$NetBSD: distinfo,v 1.64 2016/03/14 16:03:36 tsutsui Exp $ -SHA1 (mlterm-3.6.3.tar.gz) = b069a0bc47a5bcb4256ebb87294c9451ed25c5c6 -RMD160 (mlterm-3.6.3.tar.gz) = f83fcdb91ea8af3b62afd2bfd03b838dee48f77f -SHA512 (mlterm-3.6.3.tar.gz) = bbc6c61422f81a793b64fcbabb972765f7e544c7d4fc3d8874ab78a25fe8e7a97dc96c3d44e582127dde8822e7c254ed58004535524e361a2a0d91410e7ef027 -Size (mlterm-3.6.3.tar.gz) = 3677639 bytes +SHA1 (mlterm-3.7.0.tar.gz) = 10900f0303c39cdc6e5d52da6eab569b4410c777 +RMD160 (mlterm-3.7.0.tar.gz) = ba63031fb844eb79c8f5289aba9a62a7a4d0a3e2 +SHA512 (mlterm-3.7.0.tar.gz) = 93dd7e5e15154f1d8e902069f70fe5b50cb30b948ae444bba76fc3f021a9a5d169837efb8e5bb94855eeaf04cecde9323b30330f74ed7929f4e576aab2c6e98b +Size (mlterm-3.7.0.tar.gz) = 3685301 bytes SHA1 (patch-configure) = 686754205102c2ffeb2456b4fad77f72b1a992a6 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00 |