summaryrefslogtreecommitdiff
path: root/x11/mlterm/Makefile
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2014-02-28 16:02:12 +0000
committertsutsui <tsutsui@pkgsrc.org>2014-02-28 16:02:12 +0000
commitb16f4042e88cfce3ff57c96fc3f48fe88a177b1e (patch)
tree0cebce33c8a1a28fc9d94a5a301e7d890311d525 /x11/mlterm/Makefile
parent652466fa62b8d65127da8c284cb2dbd7c66536a0 (diff)
downloadpkgsrc-b16f4042e88cfce3ff57c96fc3f48fe88a177b1e.tar.gz
Update mlterm to 3.3.3.
New "rotate_display" options make mlterm-fb usable even on NetBSD/hpcarm W-ZERO3 and NetBSD/zaurus SL-C1000/3000: http://movapic.com/ebijun/pic/5101480 http://movapic.com/ebijun/pic/5102258 pkgsrc changes: - remove post-3.3.2 patches Changes from doc/en/ReleaseNote: ver 3.3.3 * Double-clicking a picture sets it to the clipboard. * All configuration protocol keys whose value is boolean accept "switch" which inverts the current value. * Support IME on Android. (Experimental) * Mlterm works without SD card on Android. * Support devanagari and bengali on win32gdi. * Support CSI ? 8800 h and CSI ? 8800 l which enables / disables the conversion from drcs to unicode private area. (Disabled by default.) (See http://github.com/saitoha/drcsterm/blob/master/README.rst) * Add "rotate_display" option which rotates display clockwise or counterclockwise on framebuffer and Android. * Merge patches: https://gist.github.com/steleto/8671862 (Thanks to @tristelo) * Bug fixes: Fix the bug of scrolling on framebuffer. (enbugged at 3.3.2) Fix the failure of starting mlterm on Android 3.x. Fix the conversion from unicode to ISCII characters with nukta. Fix the bug of unexpectedly large cursor shape in unfocused.
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r--x11/mlterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index ce5497390ad..2bce7224dba 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2013/12/25 16:32:31 tsutsui Exp $
+# $NetBSD: Makefile,v 1.99 2014/02/28 16:02:12 tsutsui Exp $
-DISTNAME= mlterm-3.3.2
+DISTNAME= mlterm-3.3.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}