pkgsrc/x11/mlterm/PLIST

114 lines
3.8 KiB
Text
Raw Normal View History

2020-06-20 09:50:45 +02:00
@comment $NetBSD: PLIST,v 1.45 2020/06/20 07:50:45 rillig Exp $
bin/mlcc
bin/mlclient
Update mlterm to 3.0.1. Based on PR#43822 by YAMASHIRO, Jun. Additional clean up by me. pkgsrc changes: * set LICENSE=modified-bsd (with uim option, gnu-lgpl-v2 additionally). * add m17nlib option. ver 3.0.1 * Improvements for performance of changing 256 colors by "\x1b]4;N;rgb:RR/GG/BB\x07" sequence. (Thanks to Konosuke Watanabe san) * Support "ESC[9Nm" and "ESC[10Nm" sequences. * Add --button3/button3_behavior option. (If "menu1" is specified, pressing button3 shows conf_menu_path_1 program (mlterm-menu) like gnome-terminal.) * Add "Copy" & "Paste" menus to mlterm-menu. * Improvements for compatibility with xterm about RGB of system colors. * Add 'col_size_of_width_a' to configuration protocol. (doc/en/PROTOCOL) * Merge SF patches: #2988801, #2987646 (Thanks to Ahmed El-Mahmoudy) * Other bug fixes: #2818015(partly),#2818018 (Thanks to Thomas Wolff) ver 3.0.0 * Support 256 colors. (Thanks to Shinichiro Hamaji san) * Character convertion tables are separated from libmkf library. * Support win32(Windows 2000-XP) native GUI. ('--with-gui=win32' in mingw, msys and cygwin) * Support font and color configuration protocol. (doc/en/PROTOCOL.font,PROTOCOL.color) * Change 'aafont' format as follows. (Elements in parentheses are optional.) [Family]-[Encoding](:[Percentage]) => [Family]( [Weight] [Slant] [Size]-[Encoding]:[Percentage]) * Add 'DEFAULT' key which specifies fonts used by default for font configuration files. * Add --maxptys option. * Add 'mlclient', 'mlclientx', 'static_backscroll_mode' and 'type_engine' to configuration protocol. (doc/en/PROTOCOL) * Add 'mlclientx' command. * Merge SF patches - #1574764 (Thanks to Christian Biere) # (Thanks to Frederic Heulin) #2879800 (Thanks to Kouichi Kusanagi san) * Other bug fixes: #1999220 (Thanks to Christian Biere) ver 2.9.4 * Arabic translation of mlconfig [Khaled Hosny] * Selected region can be expanded by right-clicking [minami] (Thanks to ssakane) * New config key string "title" to allow change pty title [minami] * Set DISPLAY correctly for ptys opened by -P option [nokada] (SF Bug #1534313) * Fixed compile errors with gcc 4.3 [mfabian] * Fixed a potentiol off-by-one bug [mfabian] (Thanks to Dominique Leuenberger) * Fixed compile errors on biarch systems [Kenshi Muto] (Debian Bug #396532) * Plugged file-desctiptor leaks [Christian Biere] (SF Patch #1576044) * Made "restore cursor" work properly with alternate screens [minami] (SF Bug#1472143) * Fixed broken handling of Atom [Kusanagi Kouichi] * Other bug fixes: - Debian BUG #329194 [David Kolovratnik] - SF Bug #1568596 [nokada] - SF Patch #1574241 [Christian Biere]
2010-09-22 11:33:41 +02:00
bin/mlclientx
bin/mlfc
bin/mlterm
Update mlterm to 3.2.0. In this version, mlterm now supports NetBSD wsfb framebuffer so NetBSD users can use a multi-lingual terminal without Xserver on ports that support wsdisplay framebuffer console, i.e. NetBSD/i386 with VESA framebuffer, NetBSD/dreamcast, or even NetBSD/luna68k with 1bpp framebuffer. Special thanks to Araki Ken, an auther of mlterm, for various efforts and improvements for NetBSD wsfb support, including dumb 1bpp optimizations on luna68k. mlterm-fb demonstration movies are available on YouTube: http://youtu.be/5IH1NYSVpHY (NetBSD/i386 6.1) http://youtu.be/BP8AIceWgxA (NetBSD/luna68k 6.1) pkgsrc changes: - update descriptions per the framebuffer support - add a MESSAGE file to mention miscellaneous configurations to use mlterm - remove MAKE_JOBS_SAFE=no which has been fixed in upstream Makefiles - split SUBST rules into ones for Makefiles, man page, and config files - install misc README files in doc dirs which are useful after installation - add "mlterm-fb" and "ibus" options and make mlterm-fb default on supported platforms - update PLIST per above changes (XXX tested only on NetBSD) Upstream Changes per doc/en/ReleaseNote: ver 3.2.0 * Support framebuffer on NetBSD. * Support 1 bpp framebuffer. * Support sixel graphics and wall pictures on 1 and 8 bpp framebuffer. (See http://www.youtube.com/watch?v=djbEw0G_LMI and http://www.youtube.com/watch?v=5IH1NYSVpHY) (Thanks to @tsutsuii san) * Add "use_urgent_bell" option which is equivalent to "bellIsUrgent" option of xterm and support CSI ? 1042. * "only_use_unicode_font" and "not_use_unicode_font" options have an effect on preedit and candidate characters of input method plugins. * Add "sound|visual" to the value of "bel_mode" option. * Enable to change "not_use_unicode_font" and "only_use_unicode_font" dynamically. * Add "box_drawing_font" option. * Support efont-unicode fonts for framebuffer. * Bug fixes: Fix the bug which disabled some shortcut keys in FreeBSD/framebuffer. Fix the bug which ignored the specified encoding of "default_server" option in opening a new pty. Fix the bug which disabled sixel graphic images in framebuffer 16bpp. Fix the bug which disabled inline pictures if use_dynamic_comb option is true. Fix the bug of iBus input method plugin which disabled to erase the last preedited character even if backspace key was pressed. Fix the wrong height of the preediting cursor of the input method plugin if the value of "inner_border" option isn't 2. (Thanks to @tsutsuii san) Fix "use_dynamic_comb" option which didn't work anymore. Fix the bug which disabled "UNUSED" key in ~/.mlterm/key. Change key seuqences for modifier keys + cursor keys in application cursor key mode. (e.g. Ctrl+Up: "\x1bO1;5A" -> "\x1b[1;5A") (Thanks to Mohammad Alsaleh)
2013-05-26 20:18:25 +02:00
${PLIST.fb}bin/mlterm-fb
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.wscons}bin/mlterm-wscons
${PLIST.x68kgrf}bin/mlterm-x68kgrf
lib/libmef.la
lib/libmlterm_${CORE}.la
lib/libpobl.la
lib/mef/libmef_8bits.la
lib/mef/libmef_jajp.la
lib/mef/libmef_kokr.la
lib/mef/libmef_zh.la
lib/mlterm/libathena.la
2014-11-02 20:38:12 +01:00
${PLIST.bidi}lib/mlterm/libctl_bidi.la
${PLIST.ind}lib/mlterm/libctl_iscii.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}${PLIST.canna}lib/mlterm/libim-canna-fb.la
2020-06-20 09:50:45 +02:00
${PLIST.canna}lib/mlterm/libim-canna.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}${PLIST.fcitx}lib/mlterm/libim-fcitx-fb.la
2018-08-18 03:25:58 +02:00
${PLIST.fcitx}lib/mlterm/libim-fcitx.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}${PLIST.ibus}lib/mlterm/libim-ibus-fb.la
2020-06-20 09:50:45 +02:00
${PLIST.ibus}lib/mlterm/libim-ibus.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}lib/mlterm/libim-kbd-fb.la
2020-06-20 09:50:45 +02:00
lib/mlterm/libim-kbd.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}${PLIST.m17nlib}lib/mlterm/libim-m17nlib-fb.la
2020-06-20 09:50:45 +02:00
${PLIST.m17nlib}lib/mlterm/libim-m17nlib.la
${PLIST.scim}lib/mlterm/libim-scim.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}${PLIST.skk}lib/mlterm/libim-skk-fb.la
2020-06-20 09:50:45 +02:00
${PLIST.skk}lib/mlterm/libim-skk.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}${PLIST.uim}lib/mlterm/libim-uim-fb.la
2020-06-20 09:50:45 +02:00
${PLIST.uim}lib/mlterm/libim-uim.la
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}${PLIST.wnn}lib/mlterm/libim-wnn-fb.la
2020-06-20 09:50:45 +02:00
${PLIST.wnn}lib/mlterm/libim-wnn.la
${PLIST.ind}lib/mlterm/libind_assamese.la
${PLIST.ind}lib/mlterm/libind_bengali.la
${PLIST.ind}lib/mlterm/libind_gujarati.la
${PLIST.ind}lib/mlterm/libind_hindi.la
${PLIST.ind}lib/mlterm/libind_iitkeyb.la
${PLIST.ind}lib/mlterm/libind_inscript.la
${PLIST.ind}lib/mlterm/libind_kannada.la
${PLIST.ind}lib/mlterm/libind_malayalam.la
${PLIST.ind}lib/mlterm/libind_oriya.la
${PLIST.ind}lib/mlterm/libind_punjabi.la
${PLIST.ind}lib/mlterm/libind_telugu.la
lib/mlterm/libmotif.la
lib/mlterm/libmozmodern.la
lib/mlterm/libnext.la
mlterm: update to 3.8.8. pkgsrc changes: - handle utmp option properly - remove a patch applied in the upstream Upstream changes noted in doc/en/ReleaseNote: ver 3.8.8 * Support Haiku OS. (Experimental) (Execute ./configure with --with-gui=beos option.) (See doc/en/README.beos) * Support "[font family]:style=..." format in aafont or font-fb config file. * Support mosh. (Experimental) (See doc/en/README.mosh) (Don't distribute libptymosh in binary format.) * Clear a window and scroll out all lines if the size of a window decreases and some characters in it disappear. * Support "%s" (replaced by selected strings) in "exesel:..." in ~/.mlterm/key. * Add local_echo_wait / --lew option. * Remove libind_tamil.so because it is very buggy. * Change the default shortcut key of INSERT_SELECTION from Shift+Insert to Command+v on MacOSX and iOS. * Skip \r in configuration files. * Start scp by Shift+Drag&Drop on not only xlib and win32 but also wayland, sdl2 and cocoa. (Command+Drag&Drop on cocoa.) * Change the default value of "font_size_range" option from 6-30 to 1-100. * Add vte 0.56.0 API symbols to libvte compatible library. * Bug fixes: Fix https://sourceforge.net/p/mlterm/mailman/message/36472061/ Fix https://sourceforge.net/p/mlterm/mailman/message/36513313/ Fix https://sourceforge.net/p/mlterm/bugs/79/ Fix segfault in processing illegal sixel sequence. Fix invalidation of DECDWL on cairo. (Enbugged at 3.8.6) Fix handling ISCII fonts on cairo and xft. (Improve showing bengali characters.) Fix screen corruption (http://twitter.com/Cj_bc_sd/status/1088111309223161857) on MacOSX 10.14. (Thanks to @Cj_bc_sd) Fix segfault in showing an input method window. (Thanks to @isaki68k)
2019-04-05 14:14:58 +02:00
${PLIST.otl}lib/mlterm/libotl.la
lib/mlterm/libpixmap_engine.la
lib/mlterm/libsample.la
Update mlterm to 3.6.3. pkgsrc changes: - use pre-configure rather than post-patch for SUBST_STAGEs to make mkpatches(1) and patchdiff(1) easier (suggested by jperkin@) - add otl options - enable m17nlib and the new otl options by default - explicitly add --enable-anti-alias to CONFIGURE_ARGS for mlterm-fb - sort PLIST Changes noted in doc/en/ReleaseNote: ver 3.6.3 * Bug fixes: Fix compiling error when ./configure is executed with "--with-gui=fb (--disable-anti-alias)" or "--with-gui=xlib,fb --enable-anti-alias" option. ver 3.6.2 * Support composition of normalized unicode characters on MacOSX. * Support visual and audible bell on MacOSX/Cocoa. * Support KAM(CSI2h, CSI2l), SRM (CSI12h, CSI12l), DECBKM(CSI?67h, CSI?67l), DA3(CSI=c), DECDSR(CSI?n), WYSTCURM(CSI33h, CSI33l) OSC 104 and OSC 105. * Snapshot screen and backlog by MC(CSI i). * Add "use_ot_layout" / --otl option which enables to show substituting glyphs in open type fonts with the use of libotf or harfbuzz. (To layout indic scripts, build mlterm with harfbuzz (not libotf), add an indic script font to ~/.mlterm/*font, and start mlterm with -otl option. See mlterm-3.6.2/doc/en/README.indic in detail.) * Add "OpenType Layout" to "Encoding" tab of mlconfig. * Add "ot_script" / --ost and "ot_features" / --oft options. * Add "regard_uri_as_word" / --uriword option which enables to select URI by double click regardless of "word_separators" option. * Change the default value of "type_engine" option from "xft" to "cairo". * Add vte_terminal_{set|get}_word_char_exceptions() to libvte compatible library. * Add "Select URI by double click" to "Others" tab of mlconfig. * Bug fixes: Fix "child-exited" signal of libvte (0.38 or later) compatible library. Fix position of a mouse pointer when EV_ABS event is received on Linux/Framebuffer.
2016-02-14 15:04:16 +01:00
${PLIST.cairo}lib/mlterm/libtype_cairo.la
${PLIST.xft2}lib/mlterm/libtype_xft.la
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)
2019-11-22 19:06:47 +01:00
lib/mlterm/libzmodem.la
Update mlterm to 3.1.2. (patch-ae has been integrated into upstream) Changes from 3.0.6 noted in doc/en/ReleaseNote: ver 3.1.2 * Support extended mouse tracking mode. (CSI ? 1006 h and CSI ? 1006 l / CSI ? 1015 h and CSI ? 1015 l) * Support sixel graphics sequence partially. (DCS .. q .. ST) (configure with --enable-sixel option.) * Support FocusIn/FocusOut event tracking. (CSI ? 1004 h and CSI ? 1004 l) * Support inputmethod/kbd in win32. * Add "add_picture", "remove_picture" and "close_pty" commands to configuration protocol. * Add "hide_underline" option. * Merge SF patches: #3524577 (Thanks to Ahmed El-Mahmoudy) #3524578 (Install mlterm tools to $(libexecdir)/mlterm instead of $(libexecdir)) (Thanks to Ahmed El-Mahmoudy) patch-ae in NetBSD pkgsrc x11/mlterm. * Bug fixes: Fix a bug which disabled "bd_color" and "ul_color" options in reverse characters. (Thanks to Andi Cristian Serbanescu) Fix an ibus bug which causes segmentation fault if ibus daemon is not found. Fix a bug which could cause failure of opening a new window over ssh connection. Fix a bug which causes infinite loop if large OSC sequence is received. (Thanks to Koie Hidetaka san) Fix a bug which disabled mlconfig and mlterm-menu etc to start if multiple screens opened. ver 3.1.1 * Fix a bug which caused segfault in 64bit Linux. * Enable to change 0-15 colors by OSC 4 sequence. * Enable to specify --sep, --button3, --clip, --restart and --logmsg options for mlclient. ver 3.1.0 * Support extended mouse tracking mode. (CSI ? 1005 h and CSI ? 1005 l) * Support "use_variable_column_width" and "letter_space" options in win32. * Support multiple numeric parameters of SM, RM, DECSET and DESRST sequence. (Thanks to Iwamoto Kouichi san) * Support BiDi mirroring. (Thanks to Khaled Hosny) * Add "blink_cursor" option. * Add "inner_border" option. * Add "bd_color"(rxvt style) and "ul_color" options. (equivalent to colorBD and colorUL options of xterm and rxvt.) * Add "cipher_list" for ssh connection. * Add java version. (experimental) * Add VT52 emulation. (configure with --enable-vt52 option.) * Remove IIIMF plugin. * Bug fixes: SF Bug #2878878 (Thanks to Kusanagi Kouichi san) SF Bug #3481552 (Thanks to Kobayashi Hiroaki san) SF Bug #3487163 (Thanks to raghavkrishna) SF Bug #3509743 (Thanks to Thomas Wolff) SF Bug #3509744 (Thanks to Thomas Wolff) SF Bug #3512067 (Thanks to phcoder) Fix a bug which didn't clear margin area after visual bell. Fix a bug which disabled scrolling in vertical mode in win32. Fix a bug which disabled wheel mouse in win32. Fix a bug of reverse-video algorithm of highlighted cursor or selected text. (Thanks to Andi Cristian Serbanescu) ver 3.0.11 * Support CSI 8 t and CSI 4 t sequence partially. * Change the file to output messages by --logmsg option from ~/.mlterm/msg[pid].log to ~/.mlterm/msg.log. * If ~/.config/mlterm exists, use it as a user config directory instead of ~/.mlterm. * Support VtePty partially. * Support mod_meta_mode option in win32. * Support combination of Control+key in win32. * Bug fixes: Fix a bug which erased border of candidate or status screen of uim or kbd. SF Bug #3464878 (Thanks to Daniel Lublin) ver 3.0.10 * Fix a problem which could cause error in loading a picture file. * Merge SF patches: #3459267 (Thanks to Kusanagi Kouichi san) ver 3.0.9 * Add auto-restart feature. ("auto_restart" option) * Support OSC 52 sequence which is allowed by "allow_osc52=true" in ~/.mlterm/main or SWITCH_OSC52 shortcut key. * -V option is no longer necessary (and not automatically turned on) to show indic characters. * Improve performance of cairo module and libvte. * Improve processing key events of ibus. * Support iBUS 1.4. * Add experimental support for GTK+-3.0. (configure --with-gtk=2.0|3.0) * Reverse behavior of "alpha" option. * Add "alpha" box to mlconfig. * Bug fixes: Fix strange behavior in selecting indic characters. Fix a libvte's problem which gets gnome-terminal not to be resized even if font size is changed. Fix a problem which disabled hinting of font metrics in cairo. Fix a problem which could cause segv in selecting region. Revive "Brightness", "Contrast" and "Gamma" boxes of mlconfig. ver 3.0.8 * Change default value of "use_ind" option from true to false. * Merge SF Patches: #3412453 (Thanks to Ahmed El-Mahmoudy) * Bug fixes: Fix wrong origin setting by CSI ? 6 l. (Thanks to Konosuke Watanabe san) Fix a problem which causes segmentation fault if both -J and -bi options are specified. ver 3.0.7 * Support bracketed paste mode. (CSI ? 2004 h , CSI ? 2004 l) * Support Button-event and Any-event mouse tracking. (CSI ? 1002 h , CSI ? 1002 l , CSI ? 1003 h , CSI ? 1003 l) * Support scp using libssh2. (Add "SSH SCP" front-end to mlconfig and "mlscp.sh" command line tool.) * Support DEC Special characters in win32. ("Tera Special" font is necessary.) * Support application escape mode. (CSI ? 7727 h , CSI ? 7727 l) * Support OSC 10, OSC 11 and OSC 12. * Add "logging_msg" option whose default value is true. * Support dynamic loading of BiDi and Indic modules. * Support dynamic loading of xft and cairo modules. * Integrate OSC 5384 - 5391 to OSC 5379 - 5383 and drop OSC 5382. * Change format of "select_pty", "search_prev", "search_next" "snapshot" in OSC 5379 sequence as follows. select_pty=<pty dev name> => select_pty <pty dev name> search_prev=<pattern> => search_prev <pattern> search_next=<pattern> => search_next <pattern> snapshot=<encoding name>:<file name> => snapshot <file name> <encoding name> * Support mlconfig in connecting a ssh server by libssh2. * Improve the way of determining width of cairo fonts. * 'make uninstall' is available. * Other bug fixes: Fix a problem which causes leak of graphic context resource in libvte. Fix a problem which can minimize window in some themes in win32. (Thanks to Iwamoto Kouichi san) Fix wrong position in receiving WM_MOUSEWHEEL event in win32. (Thanks to Iwamoto Kouichi san) Fix illegal mouse reports if mouse goes outside the window. (Thanks to Iwamoto Kouichi san) Fix double free in bidi rendering. (Thanks to NODA, Kai san) Remove "-lvte" in linking libvte.so.
2012-05-20 08:07:31 +02:00
libexec/mlterm/mlconfig
libexec/mlterm/mlimgloader
libexec/mlterm/mlterm-menu
man/man1/mlcc.1
man/man1/mlclient.1
man/man1/mlterm.1
Update mlterm to 3.2.0. In this version, mlterm now supports NetBSD wsfb framebuffer so NetBSD users can use a multi-lingual terminal without Xserver on ports that support wsdisplay framebuffer console, i.e. NetBSD/i386 with VESA framebuffer, NetBSD/dreamcast, or even NetBSD/luna68k with 1bpp framebuffer. Special thanks to Araki Ken, an auther of mlterm, for various efforts and improvements for NetBSD wsfb support, including dumb 1bpp optimizations on luna68k. mlterm-fb demonstration movies are available on YouTube: http://youtu.be/5IH1NYSVpHY (NetBSD/i386 6.1) http://youtu.be/BP8AIceWgxA (NetBSD/luna68k 6.1) pkgsrc changes: - update descriptions per the framebuffer support - add a MESSAGE file to mention miscellaneous configurations to use mlterm - remove MAKE_JOBS_SAFE=no which has been fixed in upstream Makefiles - split SUBST rules into ones for Makefiles, man page, and config files - install misc README files in doc dirs which are useful after installation - add "mlterm-fb" and "ibus" options and make mlterm-fb default on supported platforms - update PLIST per above changes (XXX tested only on NetBSD) Upstream Changes per doc/en/ReleaseNote: ver 3.2.0 * Support framebuffer on NetBSD. * Support 1 bpp framebuffer. * Support sixel graphics and wall pictures on 1 and 8 bpp framebuffer. (See http://www.youtube.com/watch?v=djbEw0G_LMI and http://www.youtube.com/watch?v=5IH1NYSVpHY) (Thanks to @tsutsuii san) * Add "use_urgent_bell" option which is equivalent to "bellIsUrgent" option of xterm and support CSI ? 1042. * "only_use_unicode_font" and "not_use_unicode_font" options have an effect on preedit and candidate characters of input method plugins. * Add "sound|visual" to the value of "bel_mode" option. * Enable to change "not_use_unicode_font" and "only_use_unicode_font" dynamically. * Add "box_drawing_font" option. * Support efont-unicode fonts for framebuffer. * Bug fixes: Fix the bug which disabled some shortcut keys in FreeBSD/framebuffer. Fix the bug which ignored the specified encoding of "default_server" option in opening a new pty. Fix the bug which disabled sixel graphic images in framebuffer 16bpp. Fix the bug which disabled inline pictures if use_dynamic_comb option is true. Fix the bug of iBus input method plugin which disabled to erase the last preedited character even if backspace key was pressed. Fix the wrong height of the preediting cursor of the input method plugin if the value of "inner_border" option isn't 2. (Thanks to @tsutsuii san) Fix "use_dynamic_comb" option which didn't work anymore. Fix the bug which disabled "UNUSED" key in ~/.mlterm/key. Change key seuqences for modifier keys + cursor keys in application cursor key mode. (e.g. Ctrl+Up: "\x1bO1;5A" -> "\x1b[1;5A") (Thanks to Mohammad Alsaleh)
2013-05-26 20:18:25 +02:00
share/doc/mlterm/en/FAQ
share/doc/mlterm/en/PROTOCOL
share/doc/mlterm/en/README.bidi
share/doc/mlterm/en/README.fb
share/doc/mlterm/en/README.indic
share/doc/mlterm/en/README.xim
share/doc/mlterm/ja/BUGS
share/doc/mlterm/ja/FAQ
share/doc/mlterm/ja/README.aafont
share/doc/mlterm/ja/README.comb
share/doc/mlterm/ja/README.confapp
share/doc/mlterm/ja/README.fb
share/doc/mlterm/ja/README.fontproto
share/doc/mlterm/ja/README.ja
share/doc/mlterm/ja/README.pty
share/doc/mlterm/ja/README.server
share/doc/mlterm/ja/README.tate
share/doc/mlterm/ja/README.utf8
share/doc/mlterm/ja/README.xim
share/examples/mlterm/aafont
share/examples/mlterm/color
share/examples/mlterm/font
Update mlterm to 3.1.6. Changes from 3.1.4 (per doc/en/ReleaseNote): ver 3.1.6 * Support ":[Percentage]" format for font-fb. (e.g. ISO8859_1=/../font.pcf:100) * Support gzipped pcf fonts in framebuffer. * Support 3 byte rgb color sequence. (<ESC>[38;2;<r>;<g>;<b>m and <ESC>[48;2;<r>;<g>;<b>m) * Support DECCRA(<ESC>[...$v) and DECERA(<ESC>[...$z). * Add --altbuf / "use_alt_buffer" option which is equivalent to "titeInhibit" of xterm. * Add --colors / "use_ansi_colors" option which is equivalent to "colorMode" of xterm. * Add --exitbs / "exit_backscroll_by_pty" option. * -Y option converts unicode line drawing characters (U+2500 etc) to dec special ones in order to show them correctly with a unicode font which contains double-width glyphs or no glyphs for line characters. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 6.2.0. * "blink_cursor" option is available for libvte. * Remove "add_picture" and "remove_picture" commands from configuration protocol, and add "show_picture" command to it. * Change key sequences in term_type=mlterm (application cursor key mode is off) XK_HOME: \x1bOH -> \x1b[H XK_END : \x1bOF -> \x1b[F * Change key seuqences in term_type=rxvt. (application cursor key mode is off) XK_HOME: \x1b[7~ -> \x1b[H XK_END : \x1b[8~ -> \x1b[F (application cursor key mode is on) XK_HOME: \x1bOH -> \x1b[7~ XK_END : \x1bOF -> \x1b[8~ * Bug fixes: Fix the bug of showing incorrect glyphs of large fonts like unifont.pcf. Fix the infinite loop in the failure of executing the command specified with -e option. Fix the compilation error in linking gdk-pixbuf-2.0. (SF topic #6234829) (Thanks to Lotus Shih and rabin_y) Fix the bug of incorrect input of 'A' - 'Z' keys in win32. Fix the memory leak of scrollbar views. ver 3.1.5 * Support framebuffer on Linux. (Experimental) (See doc/en/README.fb or doc/ja/README.fb in detail.) * Support "?" of OSC 4, 10 and 11. * Support CSI 14 t and CSI 18 t. * Break the binary compatility of extra scrollbars and pixmap_engine with the ones before 3.1.4. * Add "update_all" to the configuration protocol. * Add k5 entry for ~/.mlterm/termcap. * Bug fixes: Fix the incomplete hebavior of double- or triple-clicking and dragging. (Thanks to Andi Cristian Serbanescu)
2012-12-14 18:23:28 +01:00
share/examples/mlterm/font-fb
share/examples/mlterm/key
share/examples/mlterm/main
share/examples/mlterm/menu
share/examples/mlterm/taafont
share/examples/mlterm/termcap
share/examples/mlterm/tfont
share/examples/mlterm/vaafont
share/examples/mlterm/vfont
share/examples/mlterm/xim
Update mlterm to 3.0.1. Based on PR#43822 by YAMASHIRO, Jun. Additional clean up by me. pkgsrc changes: * set LICENSE=modified-bsd (with uim option, gnu-lgpl-v2 additionally). * add m17nlib option. ver 3.0.1 * Improvements for performance of changing 256 colors by "\x1b]4;N;rgb:RR/GG/BB\x07" sequence. (Thanks to Konosuke Watanabe san) * Support "ESC[9Nm" and "ESC[10Nm" sequences. * Add --button3/button3_behavior option. (If "menu1" is specified, pressing button3 shows conf_menu_path_1 program (mlterm-menu) like gnome-terminal.) * Add "Copy" & "Paste" menus to mlterm-menu. * Improvements for compatibility with xterm about RGB of system colors. * Add 'col_size_of_width_a' to configuration protocol. (doc/en/PROTOCOL) * Merge SF patches: #2988801, #2987646 (Thanks to Ahmed El-Mahmoudy) * Other bug fixes: #2818015(partly),#2818018 (Thanks to Thomas Wolff) ver 3.0.0 * Support 256 colors. (Thanks to Shinichiro Hamaji san) * Character convertion tables are separated from libmkf library. * Support win32(Windows 2000-XP) native GUI. ('--with-gui=win32' in mingw, msys and cygwin) * Support font and color configuration protocol. (doc/en/PROTOCOL.font,PROTOCOL.color) * Change 'aafont' format as follows. (Elements in parentheses are optional.) [Family]-[Encoding](:[Percentage]) => [Family]( [Weight] [Slant] [Size]-[Encoding]:[Percentage]) * Add 'DEFAULT' key which specifies fonts used by default for font configuration files. * Add --maxptys option. * Add 'mlclient', 'mlclientx', 'static_backscroll_mode' and 'type_engine' to configuration protocol. (doc/en/PROTOCOL) * Add 'mlclientx' command. * Merge SF patches - #1574764 (Thanks to Christian Biere) # (Thanks to Frederic Heulin) #2879800 (Thanks to Kouichi Kusanagi san) * Other bug fixes: #1999220 (Thanks to Christian Biere) ver 2.9.4 * Arabic translation of mlconfig [Khaled Hosny] * Selected region can be expanded by right-clicking [minami] (Thanks to ssakane) * New config key string "title" to allow change pty title [minami] * Set DISPLAY correctly for ptys opened by -P option [nokada] (SF Bug #1534313) * Fixed compile errors with gcc 4.3 [mfabian] * Fixed a potentiol off-by-one bug [mfabian] (Thanks to Dominique Leuenberger) * Fixed compile errors on biarch systems [Kenshi Muto] (Debian Bug #396532) * Plugged file-desctiptor leaks [Christian Biere] (SF Patch #1576044) * Made "restore cursor" work properly with alternate screens [minami] (SF Bug#1472143) * Fixed broken handling of Atom [Kusanagi Kouichi] * Other bug fixes: - Debian BUG #329194 [David Kolovratnik] - SF Bug #1568596 [nokada] - SF Patch #1574241 [Christian Biere]
2010-09-22 11:33:41 +02:00
share/locale/ar/LC_MESSAGES/mlconfig.mo
share/locale/de/LC_MESSAGES/mlconfig.mo
share/locale/ja/LC_MESSAGES/mlconfig.mo
2006-12-19 08:53:57 +01:00
share/locale/vi/LC_MESSAGES/mlconfig.mo
share/locale/zh_TW/LC_MESSAGES/mlconfig.mo
mlterm: update to 3.9.0. pkgsrc changes: - adjust options.mk and PLIST for new build support of both mlterm-wscons and mlterm-x68kgrf on NetBSD/m68k (now packages build on any NetBSD/m68k machines can build x68k grf(4) framebuffer version too) - remove obsolete CONFIGURE_ARGS - utmp is no longer optional Upstream changes noted in doc/en/ReleaseNote: ver 3.9.0 * Support CSI>4;1m. * Support uniscribe for libotl on win32. * Support SCP by Shift+DnD on HaikuOS. * Support xdg-shell on wayland. * Support DEC Technical character set. * Support input of unicode characters on mlterm-fb. * Support ormode of Sixel Graphics. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 12.1.0. * Mlconfig configures files in ~/.mlterm directly if it starts without options or with --file option. * Change DA1 response. \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c * geometry / -g option works on HaikuOS. * Add vte 0.60 API symbols to libvte compatible library. * Merge patches: https://sourceforge.net/p/mlterm/bugs/78/ https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff * Bug fixes: Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited". Fix segfault when "snapshot" command of OSC 5379 is executed. Fix mouse tracking position if "use_ot_layout = true". Fix segfault when mlterm-sdl2 starts with -im=uim option. Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig. Fix compiling error on HaikuOS + gcc-x86. Fix http://twitter.com/hamano/status/1177087752208183296 Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
2020-04-27 17:45:43 +02:00
${PLIST.fbfiles}share/mlterm/kbd/kbd.six
${PLIST.fbfiles}share/mlterm/kbd/pressed_kbd.six
share/mlterm/scrollbars/sample3/bg_body.png
share/mlterm/scrollbars/sample3/bg_bottom.png
share/mlterm/scrollbars/sample3/bg_top.png
share/mlterm/scrollbars/sample3/button_down.png
share/mlterm/scrollbars/sample3/button_down_pressed.png
share/mlterm/scrollbars/sample3/button_up.png
share/mlterm/scrollbars/sample3/button_up_pressed.png
share/mlterm/scrollbars/sample3/rc
share/mlterm/scrollbars/sample3/slider_body.png
share/mlterm/scrollbars/sample3/slider_bottom.png
share/mlterm/scrollbars/sample3/slider_knob.png
share/mlterm/scrollbars/sample3/slider_top.png