pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mlterm



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Wed Aug 17 14:14:00 UTC 2016

Modified Files:
        pkgsrc/x11/mlterm: Makefile distinfo
        pkgsrc/x11/mlterm/patches: patch-configure

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/x11/mlterm/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/mlterm/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/mlterm/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mlterm/Makefile
diff -u pkgsrc/x11/mlterm/Makefile:1.128 pkgsrc/x11/mlterm/Makefile:1.129
--- pkgsrc/x11/mlterm/Makefile:1.128    Wed Aug  3 10:23:37 2016
+++ pkgsrc/x11/mlterm/Makefile  Wed Aug 17 14:14:00 2016
@@ -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/}
 

Index: pkgsrc/x11/mlterm/distinfo
diff -u pkgsrc/x11/mlterm/distinfo:1.65 pkgsrc/x11/mlterm/distinfo:1.66
--- pkgsrc/x11/mlterm/distinfo:1.65     Tue Jun 21 12:57:39 2016
+++ pkgsrc/x11/mlterm/distinfo  Wed Aug 17 14:14:00 2016
@@ -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

Index: pkgsrc/x11/mlterm/patches/patch-configure
diff -u pkgsrc/x11/mlterm/patches/patch-configure:1.14 pkgsrc/x11/mlterm/patches/patch-configure:1.15
--- pkgsrc/x11/mlterm/patches/patch-configure:1.14      Tue Jun 21 12:57:39 2016
+++ pkgsrc/x11/mlterm/patches/patch-configure   Wed Aug 17 14:14:00 2016
@@ -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 @@ $NetBSD: patch-configure,v 1.14 2016/06/
  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