diff options
author | agc <agc@pkgsrc.org> | 2002-01-31 14:34:39 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-31 14:34:39 +0000 |
commit | 44610ffef84bfab80f8485fb79e0ddb87157002a (patch) | |
tree | 166d2a9686699402dabaaa9edbe99cd6d5eecdc5 /x11/mlterm/PLIST | |
parent | 4b09e0e89b2f142dc68422bdcd26a34f00b8d60c (diff) | |
download | pkgsrc-44610ffef84bfab80f8485fb79e0ddb87157002a.tar.gz |
Upgrade mlterm package from 2.0.0 to 2.2.0.
Provided in PR 15436 by Masao Uebayashi (uebayasi@soum.co.jp) - the patch
files were modified by me to apply cleanly.
Changes since 2.0.0:
* variable length column is supported.
* ISCII support codes are imported(but is not still supported
formally).
* fribidi 0.10.0 is supported.
* Full Reset button is added to mlconfig.
* color fading is supported.
* big5 unstandard characters can be converted to and from ucs4.
* cursor form is changed when window is focused or unfocused.
* Background of color-reversed characters is drawn with fg color event
under wall paper or tranparent mode.
* ESC ] 20 ; pt BEL sequence is supported.
* mlterm configuration protocol is decided and implemented.
* w3mmlconfig(w3m local-CGI) is contributed by Sakamoto Hironori san.
* mlconf_curses(perl + curses) is contributed by Minami Hirokazu san.
* etc/{font|vfont|aafont|vaafont} format is changed.
(Dynalab font can be shown correctly by using this extension)
* some characters of CP932 based true type fonts couldn't be shown,
but fixed.
* CP932 gaiji characters (IBM , NEC , NECIBM) <=> UCS conversion is
supported.
* and many minor bugs are fixed.
Diffstat (limited to 'x11/mlterm/PLIST')
-rw-r--r-- | x11/mlterm/PLIST | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index da79975f106..254f55757ba 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/21 12:15:37 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/01/31 14:34:39 agc Exp $ bin/mlterm etc/mlterm/aafont etc/mlterm/color @@ -6,6 +6,8 @@ etc/mlterm/font etc/mlterm/key etc/mlterm/main etc/mlterm/termcap +etc/mlterm/vaafont +etc/mlterm/vfont etc/mlterm/xim lib/libkik.a lib/libkik.la @@ -15,8 +17,8 @@ lib/libkik.so.3.0 lib/libmkf.a lib/libmkf.la lib/libmkf.so -lib/libmkf.so.9 -lib/libmkf.so.9.0 +lib/libmkf.so.12 +lib/libmkf.so.12.0 lib/mlterm/libsample.a lib/mlterm/libsample.la lib/mlterm/libsample.so |