pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mlterm Update mlterm to 3.4.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58655913625a
branches:  trunk
changeset: 646691:58655913625a
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Fri Feb 13 18:21:28 2015 +0000

description:
Update mlterm to 3.4.3.

Changes noted in doc/en/ReleaseNote:

ver 3.4.3
* Support true type fonts with the use of freetype library (./configure --enable-anti-alias)
  on framebuffer and Android.
* Support ISCII proportional fonts with the use of freetype library on framebuffer and
  Android.
* Drop -C/--ind/use_ind and -D/--bi/use_bidi options. Add -C/--ctl/use_ctl option which
  enables or disables both rendering bi-directional text and indic scripts.
* --deffont/default_font option and vte_terminal_set_font* functions of libvte compatible
 library overwrite the default font of "ISO10646_UCS4_1" not only "DEFAULT".
* Simplify font configuration of OSC 5380 and 5381.
  (e.g.) 'mlcc font USASCII' returns "#ISO8859_1,12=-mplus-*-medium-r-*--12-*-iso8859-1")
* Bug fixes:
  Fix the position of a candidate window of fcitx. (Thanks to @msmhrt)
  Fix frozen screen in preediting text by soft keyboard on Android. (Thanks to @mikoto2000)

diffstat:

 x11/mlterm/Makefile                  |   4 ++--
 x11/mlterm/distinfo                  |  12 ++++++------
 x11/mlterm/patches/patch-configure   |   6 +++---
 x11/mlterm/patches/patch-etc_font-fb |   8 +++++---
 4 files changed, 16 insertions(+), 14 deletions(-)

diffs (69 lines):

diff -r a131bf0fdaa7 -r 58655913625a x11/mlterm/Makefile
--- a/x11/mlterm/Makefile       Fri Feb 13 18:01:26 2015 +0000
+++ b/x11/mlterm/Makefile       Fri Feb 13 18:21:28 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2015/01/10 11:15:05 tsutsui Exp $
+# $NetBSD: Makefile,v 1.115 2015/02/13 18:21:28 tsutsui Exp $
 
-DISTNAME=      mlterm-3.4.2
+DISTNAME=      mlterm-3.4.3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mlterm/}
 
diff -r a131bf0fdaa7 -r 58655913625a x11/mlterm/distinfo
--- a/x11/mlterm/distinfo       Fri Feb 13 18:01:26 2015 +0000
+++ b/x11/mlterm/distinfo       Fri Feb 13 18:21:28 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.54 2015/01/10 11:15:05 tsutsui Exp $
+$NetBSD: distinfo,v 1.55 2015/02/13 18:21:28 tsutsui Exp $
 
-SHA1 (mlterm-3.4.2.tar.gz) = f09868e8a2aaa0e9c2883b80e52ec41f582d99b4
-RMD160 (mlterm-3.4.2.tar.gz) = 93c119e78993c4920edc28d0276cf0a1b210f86c
-Size (mlterm-3.4.2.tar.gz) = 3642794 bytes
-SHA1 (patch-configure) = 30ce9b53fae4689fb0ffb86a3a63a78ef01cb65f
-SHA1 (patch-etc_font-fb) = c9f116aae7640807f4adc4042adc49ddd9805e67
+SHA1 (mlterm-3.4.3.tar.gz) = 4d5f449e0b3b63ac5248f0e595f93634eef0210d
+RMD160 (mlterm-3.4.3.tar.gz) = a61ee73bb9608a6997b3947296f94e792ff44060
+Size (mlterm-3.4.3.tar.gz) = 3650696 bytes
+SHA1 (patch-configure) = fbb44ded8d917b88cd431199dfa293fb90e3d1e5
+SHA1 (patch-etc_font-fb) = e8d7b3171bfe7c3c26b50c0dacdafeca4fa4dfd7
diff -r a131bf0fdaa7 -r 58655913625a x11/mlterm/patches/patch-configure
--- a/x11/mlterm/patches/patch-configure        Fri Feb 13 18:01:26 2015 +0000
+++ b/x11/mlterm/patches/patch-configure        Fri Feb 13 18:21:28 2015 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.10 2014/11/02 19:38:12 tsutsui Exp $
+$NetBSD: patch-configure,v 1.11 2015/02/13 18:21:28 tsutsui Exp $
 
 - setuid root is handled by SPECIAL_PERMS in pkgsrc
 
---- configure.orig     2014-10-27 22:26:49.000000000 +0000
+--- configure.orig     2015-02-10 16:00:46.000000000 +0000
 +++ configure
-@@ -21404,7 +21404,7 @@ else
+@@ -21588,7 +21588,7 @@ else
  fi
  
  if test "$gui" = "fb" ; then
diff -r a131bf0fdaa7 -r 58655913625a x11/mlterm/patches/patch-etc_font-fb
--- a/x11/mlterm/patches/patch-etc_font-fb      Fri Feb 13 18:01:26 2015 +0000
+++ b/x11/mlterm/patches/patch-etc_font-fb      Fri Feb 13 18:21:28 2015 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-etc_font-fb,v 1.7 2014/06/01 18:11:36 wiz Exp $
+$NetBSD: patch-etc_font-fb,v 1.8 2015/02/13 18:21:28 tsutsui Exp $
 
 add more examples for typical NetBSD and pkgsrc installation
 
---- etc/font-fb.orig   2014-03-22 22:06:39.000000000 +0000
+--- etc/font-fb.orig   2015-02-10 16:00:44.000000000 +0000
 +++ etc/font-fb
-@@ -1,10 +1,17 @@
+@@ -1,12 +1,19 @@
  #DEFAULT = /usr/share/fonts/X11/misc/unifont.pcf.gz:100
 +#DEFAULT = /usr/pkg/share/fonts/X11/efont/b16.pcf.gz
  
@@ -22,3 +22,5 @@
  #ISO10646_UCS4_1 = /usr/share/fonts/X11/misc/unifont.pcf.gz:100
 +#ISO10646_UCS4_1 = /usr/pkg/share/fonts/X11/efont/b16.pcf.gz
  ISO10646_UCS4_1_FULLWIDTH = &ISO10646_UCS4_1
+ 
+ #ISCII_ASSAMESE = /usr/share/fonts/truetype/Asdr0ntt.ttf:120



Home | Main Index | Thread Index | Old Index