diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-17 23:32:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-17 23:32:21 +0000 |
commit | 5c450ebe4aafebc845b9775bf69497d8a7d50cb6 (patch) | |
tree | f0e4ca6adb09a2ed697089b16f47702d5184fe64 /net/tightvncviewer/Makefile | |
parent | 49539fd643c4a85ccb5f7256ffec3a3ca730cb46 (diff) | |
download | pkgsrc-5c450ebe4aafebc845b9775bf69497d8a7d50cb6.tar.gz |
Update net/tightvncviewer to 1.2.8. Changes from version 1.2.7 include:
* Support for a separate view-only password has been implemented. Now
the servers support two passwords -- one to allow full control,
another to restrict remote keyboard and mouse input.
* New "-x11cursor" option has been implemented in vncviewer. This option
allows using a real X11 cursor with X11-style cursor shape updates,
disables the dot cursor, and disables cursor position updates in
non-fullscreen mode.
* New "RunCommand" command to customize the X11 vncviewer popup menu has
been implemented; a patch from Peter Astrand.
* A problem with Xvnc eating all CPU time after xfs restarts has been
fixed.
* Other minor improvements and bugfixes.
Diffstat (limited to 'net/tightvncviewer/Makefile')
-rw-r--r-- | net/tightvncviewer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 648e484bfc7..1c275671dd3 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2002/12/29 19:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/17 23:32:21 jlam Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= tightvnc-1.2.7 -PKGNAME= tightvncviewer-1.2.7 +DISTNAME= tightvnc-1.2.8 +PKGNAME= tightvncviewer-1.2.8 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/} DISTFILES= ${DISTNAME}_unixsrc.tar.bz2 |