pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kterm Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f33b5669df3
branches:  trunk
changeset: 597998:5f33b5669df3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jan 13 16:53:28 2012 +0000

description:
Bump PKGREVISION.

* Update termios patch.
* Restore wheel mouse scroll support.
* Remove personal setting; patch-KTerm.ad.

diffstat:

 x11/kterm/Makefile               |   7 ++++---
 x11/kterm/distinfo               |  12 ++++++++----
 x11/kterm/patches/patch-KTerm.ad |  13 +++++++++++++
 3 files changed, 25 insertions(+), 7 deletions(-)

diffs (65 lines):

diff -r 0d1aba274a24 -r 5f33b5669df3 x11/kterm/Makefile
--- a/x11/kterm/Makefile        Fri Jan 13 13:44:00 2012 +0000
+++ b/x11/kterm/Makefile        Fri Jan 13 16:53:28 2012 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.52 2012/01/11 12:06:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2012/01/13 16:53:28 ryoon Exp $
 
 DISTNAME=      kterm-6.2.0
-PKGREVISION=   18
+PKGREVISION=   19
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XCONTRIB:=applications/}
 
 # the following patch includes NFS xauth patch, and kamo's wd0.2 patch.
 PATCH_SITES=   ${MASTER_SITE_LOCAL}
-PATCHFILES=    kterm-6.2.0-termios-wd0.2.patch \
+PATCHFILES=    kterm-6.2.0-termios-wd0.2.patch2 \
+               kterm-6.2.0-scroll-wd0.2.patch \
                kterm-6.2.0.NFS-xauth.patch \
                kterm-6.2.0.ext06.patch.gz
 PATCH_DIST_STRIP= -p1
diff -r 0d1aba274a24 -r 5f33b5669df3 x11/kterm/distinfo
--- a/x11/kterm/distinfo        Fri Jan 13 13:44:00 2012 +0000
+++ b/x11/kterm/distinfo        Fri Jan 13 16:53:28 2012 +0000
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.20 2012/01/11 12:06:51 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2012/01/13 16:53:28 ryoon Exp $
 
-SHA1 (kterm-6.2.0-termios-wd0.2.patch) = d5757bc6ddd850132f89283e1ceb4f5ff4e8c00b
-RMD160 (kterm-6.2.0-termios-wd0.2.patch) = 61ce0c04d0fdcf6e3bf076bc2109cc5f819dff40
-Size (kterm-6.2.0-termios-wd0.2.patch) = 7234 bytes
+SHA1 (kterm-6.2.0-scroll-wd0.2.patch) = 384d938d3cfea48ae31426c918be6b8df59eb1de
+RMD160 (kterm-6.2.0-scroll-wd0.2.patch) = e2ea4285def5c4ec8b88d36a20a328cc1082a469
+Size (kterm-6.2.0-scroll-wd0.2.patch) = 2901 bytes
+SHA1 (kterm-6.2.0-termios-wd0.2.patch2) = cc6e57123aa43c5cb849b59a6dce574c10f9ed08
+RMD160 (kterm-6.2.0-termios-wd0.2.patch2) = e9492a0054e6c208743931d1f7c10cd63569fefd
+Size (kterm-6.2.0-termios-wd0.2.patch2) = 7785 bytes
 SHA1 (kterm-6.2.0.NFS-xauth.patch) = 940298d2ae3f45d4b2c80f29687c90a09d9a6cb0
 RMD160 (kterm-6.2.0.NFS-xauth.patch) = dd4aa490abeea768e74b97baba6ea29f79299328
 Size (kterm-6.2.0.NFS-xauth.patch) = 4137 bytes
@@ -12,6 +15,7 @@
 SHA1 (kterm-6.2.0.tar.gz) = 23b612254e9f7c9f5e233a4bcacc651887a3f7ee
 RMD160 (kterm-6.2.0.tar.gz) = d23c755f119b5602a3c6f6ac97e27e10c43a8bfe
 Size (kterm-6.2.0.tar.gz) = 200448 bytes
+SHA1 (patch-KTerm.ad) = 7fccdb89f586e4db634a2efc9a919a6525982964
 SHA1 (patch-aa) = 6afc18d4c35f86077e00d3444d8ba6953463f073
 SHA1 (patch-ab) = 011b1fc5033f61784e57030c78f6cca5a82722d1
 SHA1 (patch-ac) = 926a43c2bb1b78cd87dae39b10800a1e7cdfe0ce
diff -r 0d1aba274a24 -r 5f33b5669df3 x11/kterm/patches/patch-KTerm.ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kterm/patches/patch-KTerm.ad  Fri Jan 13 16:53:28 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-KTerm.ad,v 1.1 2012/01/13 16:53:28 ryoon Exp $
+
+* Should not set globally.
+
+--- KTerm.ad.orig      2012-01-13 16:42:21.000000000 +0000
++++ KTerm.ad
+@@ -123,6 +123,3 @@ KTerm.JoinSession:False
+ *tek4014*font2: 8x13
+ *tek4014*font3: 6x13
+ *tek4014*fontSmall: 6x10
+-
+-*VT100*translations: #override  Shift<Key>space: \
+-      begin-conversion(_JAPANESE_CONVERSION)



Home | Main Index | Thread Index | Old Index