1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update vnc port to 3.3.3.2. This update adds a new helper program

vncconnect(1), which allows a VNC server to connect to a listening
VNC client.  It also adds a few minor bugfixes and enhancements..

Submitted by:	"David W. Chapman Jr." <dwcjr@inethouston.net>
This commit is contained in:
Bruce A. Mah 2000-11-03 00:45:18 +00:00
parent 222baa33aa
commit 7e59fe9d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34692
3 changed files with 8 additions and 5 deletions

View File

@ -6,12 +6,13 @@
#
PORTNAME= vnc
PORTVERSION= 3.3.3.1
PORTVERSION= 3.3.3.2
CATEGORIES= net
MASTER_SITES= http://www.uk.research.att.com/vnc/dist/
DISTFILES= vnc-3.3.3r1_unixsrc.tgz \
MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ \
ftp://ftp.uk.research.att.com/pub/vnc/dist/
DISTFILES= vnc-3.3.3r2_unixsrc.tgz \
vnc-latest_doc.tgz
EXTRACT_ONLY= vnc-3.3.3r1_unixsrc.tgz
EXTRACT_ONLY= vnc-3.3.3r2_unixsrc.tgz
MAINTAINER= bmah@freebsd.org
@ -28,6 +29,7 @@ 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%${PREFIX}/share/vnc/classes% \
-e s%^\#!/usr/bin/perl%\#!${PERL}% \
< ${WRKSRC}/vncserver \

View File

@ -1,2 +1,2 @@
MD5 (vnc-3.3.3r1_unixsrc.tgz) = 55ec5c073ca63068a68f5d3957cd024e
MD5 (vnc-3.3.3r2_unixsrc.tgz) = 6fc83e1b6153d3252649953267713f17
MD5 (vnc-latest_doc.tgz) = IGNORE

View File

@ -2,6 +2,7 @@ bin/Xvnc
bin/vncviewer
bin/vncpasswd
bin/vncserver
bin/vncconnect
share/vnc/classes/DesCipher.class
share/vnc/classes/animatedMemoryImageSource.class
share/vnc/classes/authenticationPanel.class