diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-12-08 14:12:43 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-12-08 14:12:43 +0000 |
commit | 49b1de6cf22bb7fdbcdfbfbcdf0ee8b26ca513b3 (patch) | |
tree | 7d99ec8dbe396c8a6b7e72dce84d11bcb44ec3cc /x11 | |
parent | c17424e5aa30633db1cc387c050660ecc1ddedd4 (diff) | |
download | pkgsrc-49b1de6cf22bb7fdbcdfbfbcdf0ee8b26ca513b3.tar.gz |
mlterm: update to 3.8.4.
Changes noted in doc/en/RelaseNote:
ver 3.8.4
* Support DECSLPP, DECSCPP, DECBBSM, DECRQTSR, DECCTR, DECRQPSR, DECSNLS, DECSTGLT, DECRSPS,
DECSR, CSI 7 t, CSI 9;1 t, CSI ? Pm s, CSI ? Pm r, CSI 34 [hl], CSI 53 m and CSI 55 m.
* Support DECSASD, DECSSDT unless vertical mode is enabled.
* Support 90-degree rotation of alphabet glyphs in vertical mode (cjk alone) on framebuffer,
wayland and android if freetype is enabled.
* Support sticky shift key of skk im module, and change the format of skk option from
"skk:[dictionary]" to "skk:dict=[dictionary],sskey=[sticky shift key]".
* Add "use_vertical_cursor" and "click_interval" to OSC 5379, 5380 and 5381.
* Add "ot_features" and "ot_script" to OSC 5380 and 5381.
* Add "Features" and "Script" buttons to "Encoding" tab of mlconfig.
* Add "Underline pos (pixels)" and "Baseline pos (pixel)" to "Font" tab of mlconfig.
* Add "Double click interval (msec)", "Send keys to all windows" and
"Trim trailing CR/LF in pasting" to "Others" tab of mlconfig.
* Add doc/en/ControlSequences which lists escape/control sequences which mlterm supports.
* Change the default value of "use_vertical_cursor" option from false to true.
* Drop "CSI ? 9500 [hl]".
* Improve processing sixel graphics on pseudo color framebuffer.
* Merge patches:
https://sf.net/p/mlterm/patches/_discuss/thread/f5dc445d/0fc3/attachment/fix_spelling.diff
* Bug fixes:
Fix impossibility of keyborad and pointer input after switching virtual consoles on wayland.
Fix unexpectedly having privilege in opening a shell on startup of mlterm built with brlapi.
Fix Pl, Pc and Pp of XCPR and CPR.
Fix corruption of TBC (CSI g), CTC (CSI W) and DECATC(CSI ,}).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 5 | ||||
-rw-r--r-- | x11/mlterm/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 9f1f6116c2e..1f6d54ade42 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.137 2017/11/23 17:20:19 wiz Exp $ +# $NetBSD: Makefile,v 1.138 2017/12/08 14:12:43 tsutsui Exp $ -DISTNAME= mlterm-3.8.3 -PKGREVISION= 1 +DISTNAME= mlterm-3.8.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index 2386cbb33c9..0d859c951ad 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.70 2017/10/20 17:57:21 tsutsui Exp $ +$NetBSD: distinfo,v 1.71 2017/12/08 14:12:43 tsutsui Exp $ -SHA1 (mlterm-3.8.3.tar.gz) = 2b0a4fcb04474c63c64c48231a1c1bf50e7eb56b -RMD160 (mlterm-3.8.3.tar.gz) = 0500995c20b0fb56bb74bf0cae18d1ca71ae7b60 -SHA512 (mlterm-3.8.3.tar.gz) = 831d3e1513bea3faa77a3e8d0c040d2f363bce2ac92925f4eb87374838a60a2ccc889d788149cbe31a278f69a1099c88aa21278da1c954ac32579445be98b152 -Size (mlterm-3.8.3.tar.gz) = 3850354 bytes +SHA1 (mlterm-3.8.4.tar.gz) = ffc66275ed60b376675240763c4b802a2b8d8bed +RMD160 (mlterm-3.8.4.tar.gz) = d52d01444df534dafc6dd43540e2782cdd038fa7 +SHA512 (mlterm-3.8.4.tar.gz) = 6afe0a60001f180df18f2d2ad5e2954a1d9423313d7784eb0cf6a9736c6a62545f461d8e3d079aa1f43eb5f27f4b0c060a7da54e08bf758b283005b16aa1e5cd +Size (mlterm-3.8.4.tar.gz) = 3881872 bytes SHA1 (patch-configure) = 54643fa501cc65d3513c1e21ece6c2a234a7798a SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00 |