diff options
author | abs <abs@pkgsrc.org> | 2007-01-16 13:22:25 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-16 13:22:25 +0000 |
commit | f0e91900833c78e3dd4598251c657ccc945d4bc3 (patch) | |
tree | b794d2d4dedb5c0510640366ba8d6efe88fef17b /net | |
parent | 60eb12cb01f15dca7a118a7773d6ec1d3ba952d9 (diff) | |
download | pkgsrc-f0e91900833c78e3dd4598251c657ccc945d4bc3.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/x2vnc/Makefile | 10 | ||||
-rw-r--r-- | net/x2vnc/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile index 3d8bfd0bae1..5cd9ce0a7aa 100644 --- a/net/x2vnc/Makefile +++ b/net/x2vnc/Makefile @@ -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 HOMEPAGE= http://fredrik.hubbe.net/x2vnc.html @@ -12,5 +11,6 @@ COMMENT= Multi-console display using X and VNC GNU_CONFIGURE= yes -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" + diff --git a/net/x2vnc/distinfo b/net/x2vnc/distinfo index 2f35f3715bf..712d7595200 100644 --- a/net/x2vnc/distinfo +++ b/net/x2vnc/distinfo @@ -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 |