Fri Feb 28 16:02:13 2014 UTC ()
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.


(tsutsui)
diff -r1.98 -r1.99 pkgsrc/x11/mlterm/Makefile
diff -r1.39 -r1.40 pkgsrc/x11/mlterm/distinfo
diff -r1.4 -r0 pkgsrc/x11/mlterm/patches/patch-xwindow_fb_x__display.c
diff -r1.1 -r0 pkgsrc/x11/mlterm/patches/patch-xwindow_fb_x__display.h
diff -r1.1 -r0 pkgsrc/x11/mlterm/patches/patch-xwindow_fb_x__display__x68kgrf.c
diff -r1.1 -r0 pkgsrc/x11/mlterm/patches/patch-xwindow_fb_x__imagelib.c

cvs diff -r1.98 -r1.99 pkgsrc/x11/mlterm/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/mlterm/Makefile 2013/12/25 16:32:31 1.98
+++ pkgsrc/x11/mlterm/Makefile 2014/02/28 16:02:12 1.99
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.98 2013/12/25 16:32:31 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.99 2014/02/28 16:02:12 tsutsui Exp $
2 2
3DISTNAME= mlterm-3.3.2 3DISTNAME= mlterm-3.3.3
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
6 6
7MAINTAINER= uebayasi@NetBSD.org 7MAINTAINER= uebayasi@NetBSD.org
8HOMEPAGE= http://mlterm.sourceforge.net/ 8HOMEPAGE= http://mlterm.sourceforge.net/
9COMMENT= Multilingual terminal emulator 9COMMENT= Multilingual terminal emulator
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12# CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h> 12# CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h>
13NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-* NetBSD-1.5[A-S]-* 13NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-* NetBSD-1.5[A-S]-*
14 14
15USE_TOOLS+= pkg-config msgfmt 15USE_TOOLS+= pkg-config msgfmt
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.39 -r1.40 pkgsrc/x11/mlterm/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/mlterm/distinfo 2013/12/25 16:32:31 1.39
+++ pkgsrc/x11/mlterm/distinfo 2014/02/28 16:02:12 1.40
@@ -1,11 +1,7 @@ @@ -1,11 +1,7 @@
1$NetBSD: distinfo,v 1.39 2013/12/25 16:32:31 tsutsui Exp $ 1$NetBSD: distinfo,v 1.40 2014/02/28 16:02:12 tsutsui Exp $
2 2
3SHA1 (mlterm-3.3.2.tar.gz) = 035988a7e9440b3e44e9f0b210e4fe131d2056ee 3SHA1 (mlterm-3.3.3.tar.gz) = 9d5befee155e5e514874b45c46b1b7fe2fdf3dbd
4RMD160 (mlterm-3.3.2.tar.gz) = 32318d4482da82d893b89dc69c6893ffedb6d947 4RMD160 (mlterm-3.3.3.tar.gz) = 9c669c523aa2e8b7e48420a58ab74b851cea3dfe
5Size (mlterm-3.3.2.tar.gz) = 3574269 bytes 5Size (mlterm-3.3.3.tar.gz) = 3578266 bytes
6SHA1 (patch-configure) = 950194a8be2ebd7f3ed22c9ebaba545def6c7351 6SHA1 (patch-configure) = 950194a8be2ebd7f3ed22c9ebaba545def6c7351
7SHA1 (patch-etc_font-fb) = 7ded1dbee083df4d78b6ebf42964f50262feb318 7SHA1 (patch-etc_font-fb) = 7ded1dbee083df4d78b6ebf42964f50262feb318
8SHA1 (patch-xwindow_fb_x__display.c) = 4d877709bd2493c919c7d6c8c660966ee2411936 
9SHA1 (patch-xwindow_fb_x__display.h) = 07b1d0f17995862c02fe8b4c69d32fc662802eb0 
10SHA1 (patch-xwindow_fb_x__display__x68kgrf.c) = 2a3f0bb7f37bab3c1ee566e6d987f3666514e2d7 
11SHA1 (patch-xwindow_fb_x__imagelib.c) = ba95c47740b8c6120405043ca9df15a56fe7bb9c 

File Deleted: pkgsrc/x11/mlterm/patches/Attic/patch-xwindow_fb_x__display.c

File Deleted: pkgsrc/x11/mlterm/patches/Attic/patch-xwindow_fb_x__display.h

File Deleted: pkgsrc/x11/mlterm/patches/Attic/patch-xwindow_fb_x__display__x68kgrf.c

File Deleted: pkgsrc/x11/mlterm/patches/Attic/patch-xwindow_fb_x__imagelib.c