pkgsrc-Bugs archive

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

PR/56936 CVS commit: pkgsrc/x11/mlterm



The following reply was made to PR pkg/56936; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56936 CVS commit: pkgsrc/x11/mlterm
Date: Thu, 3 Apr 2025 16:33:08 +0000

 Module Name:	pkgsrc
 Committed By:	tsutsui
 Date:		Thu Apr  3 16:33:08 UTC 2025
 
 Modified Files:
 	pkgsrc/x11/mlterm: Makefile PLIST distinfo hacks.mk options.mk
 	pkgsrc/x11/mlterm/patches: patch-configure
 Removed Files:
 	pkgsrc/x11/mlterm/patches: patch-common_c__imagelib.c
 	    patch-common_c__sixel.c patch-configure.in
 	    patch-contrib_scrollbar_pixmap__engine_pixmap__engine.c
 	    patch-doc_ja_README.ja patch-drcssixel_DRCS-SIXEL-v2
 	    patch-libvterm_vterm.c patch-man_mlterm.1
 	    patch-tool_mlconfig_Makefile.in patch-tool_mlimgloader_Makefile.in
 	    patch-tool_mlimgloader_gdk-pixbuf.c patch-tool_mlimgloader_libpng.c
 	    patch-tool_mlimgloader_stb__image__resize2.h
 	    patch-uitoolkit_beos_ui__imagelib.c
 	    patch-uitoolkit_console_ui__imagelib.c
 	    patch-uitoolkit_fb_ui__imagelib.c
 	    patch-uitoolkit_fb_ui__virtual__kbd.c
 	    patch-uitoolkit_quartz_ui__imagelib.c
 	    patch-uitoolkit_ui__copymode.c patch-uitoolkit_ui__copymode.h
 	    patch-uitoolkit_ui__draw__str.c patch-uitoolkit_ui__imagelib.h
 	    patch-uitoolkit_ui__picture.c patch-uitoolkit_ui__picture.h
 	    patch-uitoolkit_ui__sb__view.h patch-uitoolkit_ui__screen.c
 	    patch-uitoolkit_ui__screen__manager.c patch-uitoolkit_ui__xic.h
 	    patch-uitoolkit_win32_ui__imagelib.c
 	    patch-uitoolkit_xlib_ui__imagelib.c patch-uitoolkit_xlib_ui__xic.c
 	    patch-vtemu_Makefile.in patch-vtemu_vt__char.h
 	    patch-vtemu_vt__edit.c patch-vtemu_vt__parser.c
 	    patch-vtemu_vt__parser.h
 
 Log Message:
 mlterm: update to 3.9.4.
 
 pkgsrc changes:
 - remove patches already integrated into the upstream source tree
 - remove hack for PR pkg/56936 fixed by upstream issue #113
   https://github.com/arakiken/mlterm/issues/113
 - add options libssh2 (disabled by default)
 - misc pkglint
 
 Upstream changes (from doc/en/ReleaseNote):
 
 ver 3.9.4
 * Support Shift+Control+v and Shift+Control+c to copy&paste via clipboard by default.
   Drop -P/--clip/use_clipboard option.
   Add --chsel/change_selection_immediately option in anything except xlib and wayland.
 * Add COPY_CLIPBOARD shortcut key.
 * Pressing '?' in copy mode searches for a string backward.
   (https://github.com/arakiken/mlterm/issues/72)
 * Support wp-primary-selection protocol in wayland.
 * Support "exesel:" operation in ~/.mlterm/key in win32.
 * Support libvte compatible library in win32. (See gtk/README)
 * Support ConPTY in win32.
 * Support Alternate Scroll Mode. (https://github.com/arakiken/mlterm/issues/80)
 * Support P2=1 in sixel graphics. (https://github.com/arakiken/mlterm/issues/81)
 * Support libpng to build mlimgloader if gdk-pixbuf is not found.
   (https://github.com/arakiken/mlterm/issues/96)
 * Support Emoji variation selectors 15 and 16. (https://github.com/arakiken/mlterm/issues/84)
 * Add --conpty/use_conpty and --winsize/output_xtwinops_in_resizing options in win32.
 * Add --norepkey/mod_keys_to_stop_mouse_report option.
 * Add --clp/use_clipping option. (https://github.com/arakiken/mlterm/issues/132)
 * Add tool/accessories/applycfg.sh and applyfontcfg.sh
   (https://github.com/arakiken/mlterm/issues/71)
 * Add "de", "fr", "es", "pt" and "jp106" to available values for "kbd"
   input method argument.
 * Add vte 0.78 API symbols to libvte compatible library.
 * Change the default value of "xterm" entry in etc/termcap from "ut" to "kb=^H:ut".
 * Update unicode property table (generated from UnicodeData.txt and
   EastAsianWidth.txt) to version 15.1.0.
 * Merge patches:
   https://github.com/arakiken/mlterm/pull/68
   https://github.com/arakiken/mlterm/pull/83 (Add --locktitle/use_locked_title option)
   https://github.com/arakiken/mlterm/pull/119
 * Bug fixes:
   https://github.com/arakiken/mlterm/issues/52
   https://github.com/arakiken/mlterm/issues/67
   https://github.com/arakiken/mlterm/issues/69
   https://github.com/arakiken/mlterm/issues/73
   https://github.com/arakiken/mlterm/issues/78
   https://github.com/arakiken/mlterm/issues/79
   https://github.com/arakiken/mlterm/issues/92
   https://github.com/arakiken/mlterm/issues/97
   https://github.com/arakiken/mlterm/issues/103
   https://github.com/arakiken/mlterm/issues/107
   https://github.com/arakiken/mlterm/issues/111
   https://github.com/arakiken/mlterm/issues/113
   https://github.com/arakiken/mlterm/issues/118
   https://github.com/arakiken/mlterm/issues/124
   https://github.com/arakiken/mlterm/issues/125
   https://github.com/arakiken/mlterm/issues/126
   https://github.com/arakiken/mlterm/issues/127
   https://github.com/arakiken/mlterm/issues/128
   https://github.com/arakiken/mlterm/issues/129
   https://github.com/arakiken/mlterm/issues/137
   Fix an issue where mlconfig was not displayed.
   Fix an issue where Control+Shift+xxx shortcut didn't work in SDL2.
   Fix unexpected reset of inverted colors in selected area in SDL2.
   Fix --point / use_point_size option which broke font width in win32.
   Fix drawing glyphs in incorrect position with some fonts, such as devanagari.
   (https://github.com/arakiken/mlterm/issues/131)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.202 -r1.203 pkgsrc/x11/mlterm/Makefile
 cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/mlterm/PLIST
 cvs rdiff -u -r1.101 -r1.102 pkgsrc/x11/mlterm/distinfo
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/mlterm/hacks.mk
 cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/mlterm/options.mk
 cvs rdiff -u -r1.5 -r0 pkgsrc/x11/mlterm/patches/patch-common_c__imagelib.c
 cvs rdiff -u -r1.1 -r0 pkgsrc/x11/mlterm/patches/patch-common_c__sixel.c \
     pkgsrc/x11/mlterm/patches/patch-contrib_scrollbar_pixmap__engine_pixmap__engine.c \
     pkgsrc/x11/mlterm/patches/patch-doc_ja_README.ja \
     pkgsrc/x11/mlterm/patches/patch-drcssixel_DRCS-SIXEL-v2 \
     pkgsrc/x11/mlterm/patches/patch-libvterm_vterm.c \
     pkgsrc/x11/mlterm/patches/patch-man_mlterm.1 \
     pkgsrc/x11/mlterm/patches/patch-tool_mlconfig_Makefile.in \
     pkgsrc/x11/mlterm/patches/patch-tool_mlimgloader_Makefile.in \
     pkgsrc/x11/mlterm/patches/patch-tool_mlimgloader_gdk-pixbuf.c \
     pkgsrc/x11/mlterm/patches/patch-tool_mlimgloader_libpng.c \
     pkgsrc/x11/mlterm/patches/patch-tool_mlimgloader_stb__image__resize2.h \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_beos_ui__imagelib.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_console_ui__imagelib.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui__imagelib.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_fb_ui__virtual__kbd.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_quartz_ui__imagelib.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__copymode.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__copymode.h \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__draw__str.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__imagelib.h \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__picture.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__picture.h \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__sb__view.h \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__screen.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__screen__manager.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_ui__xic.h \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_win32_ui__imagelib.c \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_xlib_ui__xic.c \
     pkgsrc/x11/mlterm/patches/patch-vtemu_Makefile.in \
     pkgsrc/x11/mlterm/patches/patch-vtemu_vt__char.h \
     pkgsrc/x11/mlterm/patches/patch-vtemu_vt__edit.c \
     pkgsrc/x11/mlterm/patches/patch-vtemu_vt__parser.h
 cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/mlterm/patches/patch-configure
 cvs rdiff -u -r1.3 -r0 pkgsrc/x11/mlterm/patches/patch-configure.in \
     pkgsrc/x11/mlterm/patches/patch-vtemu_vt__parser.c
 cvs rdiff -u -r1.6 -r0 \
     pkgsrc/x11/mlterm/patches/patch-uitoolkit_xlib_ui__imagelib.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index