pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/x2vnc Update x2vnc from 1.5.1 to 1.7.2, and fix fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7806358e1b37
branches:  trunk
changeset: 523994:7806358e1b37
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jan 16 13:22:25 2007 +0000

description:
Update x2vnc from 1.5.1 to 1.7.2, and fix for modular X11 build:

Changes since version 1.7.1

    * Fixed some bugs

Changes since version 1.6.1

    * Now re-connects automatically
    * New input capture method which handles odd screen sizes better
    * Added -tunnel and -via for automatic SSH tunneling
    * Further fixes for cut'n'paste. (Should now work with java
      and on 64 bit platforms.)
    * Randr support allow x2vnc to detect when the screen is rotated

Changes since version 1.6

    * Added Martin Dorey's patch which fixes cut'n'paste for Java
      (and other) applications.
    * Fixed a bug in -navhack

Changes since version 1.5.1

    * Added some patches from Grant McDorman to allow proper
      cut'n'paste between x2vnc and Konsole/gnome-terminal.
    * Honor $DESTDIR to make packaging easier.
    * Added a workaround to make cut'n'paste work better with old
      VNC servers.
    * Since all new VNC servers already support wheel emulation
      themseleves, x2vnc doesn't translate wheel events to arrow
      up/down anymore unless -wheelhack is specified.
    * Added -navhack which is similar to -wheelhack, except it
      translates button 6 & 7 to Alt+Left/Right.
    * Added -debug to debug key events
    * Allow -edgewidth 0 to turn off edge-flipping

diffstat:

 net/x2vnc/Makefile |  10 +++++-----
 net/x2vnc/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r bddcd018eed8 -r 7806358e1b37 net/x2vnc/Makefile
--- a/net/x2vnc/Makefile        Tue Jan 16 12:54:03 2007 +0000
+++ b/net/x2vnc/Makefile        Tue Jan 16 13:22:25 2007 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2006/11/24 23:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/01/16 13:22:25 abs Exp $
 #
 
-DISTNAME=              x2vnc-1.5.1
-PKGREVISION=           3
+DISTNAME=              x2vnc-1.7.2
 CATEGORIES=            net x11
-MASTER_SITES=          http://fredrik.hubbe.net/
+MASTER_SITES=          http://fredrik.hubbe.net/x2vnc/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://fredrik.hubbe.net/x2vnc.html
@@ -12,5 +11,6 @@
 
 GNU_CONFIGURE=         yes
 
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
+
diff -r bddcd018eed8 -r 7806358e1b37 net/x2vnc/distinfo
--- a/net/x2vnc/distinfo        Tue Jan 16 12:54:03 2007 +0000
+++ b/net/x2vnc/distinfo        Tue Jan 16 13:22:25 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/11/08 04:01:24 tv Exp $
+$NetBSD: distinfo,v 1.6 2007/01/16 13:22:25 abs Exp $
 
-SHA1 (x2vnc-1.5.1.tar.gz) = bf492481c7dcdb4abe71628faff955c16b43a4d2
-RMD160 (x2vnc-1.5.1.tar.gz) = ef3015b57cc755a148eecbfaaa5528ed3f660a78
-Size (x2vnc-1.5.1.tar.gz) = 60887 bytes
+SHA1 (x2vnc-1.7.2.tar.gz) = aa1ed718e04e6beb3e7db94325198fdf330d8d1e
+RMD160 (x2vnc-1.7.2.tar.gz) = a656365f2b09dd328594d092c1269fcc5c4841c6
+Size (x2vnc-1.7.2.tar.gz) = 82258 bytes
 SHA1 (patch-aa) = 828098e52990d897c49301bf73dbc83258c905da



Home | Main Index | Thread Index | Old Index