diff options
author | obache <obache> | 2010-09-22 09:33:41 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-22 09:33:41 +0000 |
commit | 12b0ce22e2c4668331d12e70acd7e85c20e7cf02 (patch) | |
tree | 085f3e65701d73fc571b9b03deeb9a6b4f60cda1 /x11/mlterm/PLIST | |
parent | dd64a549e29466ae65621e14084ecbfb43fadca2 (diff) | |
download | pkgsrc-12b0ce22e2c4668331d12e70acd7e85c20e7cf02.tar.gz |
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]
Diffstat (limited to 'x11/mlterm/PLIST')
-rw-r--r-- | x11/mlterm/PLIST | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index c9f06c4352a..9ec85844b4e 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,17 +1,23 @@ -@comment $NetBSD: PLIST,v 1.20 2009/06/14 18:25:01 joerg Exp $ +@comment $NetBSD: PLIST,v 1.21 2010/09/22 09:33:41 obache Exp $ bin/mlcc bin/mlclient +bin/mlclientx bin/mlterm lib/libkik.la lib/libmkf.la +lib/mkf/libmkf_8bits.la +lib/mkf/libmkf_jajp.la +lib/mkf/libmkf_kokr.la +lib/mkf/libmkf_zh.la lib/mlterm/libathena.la lib/mlterm/libim-kbd.la -${PLIST.uim}lib/mlterm/libim-uim.la lib/mlterm/libmotif.la lib/mlterm/libmozmodern.la lib/mlterm/libnext.la lib/mlterm/libsample.la lib/mlterm/libsample2.la +${PLIST.m17nlib}lib/mlterm/libim-m17nlib.la +${PLIST.uim}lib/mlterm/libim-uim.la libexec/mlconfig libexec/mlterm-menu man/man1/mlclient.1 @@ -28,6 +34,7 @@ share/examples/mlterm/tfont share/examples/mlterm/vaafont share/examples/mlterm/vfont share/examples/mlterm/xim +share/locale/ar/LC_MESSAGES/mlconfig.mo share/locale/de/LC_MESSAGES/mlconfig.mo share/locale/ja/LC_MESSAGES/mlconfig.mo share/locale/vi/LC_MESSAGES/mlconfig.mo |