initial import of tightvnc-1.2.0:

--
TightVNC is an enhanced version of VNC, which is optimized to work over
slow network connections such as low-speed modem links. While original
VNC may be very slow when your connection is not fast enough, with
TightVNC you can work remotely almost in real time in most environments.
Besides bandwidth optimizations, TightVNC also includes many other
improvements, optimizations and bugfixes over VNC. Note that TightVNC is
free, cross-platform and compatible with the standard VNC.

WWW: http://www.tightvnc.org/

Submitted by Rob Casey <rob@minauros.com>
This commit is contained in:
lebel 2001-09-08 00:38:11 +00:00
parent 1668a3f1d3
commit 06fec6240e
10 changed files with 463 additions and 0 deletions

58
net/tightvnc/Makefile Normal file
View File

@ -0,0 +1,58 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
COMMENT= "cross-platform remote desktop access"
COMMENT-viewer= "client for cross-platform remote desktop access"
VERSION= 1.2.0
PKGNAME= tightvnc-${VERSION}
DISTNAME= ${PKGNAME}_unixsrc
CATEGORIES= net
NEED_VERSION= 1.448
MASTER_SITES= http://prdownloads.sourceforge.net/vnc-tight/ \
ftp://ftp.sourceforge.net/pub/sourceforge/vnc-tight/
MASTER_SITES0= http://www.uk.research.att.com/vnc/dist/
DOCDIST= vnc-latest_doc.tgz
DISTFILES= ${DISTNAME}.tar.gz ${DOCDIST}:0
HOMEPAGE= http://www.tightvnc.org/
MAINTAINER= Rob Casey <rob@minauros.com>
LIB_DEPENDS= jpeg.62.::graphics/jpeg
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_ONLY= ${DISTNAME}.tar.gz
WRKDIST= ${WRKDIR}/vnc_unixsrc
IGNOREFILES= ${DOCDIST}
MULTI_PACKAGES= -viewer
SUBPACKAGE?=
CONFIGURE_STYLE= imake
ALL_TARGET= World
# We have to frob a few things, and we want our own permissions, so it's easier
# to do the install ourselves.
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc
${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd
${INSTALL_PROGRAM} ${WRKSRC}/vncconnect/vncconnect ${PREFIX}/bin/vncconnect
sed -e s%/usr/local/vnc/classes%${TRUEPREFIX}/share/vnc/classes% \
< ${WRKSRC}/vncserver \
> ${WRKSRC}/vncserver.local
${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver
# The documentation comes with bogus ownerships; this is a little leaky security-wise
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vnc
tar -C ${PREFIX}/share/doc/vnc -xzf ${DISTDIR}/${DOCDIST}
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc
# Go install Java classes
${INSTALL_DATA_DIR} ${PREFIX}/share/vnc
cp -R ${WRKSRC}/classes ${PREFIX}/share/vnc
.include <bsd.port.mk>

4
net/tightvnc/files/md5 Normal file
View File

@ -0,0 +1,4 @@
MD5 (tightvnc-1.2.0_unixsrc.tar.gz) = 4c349d80fe268c523d0e58c36aada7cb
MD5 (vnc-latest_doc.tgz) = IGNORE
RMD160 (tightvnc-1.2.0_unixsrc.tar.gz) = 4ac9d223180ecb0a89c47b8de2f47907189da541
SHA1 (tightvnc-1.2.0_unixsrc.tar.gz) = 33364148025d696738e2deb9c262cca735d052be

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Imakefile,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
--- Imakefile.orig Thu Oct 26 15:18:57 2000
+++ Imakefile Wed Sep 5 08:47:31 2001
@@ -11,6 +11,7 @@ World:
@echo Built $(SUBDIRS).
@echo 'To build Xvnc, do "cd Xvnc", followed by "make World"'
@echo ""
+ (cd Xvnc; make World)
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Xvnc_config_cf_vnclibs_def,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
--- Xvnc/config/cf/vnclibs.def.orig Mon Jan 29 16:23:52 2001
+++ Xvnc/config/cf/vnclibs.def Wed Sep 5 08:47:31 2001
@@ -5,5 +5,5 @@
* and programs/Xserver/hw/vnc whenever you change this file.
*/
-VNCLIBS = $(TOP)/../libvncauth/libvncauth.a /usr/lib/libjpeg.a
-VNCCPPFLAGS = -I$(TOP)/../include
+VNCLIBS = $(TOP)/../libvncauth/libvncauth.a ${LOCALBASE}/lib/libjpeg.a
+VNCCPPFLAGS = -I$(TOP)/../include -I${LOCALBASE}/include

View File

@ -0,0 +1,71 @@
$OpenBSD: patch-vncserver,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
--- vncserver.orig Mon Jun 25 03:52:14 2001
+++ vncserver Wed Sep 5 08:47:31 2001
@@ -48,13 +48,23 @@ $defaultXStartup
"xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
"twm &\n");
+$defaultFontPath
+ = (
+ "/usr/X11R6/lib/X11/fonts/Type1/,".
+ "/usr/X11R6/lib/X11/fonts/Speedo/,".
+ "/usr/X11R6/lib/X11/fonts/cyrillic/,".
+ "/usr/X11R6/lib/X11/fonts/misc/,".
+ "/usr/X11R6/lib/X11/fonts/75dpi/,".
+ "/usr/X11R6/lib/X11/fonts/100dpi/"
+ );
+
chop($host = `uname -n`);
# Check command line options
&ParseOptions("-geometry",1,"-depth",1,"-pixelformat",1,"-name",1,"-kill",1,
- "-help",0,"-h",0,"--help",0);
+ "-help",0,"-h",0,"--help",0,"-fp",1);
&Usage() if ($opt{'-help'} || $opt{'-h'} || $opt{'--help'});
@@ -77,6 +87,25 @@ if ($opt{'-pixelformat'}) {
&CheckGeometryAndDepth();
+# bmah: Construct font path. Starting from a list of possible font directories
+# bmah: make up the set of those that have fonts.dir files we can read.
+# bmah: Probably there are way better methods of doing this.
+
+if (!$opt{'-fp'}) {
+ $opt{'-fp'} = $defaultFontPath;
+}
+
+@fontPathElements = split(/,/, "$opt{'-fp'}");
+
+$fontPath = '';
+
+foreach $i (0.."$#fontPathElements") {
+ if (-r "$fontPathElements[$i]/fonts.dir") {
+ $fontPath .= "$fontPathElements[$i],";
+ }
+}
+chop $fontPath;
+
if ($opt{'-name'}) {
$desktopName = $opt{'-name'};
}
@@ -152,6 +181,8 @@ $cmd .= " -rfbport $vncPort";
# $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
# $cmd .= " -co /usr/lib/X11/rgb";
#
+# bmah: Bring in the fontpath we computed earlier.
+$cmd .= " -fp $fontPath";
foreach $arg (@ARGV) {
$cmd .= " " . &quotedString($arg);
@@ -193,6 +224,7 @@ if (-e "/tmp/.X11-unix/X$displayNumber")
$ENV{DISPLAY}= "$host:$displayNumber";
}
$ENV{VNCDESKTOP}= $desktopName;
+$ENV{XAUTHORITY}= $xauthorityFile;
system("$vncUserDir/xstartup >> " . &quotedString($desktopLog) . " 2>&1 &");

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-vncviewer_Imakefile,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
--- vncviewer/Imakefile.orig Mon Jun 18 09:16:53 2001
+++ vncviewer/Imakefile Wed Sep 5 08:47:31 2001
@@ -13,10 +13,10 @@ XCOMM seems to cause problems on Digital
DEFINES = -DMITSHM
#endif
-INCLUDES = -I../include -I. -I/usr/include
+INCLUDES = -I../include -I. -I/usr/include -I${LOCALBASE}/include
VNCAUTH_LIB = ../libvncauth/libvncauth.a
ZLIB_LIB = /usr/lib/libz.a
-JPEG_LIB = /usr/lib/libjpeg.a
+JPEG_LIB = ${LOCALBASE}/lib/libjpeg.a
DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)
LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB)

