diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2014-11-02 19:38:12 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2014-11-02 19:38:12 +0000 |
commit | 21600807421cf626e40f2d25c07de15011f68a24 (patch) | |
tree | e916025b274709770643684cc4cce7ef6f99e399 /x11/mlterm/PLIST | |
parent | 680776e0bbcd24b45f618d058ddecae013dc0d75 (diff) | |
download | pkgsrc-21600807421cf626e40f2d25c07de15011f68a24.tar.gz |
Update mlterm to 3.4.0.
pkgsrc changes:
- add options for cairo and fribidi and enable them and xft2 by default
per upstream default changes
- also make gdk_pixbuf2 support optional (enabled by default)
- regen a patch to adjust offset
- take over maintainership to reflect reality
Changes noted in doc/en/ReleaseNote:
ver 3.4.0
* Support DEC Locator mode (which is necessary for Xsixel
(http://github.com/saitoha/xserver-SIXEL)).
* Support CSI > 2 p (for SDL-sixel and Xsixel) which always hides mouse pointer
even if it moves. (Not compatible with xterm though.)
* Add --point/use_point_size option.
* Support software keyboard on rotated display.
* Support HLS in sixel sequence.
* Change the default mouse pointer on a mlterm window from IDC_ARROW to IDC_IBEAM
on win32.
* Embed sixel processing to mlterm which is built without --with-imagelib option
instead of using 'mlimgloader' to improve performance.
* './configure;make install' (without 'make') is available.
* Build with fribidi, xft and cairo by default.
* Change the default value of "type_engine" option from "xcore" to "xft".
(If you want to use xcore, add "type_engine = xcore" to ~/.mlterm/main.)
* Bug fixes:
Fix corrupt scrolling within left-right margin which contains full-width characters.
Fix a bug which disabled to show inline pictures if logsize=unlimited.
Fix a bug which calls select(2) with an invalid file descriptor after restarting ibus.
Fix a libvte bug which disabled color configurations on roxterm or sakura.
Diffstat (limited to 'x11/mlterm/PLIST')
-rw-r--r-- | x11/mlterm/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index 1a024ab96b9..ad18e8f1e48 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2014/06/01 16:00:30 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.31 2014/11/02 19:38:12 tsutsui Exp $ bin/mlcc bin/mlclient bin/mlclientx @@ -12,6 +12,7 @@ lib/mkf/libmkf_jajp.la lib/mkf/libmkf_kokr.la lib/mkf/libmkf_zh.la lib/mlterm/libathena.la +${PLIST.bidi}lib/mlterm/libctl_bidi.la ${PLIST.ind}lib/mlterm/libctl_iscii.la lib/mlterm/libim-kbd.la ${PLIST.fb}lib/mlterm/libim-kbd-fb.la @@ -34,6 +35,7 @@ ${PLIST.ind}lib/mlterm/libind_punjabi.la ${PLIST.ind}lib/mlterm/libind_roman.la ${PLIST.ind}lib/mlterm/libind_tamil.la ${PLIST.ind}lib/mlterm/libind_telugu.la +${PLIST.cairo}lib/mlterm/libtype_cairo.la ${PLIST.xft2}lib/mlterm/libtype_xft.la lib/mlterm/libmotif.la lib/mlterm/libmozmodern.la |