diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2013-11-30 22:28:41 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2013-11-30 22:28:41 +0000 |
commit | bba4fe14f101e1d54fb6f40f36d8e9c47fa67ea7 (patch) | |
tree | c4010f923cf6cd2a56885b0b7666d29cc7478b59 | |
parent | 8db38b2d129c200c52d0506b45bd2f2bfa1d1a64 (diff) | |
download | pkgsrc-bba4fe14f101e1d54fb6f40f36d8e9c47fa67ea7.tar.gz |
Update mlterm to 3.3.1.
Changes from doc/en/ReleaseNote:
ver 3.3.1
* Add "use_auto_detect" and "auto_detect_encodings" options.
(auto_detect_encodings=utf8,eucjp,sjis and use_auto_detect=true enable
auto detection of utf8, eucjp and sjis.)
* Support ESC $ on non-ISO2022 encodings such as UTF-8.
* Reset pending DCS sequence by pressing ESC key.
* Support iBus 1.5.
* Enable to specify the conversion engine name of iBus. (e.g. --im ibus:anthy)
* Desynchronize ESC [ 5379 ; show_picture BEL on cygwin/win32gdi or mingw.
* "unlimited" value is available for "logsize" option.
* Bug fixes:
Fix the bug of convertion to sjis.
Fix the bug which disabled threading scp.
Fix https://bugzilla.novell.com/show_bug.cgi?id=849342
-rw-r--r-- | x11/mlterm/Makefile | 4 | ||||
-rw-r--r-- | x11/mlterm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index ffda5b28b30..354c3a04c27 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.95 2013/10/28 13:26:07 tsutsui Exp $ +# $NetBSD: Makefile,v 1.96 2013/11/30 22:28:41 tsutsui Exp $ -DISTNAME= mlterm-3.3.0 +DISTNAME= mlterm-3.3.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index a0bea0eb88d..a310cb36281 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.36 2013/10/28 13:26:07 tsutsui Exp $ +$NetBSD: distinfo,v 1.37 2013/11/30 22:28:41 tsutsui Exp $ -SHA1 (mlterm-3.3.0.tar.gz) = d91182988a5a4907978c40b1c22de8ed7b229458 -RMD160 (mlterm-3.3.0.tar.gz) = 9bcc153f8d249ce350324f9728f07b21d3080e5b -Size (mlterm-3.3.0.tar.gz) = 3560220 bytes +SHA1 (mlterm-3.3.1.tar.gz) = 1009e5ff4ad1bfac90dd3f01d0144d76c2f12d1f +RMD160 (mlterm-3.3.1.tar.gz) = c53d77754e1db1612e49f4cd272f1fcf8f2f7ca5 +Size (mlterm-3.3.1.tar.gz) = 3566097 bytes SHA1 (patch-configure) = 066d0e35d63f30ad9a892937af3a372fbea56936 SHA1 (patch-etc_font-fb) = 7ded1dbee083df4d78b6ebf42964f50262feb318 |