diff options
author | ryoon <ryoon> | 2011-07-27 12:29:09 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-07-27 12:29:09 +0000 |
commit | 23d86a8b8c6a1979cafdcf118943b914d68b4e96 (patch) | |
tree | 1a44ca14d83c104cb2288de5ec89659d9a15322b /x11 | |
parent | 137bc0111168ef763246082ca24353caa74679f1 (diff) | |
download | pkgsrc-23d86a8b8c6a1979cafdcf118943b914d68b4e96.tar.gz |
Update to 3.0.6
Changelog:
ver 3.0.6
* Support cairo for text rendering. (Experimental)
(See doc/en/README.cairo in detail.)
* Support searching text in terminal screen. (Add "mlsearch.sh" tool.)
* "CSI < r", "CSI < s" and "CSI < t" sequences are supported.
* Improve cursor movement in bi-direction text.
* Improve compatibility of libvte. (Gtkterm2, evilvte and sakura work.)
* Ignore all spaces at the end of lines in selecting text regardless of their
fg/bg colors.
* Support unicode indic characters (using ISCII fonts though). (Experimental)
* Other bug fixes:
Fix a mistake which disabled configuration in $prefix/etc/mlterm in libvte.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 4 | ||||
-rw-r--r-- | x11/mlterm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 8f4cefaa6b3..1bcf64011b5 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2011/06/05 11:17:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2011/07/27 12:29:09 ryoon Exp $ -DISTNAME= mlterm-3.0.5 +DISTNAME= mlterm-3.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index cef98cfc6f2..d4d11a57a0f 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2011/06/05 11:17:28 ryoon Exp $ +$NetBSD: distinfo,v 1.23 2011/07/27 12:29:09 ryoon Exp $ -SHA1 (mlterm-3.0.5.tar.gz) = 277f4083049c2bf5a0d4aacf7ff1a8e8c4f4e265 -RMD160 (mlterm-3.0.5.tar.gz) = bece240fe92211129ff0392b8ab79d673a07b6a1 -Size (mlterm-3.0.5.tar.gz) = 2722809 bytes +SHA1 (mlterm-3.0.6.tar.gz) = 867858fa3e6ea6d0c7aecff90d3332881a7db3e8 +RMD160 (mlterm-3.0.6.tar.gz) = 1815061f4e985e1f945d6b7fb1e254349f811cbd +Size (mlterm-3.0.6.tar.gz) = 3375241 bytes SHA1 (patch-ae) = e951a8917470484850cbd755420d7daf84e3ecec |