diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-04 07:43:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-04 07:43:33 +0000 |
commit | 7583cd317ff69563a2a6df0abce23803070828f2 (patch) | |
tree | eded1119e7ee8529ccde400691896714aabe8c5e /net | |
parent | f1e225f085146c43f5d523f16337a52b678da8db (diff) | |
download | pkgsrc-7583cd317ff69563a2a6df0abce23803070828f2.tar.gz |
Update to 1.5.1:
* Now traps grabkey errors, no more X errors.
* Xinerama support, allows x2vnc to work sanely on multi-head X displays.
* If stdin is not a tty, read password with fgets() instead of getpass().
This allows scripts to feed in the password.
* New arguments -noblank and -lockdelay allows you to keep screen savers
from activating while using your computers.
Provided by Andreas Wrede in PR 23365.
Diffstat (limited to 'net')
-rw-r--r-- | net/x2vnc/Makefile | 5 | ||||
-rw-r--r-- | net/x2vnc/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile index 920651a4c16..70340840a63 100644 --- a/net/x2vnc/Makefile +++ b/net/x2vnc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/09/08 17:49:47 cjep Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/04 07:43:33 wiz Exp $ # -DISTNAME= x2vnc-1.4 -PKGREVISION= 1 +DISTNAME= x2vnc-1.5.1 CATEGORIES= net x11 MASTER_SITES= http://fredrik.hubbe.net/ diff --git a/net/x2vnc/distinfo b/net/x2vnc/distinfo index 49ceb7cd472..adb46a13636 100644 --- a/net/x2vnc/distinfo +++ b/net/x2vnc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/10/04 14:57:49 hubertf Exp $ +$NetBSD: distinfo,v 1.3 2003/11/04 07:43:33 wiz Exp $ -SHA1 (x2vnc-1.4.tar.gz) = 4bb0f48936864bd90a4269cb36630b5564622441 -Size (x2vnc-1.4.tar.gz) = 57696 bytes +SHA1 (x2vnc-1.5.1.tar.gz) = bf492481c7dcdb4abe71628faff955c16b43a4d2 +Size (x2vnc-1.5.1.tar.gz) = 60887 bytes |