summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2014-12-13 16:55:21 +0000
committertsutsui <tsutsui@pkgsrc.org>2014-12-13 16:55:21 +0000
commite69597169a5497eef52262c10836c26d014aef3b (patch)
treebe83feb092215a137512ac05e54b1e8a55a00818 /x11/mlterm
parentd718561407ad26766189e6f81b23c02af7436d97 (diff)
downloadpkgsrc-e69597169a5497eef52262c10836c26d014aef3b.tar.gz
Update mlterm to 3.4.1.
pkgsrc changes: - remove post-3.4.1 fix Changed noted in doc/en/ReleaseNote: ver 3.4.1 * Update unicode properties to 7.0.0. * Automatically select an appropriate character set in selecting font on mlconfig according to a selected character encoding. * Add "Blink cursor" and "Log" entries to "Others" tab of mlconfig. * Add "Color" tab which customizes cursor colors , vt 16 colors and so on to mlconfig. * Add "Font policy" and "Box drawing font" entries to "Font" tab of mlconfig. * Support OSC 5380;color:key and OSC 5381;color:key. * 'mlcc color [color name]' returns current rgb of specified colors. * Bug fixes: SF Bug #72 (Thanks to http://sf.net/u/p2all) Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". (enbugged at 3.3.8) Fix "is_auto_encoding" of OSC 5379 which didn't work. Fix a bug which disabled "xft" checkbox of mlconfig. Revive "New" button in "PTY List" of mlconfig.
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile5
-rw-r--r--x11/mlterm/distinfo9
-rw-r--r--x11/mlterm/patches/patch-mlterm_ml__term.c13
3 files changed, 6 insertions, 21 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 393931d4e6d..83ac55b09c7 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2014/11/30 13:26:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.113 2014/12/13 16:55:21 tsutsui Exp $
-DISTNAME= mlterm-3.4.0
-PKGREVISION= 1
+DISTNAME= mlterm-3.4.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index a1b582945e0..25d1e266fef 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.52 2014/11/30 13:26:00 tsutsui Exp $
+$NetBSD: distinfo,v 1.53 2014/12/13 16:55:21 tsutsui Exp $
-SHA1 (mlterm-3.4.0.tar.gz) = b30a1fdbdac1acbb3409218038d05d3d1c7bbb81
-RMD160 (mlterm-3.4.0.tar.gz) = 3e3e7c01b6f1defa0b6327dccb75ffa395218014
-Size (mlterm-3.4.0.tar.gz) = 3630918 bytes
+SHA1 (mlterm-3.4.1.tar.gz) = 47b8bb6a25dbe2aacb00c671ca4002763b6ed79c
+RMD160 (mlterm-3.4.1.tar.gz) = bf87cfba25e8c7af3eed3fa717d49cc5ce7889a1
+Size (mlterm-3.4.1.tar.gz) = 3639067 bytes
SHA1 (patch-configure) = 30ce9b53fae4689fb0ffb86a3a63a78ef01cb65f
SHA1 (patch-etc_font-fb) = c9f116aae7640807f4adc4042adc49ddd9805e67
-SHA1 (patch-mlterm_ml__term.c) = 0d5471092d46b945a93cee1ee5cb200edc08a85a
diff --git a/x11/mlterm/patches/patch-mlterm_ml__term.c b/x11/mlterm/patches/patch-mlterm_ml__term.c
deleted file mode 100644
index 409a9a80af9..00000000000
--- a/x11/mlterm/patches/patch-mlterm_ml__term.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mlterm_ml__term.c,v 1.1 2014/11/30 13:26:00 tsutsui Exp $
-
---- mlterm/ml_term.c.orig 2014-10-27 22:25:45.000000000 +0000
-+++ mlterm/ml_term.c
-@@ -1353,7 +1353,7 @@ ml_term_get_config(
- }
- else
- {
-- ml_response_config( term->pty , key , value , to_menu) ;
-+ ml_response_config( output->pty , key , value , to_menu) ;
- }
-
- return 1 ;