diff options
author | obache <obache@pkgsrc.org> | 2008-09-18 00:11:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-09-18 00:11:30 +0000 |
commit | ae3933a4370aa64495a2fc3a8101b83737de518e (patch) | |
tree | 44cceb3f527a990d9df56bc8782391f47a9e3a60 /x11/x11vnc | |
parent | 2a8a2bb2ebd1b4cb4e96360e3189acfc020d5812 (diff) | |
download | pkgsrc-ae3933a4370aa64495a2fc3a8101b83737de518e.tar.gz |
Update x11vnc to 0.9.4.
New in the 0.9.4 x11vnc release:
Reverse VNC connections (-connect and -connect_or_exit options)
work in the -find and -create X session FINDCREATEDISPLAY
modes.
Reverse VNC connections (either normal or using SSL) can use a
Web Proxy, a SOCKS proxy, the UltraVNC repeater proxy,
an SSH connection, or even a CGI URL to make the outgoing
connection (-proxy option). Forward connections can
use the -ssh option to set up a reachable redirection.
Support for the ZYWRLE encoding is added, this is the RealVNC ZRLE
encoding extended to do motion video and photo regions
more efficiently by way of a Wavelet based transformation.
The session finding and creating modes (-find and -create) have
been improved to be more reliable and also provide a new
desktop types (xfce) and new service redirection options.
Support for indexed colormaps (PseudoColor) with depths other
than 8 is provided (depths 1 to 16 now work).
Java viewer applet source code is provided in the x11vnc 0.9.4
tarball so now everything can be built from source.
miscellaneous new features and changes:
To unset Caps_Lock, Num_Lock and raise all keys in the X server
use -clear_all, or by remote control 'x11vnc -R clear_all'
The -autoport option gives more control over the server port
range that probes.
The -ping option can be used to help keep idle connections alive.
The -finddpy and -listdpy utilities help to debug and configure
the -find, -create, and -display WAIT:... modes.
Some automatic detection of screen resizes are handled even if
the -xrandr option is not supplied.
The -advertise_truecolor option can workaround some VNC viewer
incompatibilities with PseudoColor.
The option '-clip xinerama0' can be used to clip to the first
Xinerama sub-screen, etc.
If a fast framebuffer read rate is detected the -wait and -defer
parameters are reduced to 10 and 15 msec, respectively.
Pasting of the selection/clipboard into remote applications
(e.g. Java) is improved.
Usage with dvorak keyboards is improved. The option -macuskbd is
available on MacOSX to use the original US keyboard code.
Via a compiler option (-DENABLE_GRABLOCAL) one can use the
-grablocal n option to filter VNC client input if someone
at the console has done mouse or keyboard input n secs ago.
The -sleepin option can now sleep a random amount of time between
min and max time delays (-sleepin min-max).
Diffstat (limited to 'x11/x11vnc')
-rw-r--r-- | x11/x11vnc/Makefile | 5 | ||||
-rw-r--r-- | x11/x11vnc/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile index 47941153045..5f0873bfed5 100644 --- a/x11/x11vnc/Makefile +++ b/x11/x11vnc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2008/02/12 14:49:01 obache Exp $ +# $NetBSD: Makefile,v 1.16 2008/09/18 00:11:30 obache Exp $ # -DISTNAME= x11vnc-0.9.3 -PKGREVISION= 1 +DISTNAME= x11vnc-0.9.4 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} diff --git a/x11/x11vnc/distinfo b/x11/x11vnc/distinfo index 75bc7c297f5..ffa1e8a9f29 100644 --- a/x11/x11vnc/distinfo +++ b/x11/x11vnc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2007/10/11 14:20:35 obache Exp $ +$NetBSD: distinfo,v 1.10 2008/09/18 00:11:30 obache Exp $ -SHA1 (x11vnc-0.9.3.tar.gz) = 7bb5e0d16d5fae301e6f4dcb5b9419a5e2396ee3 -RMD160 (x11vnc-0.9.3.tar.gz) = e4013e62af1e9e23c8566cf39cbee5af93bcc572 -Size (x11vnc-0.9.3.tar.gz) = 2105034 bytes +SHA1 (x11vnc-0.9.4.tar.gz) = 142b6af81dee5825c993b25cfe1ed7aa7e515b0d +RMD160 (x11vnc-0.9.4.tar.gz) = 398c2e789d164cc69f209cbe35f0f4b1efc845b6 +Size (x11vnc-0.9.4.tar.gz) = 2346158 bytes |