diff options
author | obache <obache@pkgsrc.org> | 2007-04-29 03:59:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-29 03:59:26 +0000 |
commit | d61133a0500a012f1fd2fc6dfe3b756b2d19c34d (patch) | |
tree | 94712d1fdb77d83dd7b78359405c0a8ee50b4db6 /x11 | |
parent | 20cd55f58e86dd37a8bc5c89fa87cec58d8aa7cd (diff) | |
download | pkgsrc-d61133a0500a012f1fd2fc6dfe3b756b2d19c34d.tar.gz |
Update x11vnc to 0.9.
New in the 0.9 x11vnc release:
VNC Service advertising via mDNS / ZeroConf / BonJour with the
Avahi client library. Enable via "-avahi".
Implementations of UltraVNC's TextChat, SingleWindow, and
ServerInput extensions (requires ultravnc viewer or ssvnc
Unix viewer). They toggle the selection of a single window
(-id), and disable (friendly) user input and viewing
(monitor blank) at the VNC server.
Short aliases "-find", "-create", "-svc", and "-xdmsvc" for
commonly used FINDCREATEDISPLAY usage modes (to find
the user's display or create one with Xvfb, etc).
Reverse VNC connections (viewer listening) now work in SSL
(-ssl) mode.
miscellaneous new features and changes:
New options to control the Monitor power state and keyboard/mouse
grabbing: -forcedpms, -clientdpms, -noserverdpms,
and -grabalways.
A simple way to emulate inetd(8) to some degree via the "-loopbg"
option.
Monitor the accuracy of XDAMAGE and apply "-noxdamage" if it is
not working well. OpenGL applications like like beryl and
MythTv have been shown to make XDAMAGE not work properly.
For Java SSL connections involving a router/firewall port
redirection, an option -httpsredir to spare the user
from needing to include PORT=NNN in the browser URL.
A -sleepin n option to delay startup by n seconds to let redirs
and listening clients to get started.
TightVNC file transfer is now off by default; enable via
-tightfilexfer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x11vnc/Makefile | 4 | ||||
-rw-r--r-- | x11/x11vnc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile index baff2cceb59..78aad7dfc79 100644 --- a/x11/x11vnc/Makefile +++ b/x11/x11vnc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/04/01 01:58:38 obache Exp $ +# $NetBSD: Makefile,v 1.10 2007/04/29 03:59:26 obache Exp $ # -DISTNAME= x11vnc-0.8.4 +DISTNAME= x11vnc-0.9 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} diff --git a/x11/x11vnc/distinfo b/x11/x11vnc/distinfo index f585bf8748e..cf0e360d23c 100644 --- a/x11/x11vnc/distinfo +++ b/x11/x11vnc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/02/02 01:56:08 obache Exp $ +$NetBSD: distinfo,v 1.6 2007/04/29 03:59:26 obache Exp $ -SHA1 (x11vnc-0.8.4.tar.gz) = 08176992c16b2e425c6687d87094ddda05b49260 -RMD160 (x11vnc-0.8.4.tar.gz) = 0e1b97064b803e6d6a44ceed01c492fb5b3c8607 -Size (x11vnc-0.8.4.tar.gz) = 1666637 bytes +SHA1 (x11vnc-0.9.tar.gz) = a552b5fc2ce87f9b5e11fc02a83cf75d738d9201 +RMD160 (x11vnc-0.9.tar.gz) = f052d74fe54fa31edbc651a25a86e70ec5ed332f +Size (x11vnc-0.9.tar.gz) = 1843199 bytes |