pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mlterm



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Fri Jun 22 14:17:15 UTC 2018

Modified Files:
        pkgsrc/x11/mlterm: Makefile distinfo
        pkgsrc/x11/mlterm/patches: patch-configure

Log Message:
mlterm: update to 3.8.6.

Changes noted in doc/en/ReleaseNote:

ver 3.8.6
* Support preserveAspectRatio option of OSC 1337.
* Support DECRQCRA, CSI 15 t, CSI 16 t, CSI 19 t and OSC 5;Ps;? ST.
* Support framebuffer on FreeBSD(98).
* Add vte 0.52.0 API symbols to libvte compatible library.
* Add --rv / "rv_color" option.
* Add servman.exe which manages the list of servers on win32.
* Add "PrivKey" entry to the ssh connection dialog on win32 and Android.
* Add "SCP" entry to the context menu on Android.
* Drop --servlist / "server_list" option.
* Improve performance of redrawing screen when type_engine=cairo.
* Show box style cursor when the cursor is on a picture or an emoji.
* Modify DECRC to save/restore last-column flag used to control wrapping behavior
  rather than manipulating DECAWM (See https://github.com/mattiase/wraptest and
  https://invisible-island.net/xterm/xterm.log.html#xterm_328)
* Change the default value of ssh_private(public)_key option from
  /sdcard/.ssh/id_rsa(.pub) to /sdcard/.mlterm/id_rsa(.pub) on Android.
* Bug fixes:
  Fix compiling error if ./configure is executed with --with-gui=fb,xlib option.
  Fix disappearing title bar on 'lxde' window manager.
  Fix a bug which disabled to replace system palettes by colors of a wall picture
  (if "use_ansi_colors" option is disabled and visual depth is 4) since 3.8.4.
  Fix the response strings of OSC 20 and OSC 21.
  Use the background color specified by SGR instead of the default one to draw
  pictures and emojis.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/x11/mlterm/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/mlterm/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/mlterm/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mlterm/Makefile
diff -u pkgsrc/x11/mlterm/Makefile:1.141 pkgsrc/x11/mlterm/Makefile:1.142
--- pkgsrc/x11/mlterm/Makefile:1.141    Mon Apr 16 14:35:24 2018
+++ pkgsrc/x11/mlterm/Makefile  Fri Jun 22 14:17:15 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.141 2018/04/16 14:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.142 2018/06/22 14:17:15 tsutsui Exp $
 
-DISTNAME=      mlterm-3.8.5
-PKGREVISION=   2
+DISTNAME=      mlterm-3.8.6
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mlterm/}
 

Index: pkgsrc/x11/mlterm/distinfo
diff -u pkgsrc/x11/mlterm/distinfo:1.72 pkgsrc/x11/mlterm/distinfo:1.73
--- pkgsrc/x11/mlterm/distinfo:1.72     Fri Mar  9 14:38:15 2018
+++ pkgsrc/x11/mlterm/distinfo  Fri Jun 22 14:17:15 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2018/03/09 14:38:15 tsutsui Exp $
+$NetBSD: distinfo,v 1.73 2018/06/22 14:17:15 tsutsui Exp $
 
-SHA1 (mlterm-3.8.5.tar.gz) = 336b75f05f4cd689410253ea8856d3d1f3f1b706
-RMD160 (mlterm-3.8.5.tar.gz) = 8a142e3b50ab5a96c188dddd5dc5539f5f8e3eb8
-SHA512 (mlterm-3.8.5.tar.gz) = c43a121ed6572bdd4501a6b27f54df65ff2c09682485c7902c5cbd6b4be64f35efcf8cce3923d77afc412d681a390edc240a6a2503478ea97e0c4953e0b807a7
-Size (mlterm-3.8.5.tar.gz) = 3928532 bytes
-SHA1 (patch-configure) = 327ece74b4fe9e1a835b4e6748c3d341951a055f
+SHA1 (mlterm-3.8.6.tar.gz) = b05b79be27e09364359c62a887df5ee430700d76
+RMD160 (mlterm-3.8.6.tar.gz) = 656ae894439c19324513f4272484a8f2e0528131
+SHA512 (mlterm-3.8.6.tar.gz) = da87a72fd31dbb1e0a4779ec070a5ef2a62a0861a114b61d57d564069c15eb927f26fb47d4973ac6f6c06d99abc2899502e8210f5f3e1c6d97d0b8b52414dfb1
+Size (mlterm-3.8.6.tar.gz) = 3952815 bytes
+SHA1 (patch-configure) = b29ee553686061f8fd0f93b8c1d68954c060338d
 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00

Index: pkgsrc/x11/mlterm/patches/patch-configure
diff -u pkgsrc/x11/mlterm/patches/patch-configure:1.16 pkgsrc/x11/mlterm/patches/patch-configure:1.17
--- pkgsrc/x11/mlterm/patches/patch-configure:1.16      Fri Mar  9 14:38:15 2018
+++ pkgsrc/x11/mlterm/patches/patch-configure   Fri Jun 22 14:17:15 2018
@@ -1,20 +1,9 @@
-$NetBSD: patch-configure,v 1.16 2018/03/09 14:38:15 tsutsui Exp $
+$NetBSD: patch-configure,v 1.17 2018/06/22 14:17:15 tsutsui Exp $
 
 - setuid root is handled by SPECIAL_PERMS in pkgsrc
-- apply an upstream patch
- http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.8.5/mlterm-3.8.5-fixes.patch/download
 
 --- configure.orig     2018-03-07 13:17:24.000000000 +0000
 +++ configure
-@@ -19871,7 +19871,7 @@ if test "$gui" = "fb,xlib" -o "$gui" = "
-       fi
-       mkdir -p ${top_srcdir-$srcdir}/fb
-       for file in ChangeLog Makefile.in common configure etc gtk inputmethod java \
--              main man vtemu script scrollbar uitoolkit doc ; do
-+              main man vtemu script scrollbar uitoolkit doc libvterm ; do
-               cp -R ${top_srcdir-$srcdir}/$file ${top_srcdir-$srcdir}/fb/
-       done
- fi
 @@ -22185,7 +22185,7 @@ else
  fi
  



Home | Main Index | Thread Index | Old Index