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:           Thu Nov  1 15:11:07 UTC 2018

Modified Files:
        pkgsrc/x11/mlterm: Makefile PLIST distinfo

Log Message:
mlterm: update to 3.8.7.

Changes noted in doc/en/ReleaseNote:

ver 3.8.7
* Support sixel graphics extension and option1 of
  https://github.com/kmiya-culti/RLogin/issues/22#issue-341758598
* Support Cygwin/x86_64.
* Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before.
* Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch)
* Support scrolling by flick on Android and iOS.
* Update unicode property table (generated from UnicodeData.txt and
  EastAsianWidth.txt) to version 11.0.0.
* Add "autoscroll" to OSC 5379.
* Long press at the lower right corner instead of the entire screen shows
  context menu.
* Change the maximum number of sixel graphics palette colors from 256 to 1024.
* Bug fixes:
  Fix segfault of mlconfig when GTK_IM_MODULE=uim.
  Fix wrong XSizeHints which causes unexpected resizing.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/x11/mlterm/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/mlterm/PLIST
cvs rdiff -u -r1.73 -r1.74 pkgsrc/x11/mlterm/distinfo

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.142 pkgsrc/x11/mlterm/Makefile:1.143
--- pkgsrc/x11/mlterm/Makefile:1.142    Fri Jun 22 14:17:15 2018
+++ pkgsrc/x11/mlterm/Makefile  Thu Nov  1 15:11:07 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.142 2018/06/22 14:17:15 tsutsui Exp $
+# $NetBSD: Makefile,v 1.143 2018/11/01 15:11:07 tsutsui Exp $
 
-DISTNAME=      mlterm-3.8.6
+DISTNAME=      mlterm-3.8.7
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mlterm/}
 

Index: pkgsrc/x11/mlterm/PLIST
diff -u pkgsrc/x11/mlterm/PLIST:1.40 pkgsrc/x11/mlterm/PLIST:1.41
--- pkgsrc/x11/mlterm/PLIST:1.40        Sat Aug 18 01:32:23 2018
+++ pkgsrc/x11/mlterm/PLIST     Thu Nov  1 15:11:07 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2018/08/18 01:32:23 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.41 2018/11/01 15:11:07 tsutsui Exp $
 bin/mlcc
 bin/mlclient
 bin/mlclientx
@@ -55,6 +55,7 @@ ${PLIST.xft2}lib/mlterm/libtype_xft.la
 libexec/mlterm/mlconfig
 libexec/mlterm/mlimgloader
 libexec/mlterm/mlterm-menu
+man/man1/mlcc.1
 man/man1/mlclient.1
 man/man1/mlterm.1
 share/doc/mlterm/en/FAQ

Index: pkgsrc/x11/mlterm/distinfo
diff -u pkgsrc/x11/mlterm/distinfo:1.73 pkgsrc/x11/mlterm/distinfo:1.74
--- pkgsrc/x11/mlterm/distinfo:1.73     Fri Jun 22 14:17:15 2018
+++ pkgsrc/x11/mlterm/distinfo  Thu Nov  1 15:11:07 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.73 2018/06/22 14:17:15 tsutsui Exp $
+$NetBSD: distinfo,v 1.74 2018/11/01 15:11:07 tsutsui Exp $
 
-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 (mlterm-3.8.7.tar.gz) = 040363ea4428fbdbeaa49cf402f71f41b8dbaea7
+RMD160 (mlterm-3.8.7.tar.gz) = 4a9a4a053a6ae4c431564c84051a7ed95acaa311
+SHA512 (mlterm-3.8.7.tar.gz) = 6d2087d1433918f476e35dbde8d79940170fa6f133b9122e1db19006afc5081dbad7ed487bfa939b3d92ea29f3843a2b7c5540dc05e54b3c568bbe76ceb66ad2
+Size (mlterm-3.8.7.tar.gz) = 3994292 bytes
 SHA1 (patch-configure) = b29ee553686061f8fd0f93b8c1d68954c060338d
 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00



Home | Main Index | Thread Index | Old Index