pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mlterm Update mlterm to 3.7.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/949845672766
branches:  trunk
changeset: 351228:949845672766
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Wed Aug 17 14:14:00 2016 +0000

description:
Update mlterm to 3.7.2.

XXX: mlterm-con is not handled yet

Changes noted in doc/en/ReleaseNote:

ver 3.7.2
* Add mlterm-con which is a console version of mlterm (like GNU Screen) and which
  works on various terminal emulators. (see doc/en/README.console)
* Add "console_encoding" / --ckm option which specifies a character encoding of
  the console where mlterm-con works.
* Add "default_cell_size" / --csz option for mlterm-con.
* Add "console_sixel_colors" / --csc option for mlterm-con.
* Add "primary_da" / --da1 and "secondary_da" / --da2 options.
* Support DECRQSS partially.
* Support wheel mouse on MacOSX/Cocoa. (Thanks to @nyarla)
  (Merge a patch at http://the.nyarla.net/entry/2016/06/03/195013)
* Bug fixes:
  Fix misalignment of the position of characters in drawing them with the use
  of complementary loaded fonts on cairo.

diffstat:

 x11/mlterm/Makefile                |   5 ++---
 x11/mlterm/distinfo                |  12 ++++++------
 x11/mlterm/patches/patch-configure |  16 +---------------
 3 files changed, 9 insertions(+), 24 deletions(-)

diffs (60 lines):

diff -r b1cb9e70edc6 -r 949845672766 x11/mlterm/Makefile
--- a/x11/mlterm/Makefile       Wed Aug 17 14:11:52 2016 +0000
+++ b/x11/mlterm/Makefile       Wed Aug 17 14:14:00 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2016/08/03 10:23:37 adam Exp $
+# $NetBSD: Makefile,v 1.129 2016/08/17 14:14:00 tsutsui Exp $
 
-DISTNAME=      mlterm-3.7.1
-PKGREVISION=   1
+DISTNAME=      mlterm-3.7.2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mlterm/}
 
diff -r b1cb9e70edc6 -r 949845672766 x11/mlterm/distinfo
--- a/x11/mlterm/distinfo       Wed Aug 17 14:11:52 2016 +0000
+++ b/x11/mlterm/distinfo       Wed Aug 17 14:14:00 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.65 2016/06/21 12:57:39 tsutsui Exp $
+$NetBSD: distinfo,v 1.66 2016/08/17 14:14:00 tsutsui Exp $
 
-SHA1 (mlterm-3.7.1.tar.gz) = f74611603a2da0835080740da1eecc8f9f97f879
-RMD160 (mlterm-3.7.1.tar.gz) = 7cbb593f9102756cdf168b5f32f34455aec40175
-SHA512 (mlterm-3.7.1.tar.gz) = 9f724b35063a2c60a566a6f2270e89145c947ba22fbf8f3a31eb728ffd99c62505cf0e154f4813da7b16548b177ae53f5da2bcfba1514d0cd53949d8d02cdd15
-Size (mlterm-3.7.1.tar.gz) = 3706958 bytes
-SHA1 (patch-configure) = 43d7577d5d99a8d21de75851ba9e76d0a03eaeff
+SHA1 (mlterm-3.7.2.tar.gz) = 7d9411f653a80097860f7e138400a48e5200f0fe
+RMD160 (mlterm-3.7.2.tar.gz) = 396afb78e403c5f1498dc38c3c4c64554086a1dc
+SHA512 (mlterm-3.7.2.tar.gz) = 48d06dd12cfad77db8a384414283fc50f57187cafd4e5299515551da7aa2527ff44a478ba4d12a2d67d4bd2f28a0b2f7b45697d62f45893619a25ab682ac3eba
+Size (mlterm-3.7.2.tar.gz) = 3740947 bytes
+SHA1 (patch-configure) = 54643fa501cc65d3513c1e21ece6c2a234a7798a
 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00
diff -r b1cb9e70edc6 -r 949845672766 x11/mlterm/patches/patch-configure
--- a/x11/mlterm/patches/patch-configure        Wed Aug 17 14:11:52 2016 +0000
+++ b/x11/mlterm/patches/patch-configure        Wed Aug 17 14:14:00 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: patch-configure,v 1.14 2016/06/21 12:57:39 tsutsui Exp $
+$NetBSD: patch-configure,v 1.15 2016/08/17 14:14:00 tsutsui Exp $
 
 - setuid root is handled by SPECIAL_PERMS in pkgsrc
-- fix a bug that skk is always enabled
 
 --- configure.orig     2016-05-08 06:47:04.000000000 +0000
 +++ configure
@@ -14,16 +13,3 @@
  fi
  
  
-@@ -23610,7 +23610,11 @@ if test "${enable_skk+set}" = set; then 
-   enableval=$enable_skk; skk=$enable_skk
- fi
- 
--if test "$enable_shared" != "no" ; then
-+if test "$enable_shared" = "no" ; then
-+      skk="no"
-+fi
-+
-+if test "x$skk" != "xno" ; then
-       MAKE_DIRS="inputmethod/skk ${MAKE_DIRS}"
-       OUTPUT_FILES="inputmethod/skk/Makefile ${OUTPUT_FILES}"
-       if test "x$with_libltdl" != xno ; then



Home | Main Index | Thread Index | Old Index