summaryrefslogtreecommitdiff
path: root/net/vnc
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2000-11-03 00:45:18 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2000-11-03 00:45:18 +0000
commit7e59fe9d9f4a91b3c89af649f3a0d28ca9c1daf8 (patch)
treedf8667417c396f7daf44e694ad95c601fcd295ea /net/vnc
parentAdd new port of bin86 0.15.3, a 16-bit assembler and loader for (diff)
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>
Notes
Notes: svn path=/head/; revision=34692
Diffstat (limited to 'net/vnc')
-rw-r--r--net/vnc/Makefile10
-rw-r--r--net/vnc/distinfo2
-rw-r--r--net/vnc/pkg-plist1
3 files changed, 8 insertions, 5 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 979188f3bf16..2bce3b299a60 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -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 \
diff --git a/net/vnc/distinfo b/net/vnc/distinfo
index f5fc21a00714..0c0b82f83545 100644
--- a/net/vnc/distinfo
+++ b/net/vnc/distinfo
@@ -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
diff --git a/net/vnc/pkg-plist b/net/vnc/pkg-plist
index 828ed7eb39e0..5ac68409b13a 100644
--- a/net/vnc/pkg-plist
+++ b/net/vnc/pkg-plist
@@ -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