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 Nov 22 18:06:47 UTC 2019

Modified Files:
        pkgsrc/x11/mlterm: Makefile PLIST distinfo
Removed Files:
        pkgsrc/x11/mlterm/patches: patch-uitoolkit_fb_ui.h
            patch-uitoolkit_fb_ui__display.c
            patch-uitoolkit_fb_ui__display__freebsd.c
            patch-uitoolkit_fb_ui__display__linux.c
            patch-uitoolkit_fb_ui__display__wscons.c
            patch-uitoolkit_fb_ui__display__x68kgrf.c
            patch-uitoolkit_ui__event__source.c

Log Message:
mlterm: update to 3.8.9.

pkgsrc changes:
- remove patches applied in the upstream

Upstream changes noted in doc/en/ReleaseNote:

ver 3.8.9
* Support zmodem. (See doc/en/README.tarnsfer)
* Add "send_file" and "zmodem_start" to OSC 5379.
* Add receive_directory / --recvdir option.
* Support xdg-shell-v6 (unstable) on wayland.
* Support copy&paste via X11 primary selection on wayland.
* Hide the mouse cursor in inputting keys by default on xlib and win32.
* ~/.mlterm/font accepts UTF-8 on windows.
* Change the default value of "font_size_range" option from 1-100 to 1-10000.
* Clear a window and scroll out all lines on resizing only if
  the value of --sr / "scroll_on_resizing" option is true.
* Set _NET_WM_PID property.
* Revive -N/"app_name" option which sets WM_CLASS property.
  (WM_CLASS was disabled at 3.8.6)
* Add a percent or number argument without '+' and '-' to "vresize_screen" and
  "hresize_screen" of OSC 5379.
* Add "RESET" (which resets the parser of mlterm) as a shortcut key.
* Add vte 0.58 API symbols to libvte compatible library.
* Merge patches:
  https://bitbucket.org/arakiken/mlterm/pull-requests/5/fix-for-wscons-framebuffer/diff
  https://sourceforge.net/p/mlterm/patches/24/
* Bug fixes:
  Fix memory leaks of libptymosh.so
  Fix https://sourceforge.net/p/mlterm/mailman/message/36633222/ (Enbugged at 3.8.8)
  Fix segfault of mlterm for java by race condition.
  Fix unexpected invalidation of --mdi=false option. (Enbugged at 3.8.8)
  Fix uninitialized memory access of mlimgloader.exe for win32.
  Fix broken images of some sixel graphics. (Enbugged at 3.8.5)


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/x11/mlterm/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/mlterm/PLIST
cvs rdiff -u -r1.81 -r1.82 pkgsrc/x11/mlterm/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui.h \
    pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui__display.c \
    pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui__display__freebsd.c \
    pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui__display__linux.c \
    pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui__display__x68kgrf.c
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui__display__wscons.c
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__event__source.c

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.152 pkgsrc/x11/mlterm/Makefile:1.153
--- pkgsrc/x11/mlterm/Makefile:1.152    Sun Sep 22 06:17:30 2019
+++ pkgsrc/x11/mlterm/Makefile  Fri Nov 22 18:06:47 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2019/09/22 06:17:30 rin Exp $
+# $NetBSD: Makefile,v 1.153 2019/11/22 18:06:47 tsutsui Exp $
 
-DISTNAME=      mlterm-3.8.8
-PKGREVISION=   5
+DISTNAME=      mlterm-3.8.9
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mlterm/}
 

Index: pkgsrc/x11/mlterm/PLIST
diff -u pkgsrc/x11/mlterm/PLIST:1.42 pkgsrc/x11/mlterm/PLIST:1.43
--- pkgsrc/x11/mlterm/PLIST:1.42        Fri Apr  5 12:14:58 2019
+++ pkgsrc/x11/mlterm/PLIST     Fri Nov 22 18:06:47 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2019/04/05 12:14:58 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.43 2019/11/22 18:06:47 tsutsui Exp $
 bin/mlcc
 bin/mlclient
 bin/mlclientx
@@ -51,6 +51,7 @@ lib/mlterm/libpixmap_engine.la
 lib/mlterm/libsample.la
 ${PLIST.cairo}lib/mlterm/libtype_cairo.la
 ${PLIST.xft2}lib/mlterm/libtype_xft.la
+lib/mlterm/libzmodem.la
 libexec/mlterm/mlconfig
 libexec/mlterm/mlimgloader
 libexec/mlterm/mlterm-menu

Index: pkgsrc/x11/mlterm/distinfo
diff -u pkgsrc/x11/mlterm/distinfo:1.81 pkgsrc/x11/mlterm/distinfo:1.82
--- pkgsrc/x11/mlterm/distinfo:1.81     Sun Sep 22 06:17:30 2019
+++ pkgsrc/x11/mlterm/distinfo  Fri Nov 22 18:06:47 2019
@@ -1,15 +1,8 @@
-$NetBSD: distinfo,v 1.81 2019/09/22 06:17:30 rin Exp $
+$NetBSD: distinfo,v 1.82 2019/11/22 18:06:47 tsutsui Exp $
 
-SHA1 (mlterm-3.8.8.tar.gz) = 54f40fa50214656ab70f592d5d58805b1dfdc1c6
-RMD160 (mlterm-3.8.8.tar.gz) = 9a7675a86999541b57742099a5e9eac8a539b580
-SHA512 (mlterm-3.8.8.tar.gz) = 4db7de441300d30eadc85d1c780bb10c81d2555225fe163280508180ccc2114eeacf0e5772f9d69c1b59ef6f3ffb3444b75fe3e5ea508dd9e18e5850e78f78a5
-Size (mlterm-3.8.8.tar.gz) = 4035215 bytes
+SHA1 (mlterm-3.8.9.tar.gz) = 485d1f3215e12db8cd23f39a5c06b21e3e802307
+RMD160 (mlterm-3.8.9.tar.gz) = e5b6a4ac980866076c7b4f93aa3cbf1b20b4efcb
+SHA512 (mlterm-3.8.9.tar.gz) = 0bd5468dc58095fd9432922490178fe14335724cee08d2f509e8f72a4d5f9aea9ff2f0672706e5290219575f47a1ff15dccb4e21e318c89dd5718fe6ef694c0c
+Size (mlterm-3.8.9.tar.gz) = 4101898 bytes
 SHA1 (patch-configure) = e95b426f028c9bcb9895e69bb85ce8450f78a8c8
 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00
-SHA1 (patch-uitoolkit_fb_ui.h) = 751d9fad83ef04f957b297b04e3cf61c2a28a9dd
-SHA1 (patch-uitoolkit_fb_ui__display.c) = 15dbae082a13d5a4c5f22675914631da5494e6a6
-SHA1 (patch-uitoolkit_fb_ui__display__freebsd.c) = 3cb80b0564be184cf992ea54141183395c4cd39b
-SHA1 (patch-uitoolkit_fb_ui__display__linux.c) = 5dd0d30d579f42036066acb8c42db51045ac712f
-SHA1 (patch-uitoolkit_fb_ui__display__wscons.c) = 6ea6aec8cd72999874c9fb26a099d3b09ba91bb6
-SHA1 (patch-uitoolkit_fb_ui__display__x68kgrf.c) = 51ba1b5124fd6cb654e9c87fa289b06170429f92
-SHA1 (patch-uitoolkit_ui__event__source.c) = 4cf872768491bc8da5fc080cfd3a50969324a162



Home | Main Index | Thread Index | Old Index