9
net/tightvnc/pkg/DESCR Normal file
View File

@ -0,0 +1,9 @@
TightVNC is an enhanced version of VNC, which is optimized to work over
slow network connections such as low-speed modem links. While original
VNC may be very slow when your connection is not fast enough, with
TightVNC you can work remotely almost in real time in most environments.
Besides bandwidth optimizations, TightVNC also includes many other
improvements, optimizations and bugfixes over VNC. Note that TightVNC is
free, cross-platform and compatible with the standard VNC.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,11 @@
TightVNC is an enhanced version of VNC, which is optimized to work over
slow network connections such as low-speed modem links. While original
VNC may be very slow when your connection is not fast enough, with
TightVNC you can work remotely almost in real time in most environments.
Besides bandwidth optimizations, TightVNC also includes many other
improvements, optimizations and bugfixes over VNC. Note that TightVNC is
free, cross-platform and compatible with the standard VNC.
This package only includes the viewer.
WWW: ${HOMEPAGE}

146
net/tightvnc/pkg/PLIST Normal file
View File

@ -0,0 +1,146 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
@pkgcfl vnc-*
bin/Xvnc
bin/vncconnect
bin/vncpasswd
bin/vncserver
bin/vncviewer
share/doc/vnc/vnc_docs/Xvnc.gif
share/doc/vnc/vnc_docs/ach.jpg
share/doc/vnc/vnc_docs/alicebobcharlie.gif
share/doc/vnc/vnc_docs/alicecharlie.gif
share/doc/vnc/vnc_docs/announcement.html
share/doc/vnc/vnc_docs/attbutton.gif
share/doc/vnc/vnc_docs/attlogo.gif
share/doc/vnc/vnc_docs/backbutton.gif
share/doc/vnc/vnc_docs/badgeshad.gif
share/doc/vnc/vnc_docs/bgdot.gif
share/doc/vnc/vnc_docs/bluepix.gif
share/doc/vnc/vnc_docs/button.gif
share/doc/vnc/vnc_docs/cdplay.gif
share/doc/vnc/vnc_docs/cevncviewer.html
share/doc/vnc/vnc_docs/cevncviewer.html,v
share/doc/vnc/vnc_docs/cim.jpg
share/doc/vnc/vnc_docs/clientserver.gif
share/doc/vnc/vnc_docs/collage.gif
share/doc/vnc/vnc_docs/collagesmaller.gif
share/doc/vnc/vnc_docs/conndlg.gif
share/doc/vnc/vnc_docs/contribbutton.gif
share/doc/vnc/vnc_docs/contribs.html
share/doc/vnc/vnc_docs/docbutton.gif
share/doc/vnc/vnc_docs/docs.html
share/doc/vnc/vnc_docs/download.htm
share/doc/vnc/vnc_docs/download.html
share/doc/vnc/vnc_docs/downloadbutton.gif
share/doc/vnc/vnc_docs/downloadtemplate.html
share/doc/vnc/vnc_docs/extras.html
share/doc/vnc/vnc_docs/faq.dtd
share/doc/vnc/vnc_docs/faq.html
share/doc/vnc/vnc_docs/faq.xml
share/doc/vnc/vnc_docs/faqbutton.gif
share/doc/vnc/vnc_docs/faqtemplate.html
share/doc/vnc/vnc_docs/free.html
share/doc/vnc/vnc_docs/freebutton.gif
share/doc/vnc/vnc_docs/gpl.html
share/doc/vnc/vnc_docs/help.html
share/doc/vnc/vnc_docs/helpbutton.gif
share/doc/vnc/vnc_docs/homebutton.gif
share/doc/vnc/vnc_docs/howitworks.html
share/doc/vnc/vnc_docs/ie1.gif
share/doc/vnc/vnc_docs/ie1_small.gif
share/doc/vnc/vnc_docs/iemacwin.gif
share/doc/vnc/vnc_docs/iemacwin_small.gif
share/doc/vnc/vnc_docs/iemacx.gif
share/doc/vnc/vnc_docs/iemacx_small.gif
share/doc/vnc/vnc_docs/index.html
share/doc/vnc/vnc_docs/internalversion.html
share/doc/vnc/vnc_docs/intouch.html
share/doc/vnc/vnc_docs/intouchbutton.gif
share/doc/vnc/vnc_docs/invalid-download.html
share/doc/vnc/vnc_docs/javavncviewer.html
share/doc/vnc/vnc_docs/jnw.jpg
share/doc/vnc/vnc_docs/join.html
share/doc/vnc/vnc_docs/krw.jpg
share/doc/vnc/vnc_docs/machistory.html
share/doc/vnc/vnc_docs/macshot.gif
share/doc/vnc/vnc_docs/macshot_small.gif
share/doc/vnc/vnc_docs/macvnc.html
share/doc/vnc/vnc_docs/macvnc.html.bck
share/doc/vnc/vnc_docs/macvncviewer.html
share/doc/vnc/vnc_docs/mailinglist.html
share/doc/vnc/vnc_docs/makefile
share/doc/vnc/vnc_docs/newlogosmall2.gif
share/doc/vnc/vnc_docs/ns1.gif
share/doc/vnc/vnc_docs/ns1_small.gif
share/doc/vnc/vnc_docs/platforms.html
share/doc/vnc/vnc_docs/pmw.jpg
share/doc/vnc/vnc_docs/protocol.html
share/doc/vnc/vnc_docs/qsf.jpg
share/doc/vnc/vnc_docs/rfbcounter.gif
share/doc/vnc/vnc_docs/rfbcounter.html
share/doc/vnc/vnc_docs/rfbproto.pdf
share/doc/vnc/vnc_docs/rfbprotoheader.pdf
share/doc/vnc/vnc_docs/screenbutton.gif
share/doc/vnc/vnc_docs/screenshots.html
share/doc/vnc/vnc_docs/searchbutton.gif
share/doc/vnc/vnc_docs/sidebarbg.gif
share/doc/vnc/vnc_docs/sideblank.gif
share/doc/vnc/vnc_docs/sidelogo.gif
share/doc/vnc/vnc_docs/spacer.gif
share/doc/vnc/vnc_docs/sshvnc.html
share/doc/vnc/vnc_docs/sshwin.html
share/doc/vnc/vnc_docs/start.html
share/doc/vnc/vnc_docs/startbutton.gif
share/doc/vnc/vnc_docs/styles.css
share/doc/vnc/vnc_docs/template.html
share/doc/vnc/vnc_docs/tjr.jpg
share/doc/vnc/vnc_docs/twmideas.html
share/doc/vnc/vnc_docs/videos.html
share/doc/vnc/vnc_docs/videos1.jpg
share/doc/vnc/vnc_docs/videos2.jpg
share/doc/vnc/vnc_docs/videos3.jpg
share/doc/vnc/vnc_docs/viewertray.gif
share/doc/vnc/vnc_docs/vinci1.gif
share/doc/vnc/vnc_docs/vinci1_small.gif
share/doc/vnc/vnc_docs/virus.html
share/doc/vnc/vnc_docs/vnc.gif
share/doc/vnc/vnc_docs/vncce1.jpg
share/doc/vnc/vnc_docs/vncce1_medium.jpg
share/doc/vnc/vnc_docs/vncce1_small.jpg
share/doc/vnc/vnc_docs/vncce2.jpg
share/doc/vnc/vnc_docs/vncce2_small.jpg
share/doc/vnc/vnc_docs/vncce3.jpg
share/doc/vnc/vnc_docs/vncce3_small.jpg
share/doc/vnc/vnc_docs/vnchistory.html
share/doc/vnc/vnc_docs/vncpeople.html
share/doc/vnc/vnc_docs/vncpeoplebutton.gif
share/doc/vnc/vnc_docs/vnctitle.gif
share/doc/vnc/vnc_docs/winhistory.html
share/doc/vnc/vnc_docs/winviewer1.gif
share/doc/vnc/vnc_docs/winviewer1_small.gif
share/doc/vnc/vnc_docs/winvnc.html
share/doc/vnc/vnc_docs/winvnctray.GIF
share/doc/vnc/vnc_docs/winvncviewer.html
share/doc/vnc/vnc_docs/xlibvncviewer.html
share/doc/vnc/vnc_docs/xvnc.html
share/doc/vnc/vnc_docs/xvnchistory.html
share/doc/vnc/vnc_docs/xvncviewer.html
share/vnc/classes/DesCipher.class
share/vnc/classes/animatedMemoryImageSource.class
share/vnc/classes/authenticationPanel.class
share/vnc/classes/clipboardFrame.class
share/vnc/classes/hextile.vnc
share/vnc/classes/index.vnc
share/vnc/classes/noshared.vnc
share/vnc/classes/optionsFrame.class
share/vnc/classes/rfbProto.class
share/vnc/classes/shared.vnc
share/vnc/classes/tight.vnc
share/vnc/classes/vncCanvas.class
share/vnc/classes/vncviewer.class
share/vnc/classes/vncviewer.jar
share/vnc/classes/zlib.vnc
@dirrm share/vnc/classes
@dirrm share/vnc
@dirrm share/doc/vnc/vnc_docs
@dirrm share/doc/vnc

