diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-08-12 23:46:54 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-08-12 23:46:54 +0000 |
commit | fb4c56385d1fdcda9c7f43f0d35f28da56efa788 (patch) | |
tree | f84751e0c3c1232a8ee8219edaa02f1187cc29cf /x11 | |
parent | edc0ea11722aeadbea31407dc5abad8207ad7a01 (diff) | |
download | pkgsrc-fb4c56385d1fdcda9c7f43f0d35f28da56efa788.tar.gz |
Update mlterm to 3.8.2.
Change noted in doc/en/ReleaseNote:
ver 3.8.2
* Support page of VT400 or later. (NP, PP, PPA, PPR, PPB, DECCRA and DECLRP)
* Support DECRQDE, DECSCUSR(Ps = 3,4,5,6), DECATC, DECRQM, DECRQMH, DECSCA,
DECERA, DECSEL and DECSED.
* Support SGR of DECRQSS.
* Support MC and DECMC which output screen contents to ~/.mlterm/[tty]-YYYYMMDDHHMMSS.snp.
* Add "baseline_offset" / --blpos option.
* Revive iiimf input method plugin.
(--disable-iiimf optoin of configure script disables this feature.)
* Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 10.0.0.
* Support brltty with the use of brlapi library. (Experimental)
(configure with --enable-brlapi option.)
* Enable to build on msys2.
* Support DECDHL and DECDWL on console.
* libvte compatible library supports vte 0.48.0 API.
* Bug fixes:
Fix unexpected blocking in exiting mlterm.jar.
Fix a redrawing problem in inserting RTL characters between LTR ones or vice-versa.
Fix unexpected erasing of DECIC and DECDC.
Fix a bug which occupies 100% of CPU in switching mlterm-fb to an inactive
console on linux.
Fix freeze in copy&paste between windows of libvte compatible library.
<dev> in OSC 5379;<dev>:a=b works.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 4 | ||||
-rw-r--r-- | x11/mlterm/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 0b988f45377..9961f433e3b 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.134 2017/05/06 13:48:39 tsutsui Exp $ +# $NetBSD: Makefile,v 1.135 2017/08/12 23:46:54 tsutsui Exp $ -DISTNAME= mlterm-3.8.1 +DISTNAME= mlterm-3.8.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index a13ee7028e5..1061132f34c 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.68 2017/05/06 13:48:39 tsutsui Exp $ +$NetBSD: distinfo,v 1.69 2017/08/12 23:46:54 tsutsui Exp $ -SHA1 (mlterm-3.8.1.tar.gz) = 1a36390d46c9921bc4fc6d3cca059044da6dd1a6 -RMD160 (mlterm-3.8.1.tar.gz) = ac2a74a202ddb3034855b68e51053c077cbda753 -SHA512 (mlterm-3.8.1.tar.gz) = fd57ffefb9f96a58bb63751cc06b3381e0b3d5b50c5023cbd95fa5dc0351f958a783f6eabbf71b6625774312d03c5284db957c47f83f5352ae594d0e4864c52e -Size (mlterm-3.8.1.tar.gz) = 3789935 bytes +SHA1 (mlterm-3.8.2.tar.gz) = 55857697736a62aef4cb29505fb13ae701e4b395 +RMD160 (mlterm-3.8.2.tar.gz) = f7d4fd18d290108eb828370f782590cbf285dab8 +SHA512 (mlterm-3.8.2.tar.gz) = f0dafdc60cec8d221681669f7d53bc46615b22b05fe5d3de21946c7b62ec1631acedda4e80530e84df3be6234d198cd35a1595a73626884f2b21d03a09ecdace +Size (mlterm-3.8.2.tar.gz) = 3836220 bytes SHA1 (patch-configure) = 54643fa501cc65d3513c1e21ece6c2a234a7798a SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00 |