View File

@ -0,0 +1,126 @@
@comment $OpenBSD: PLIST-viewer,v 1.1.1.1 2001/09/08 00:38:11 lebel Exp $
@pkgcfl vnc-*
@pkgcfl tightvnc-*
bin/vncviewer
share/doc/vnc/vnc_docs/Xvnc.gif
share/doc/vnc/vnc_docs/ach.jpg
share/doc/vnc/vnc_docs/alicebobcharlie.gif
share/doc/vnc/vnc_docs/alicecharlie.gif
share/doc/vnc/vnc_docs/announcement.html
share/doc/vnc/vnc_docs/attbutton.gif
share/doc/vnc/vnc_docs/attlogo.gif
share/doc/vnc/vnc_docs/backbutton.gif
share/doc/vnc/vnc_docs/badgeshad.gif
share/doc/vnc/vnc_docs/bgdot.gif
share/doc/vnc/vnc_docs/bluepix.gif
share/doc/vnc/vnc_docs/button.gif
share/doc/vnc/vnc_docs/cdplay.gif
share/doc/vnc/vnc_docs/cevncviewer.html
share/doc/vnc/vnc_docs/cevncviewer.html,v
share/doc/vnc/vnc_docs/cim.jpg
share/doc/vnc/vnc_docs/clientserver.gif
share/doc/vnc/vnc_docs/collage.gif
share/doc/vnc/vnc_docs/collagesmaller.gif
share/doc/vnc/vnc_docs/conndlg.gif
share/doc/vnc/vnc_docs/contribbutton.gif
share/doc/vnc/vnc_docs/contribs.html
share/doc/vnc/vnc_docs/docbutton.gif
share/doc/vnc/vnc_docs/docs.html
share/doc/vnc/vnc_docs/download.htm
share/doc/vnc/vnc_docs/download.html
share/doc/vnc/vnc_docs/downloadbutton.gif
share/doc/vnc/vnc_docs/downloadtemplate.html
share/doc/vnc/vnc_docs/extras.html
share/doc/vnc/vnc_docs/faq.dtd
share/doc/vnc/vnc_docs/faq.html
share/doc/vnc/vnc_docs/faq.xml
share/doc/vnc/vnc_docs/faqbutton.gif
share/doc/vnc/vnc_docs/faqtemplate.html
share/doc/vnc/vnc_docs/free.html
share/doc/vnc/vnc_docs/freebutton.gif
share/doc/vnc/vnc_docs/gpl.html
share/doc/vnc/vnc_docs/help.html
share/doc/vnc/vnc_docs/helpbutton.gif
share/doc/vnc/vnc_docs/homebutton.gif
share/doc/vnc/vnc_docs/howitworks.html
share/doc/vnc/vnc_docs/ie1.gif
share/doc/vnc/vnc_docs/ie1_small.gif
share/doc/vnc/vnc_docs/iemacwin.gif
share/doc/vnc/vnc_docs/iemacwin_small.gif
share/doc/vnc/vnc_docs/iemacx.gif
share/doc/vnc/vnc_docs/iemacx_small.gif
share/doc/vnc/vnc_docs/index.html
share/doc/vnc/vnc_docs/internalversion.html
share/doc/vnc/vnc_docs/intouch.html
share/doc/vnc/vnc_docs/intouchbutton.gif
share/doc/vnc/vnc_docs/invalid-download.html
share/doc/vnc/vnc_docs/javavncviewer.html
share/doc/vnc/vnc_docs/jnw.jpg
share/doc/vnc/vnc_docs/join.html
share/doc/vnc/vnc_docs/krw.jpg
share/doc/vnc/vnc_docs/machistory.html
share/doc/vnc/vnc_docs/macshot.gif
share/doc/vnc/vnc_docs/macshot_small.gif
share/doc/vnc/vnc_docs/macvnc.html
share/doc/vnc/vnc_docs/macvnc.html.bck
share/doc/vnc/vnc_docs/macvncviewer.html
share/doc/vnc/vnc_docs/mailinglist.html
share/doc/vnc/vnc_docs/makefile
share/doc/vnc/vnc_docs/newlogosmall2.gif
share/doc/vnc/vnc_docs/ns1.gif
share/doc/vnc/vnc_docs/ns1_small.gif
share/doc/vnc/vnc_docs/platforms.html
share/doc/vnc/vnc_docs/pmw.jpg
share/doc/vnc/vnc_docs/protocol.html
share/doc/vnc/vnc_docs/qsf.jpg
share/doc/vnc/vnc_docs/rfbcounter.gif
share/doc/vnc/vnc_docs/rfbcounter.html
share/doc/vnc/vnc_docs/rfbproto.pdf
share/doc/vnc/vnc_docs/rfbprotoheader.pdf
share/doc/vnc/vnc_docs/screenbutton.gif
share/doc/vnc/vnc_docs/screenshots.html
share/doc/vnc/vnc_docs/searchbutton.gif
share/doc/vnc/vnc_docs/sidebarbg.gif
share/doc/vnc/vnc_docs/sideblank.gif
share/doc/vnc/vnc_docs/sidelogo.gif
share/doc/vnc/vnc_docs/spacer.gif
share/doc/vnc/vnc_docs/sshvnc.html
share/doc/vnc/vnc_docs/sshwin.html
share/doc/vnc/vnc_docs/start.html
share/doc/vnc/vnc_docs/startbutton.gif
share/doc/vnc/vnc_docs/styles.css
share/doc/vnc/vnc_docs/template.html
share/doc/vnc/vnc_docs/tjr.jpg
share/doc/vnc/vnc_docs/twmideas.html
share/doc/vnc/vnc_docs/videos.html
share/doc/vnc/vnc_docs/videos1.jpg
share/doc/vnc/vnc_docs/videos2.jpg
share/doc/vnc/vnc_docs/videos3.jpg
share/doc/vnc/vnc_docs/viewertray.gif
share/doc/vnc/vnc_docs/vinci1.gif
share/doc/vnc/vnc_docs/vinci1_small.gif
share/doc/vnc/vnc_docs/virus.html
share/doc/vnc/vnc_docs/vnc.gif
share/doc/vnc/vnc_docs/vncce1.jpg
share/doc/vnc/vnc_docs/vncce1_medium.jpg
share/doc/vnc/vnc_docs/vncce1_small.jpg
share/doc/vnc/vnc_docs/vncce2.jpg
share/doc/vnc/vnc_docs/vncce2_small.jpg
share/doc/vnc/vnc_docs/vncce3.jpg
share/doc/vnc/vnc_docs/vncce3_small.jpg
share/doc/vnc/vnc_docs/vnchistory.html
share/doc/vnc/vnc_docs/vncpeople.html
share/doc/vnc/vnc_docs/vncpeoplebutton.gif
share/doc/vnc/vnc_docs/vnctitle.gif
share/doc/vnc/vnc_docs/winhistory.html
share/doc/vnc/vnc_docs/winviewer1.gif
share/doc/vnc/vnc_docs/winviewer1_small.gif
share/doc/vnc/vnc_docs/winvnc.html
share/doc/vnc/vnc_docs/winvnctray.GIF
share/doc/vnc/vnc_docs/winvncviewer.html
share/doc/vnc/vnc_docs/xlibvncviewer.html
share/doc/vnc/vnc_docs/xvnc.html
share/doc/vnc/vnc_docs/xvnchistory.html
share/doc/vnc/vnc_docs/xvncviewer.html
@dirrm share/doc/vnc/vnc_docs
@dirrm share/doc/vnc