diff options
author | martti <martti@pkgsrc.org> | 2002-02-12 07:11:26 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-12 07:11:26 +0000 |
commit | 4f9f3b5190ac002ee301dd1f047c325d4627a84d (patch) | |
tree | 9886da9bd6bb15ba00f3460d68d3eab1c7124b2d /net/tightvncviewer | |
parent | 1a33fb50ef69aef6f9f540c3505472d75f80ee08 (diff) | |
download | pkgsrc-4f9f3b5190ac002ee301dd1f047c325d4627a84d.tar.gz |
Updated tightvncviewer to 1.2.2
- Unix viewer: Now viewer window would be raised on beep (bell)
event, unless new -noraiseonbeep option is provided in the command
line or "raiseOnBeep" resource set to False.
- One more packaging option for the Unix source: ready to build
archive with Zlib and JPEG libraries inside.
- Other minor fixes and cleanups.
- Unix vncviewer: Default tunneling command template has been
changed, to allow tunneled connections to hosts where only
loopback VNC connections are enabled. New -via <GATEWAY>
command-line option provides enhanced tunneling functionality, now
one can make vncviewer tunnel connections to a VNC host via third
machine acting as a gateway.
Diffstat (limited to 'net/tightvncviewer')
-rw-r--r-- | net/tightvncviewer/Makefile | 11 | ||||
-rw-r--r-- | net/tightvncviewer/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 083f03e9c9b..4846459ddd2 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:33 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/12 07:11:26 martti Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= tightvnc-1.2.0 -PKGNAME= tightvncviewer-1.2.0 +DISTNAME= tightvnc-1.2.2 +PKGNAME= tightvncviewer-1.2.2 CATEGORIES= net x11 MASTER_SITES= http://prdownloads.sourceforge.net/vnc-tight/ -DISTFILES= tightvnc-1.2.0_unixsrc.tar.bz2 +DISTFILES= tightvnc-1.2.2_unixsrc.tar.bz2 MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.tightvnc.com/ @@ -20,6 +20,9 @@ USE_IMAKE= yes WRKSRC= ${WRKDIR}/vnc_unixsrc +post-patch: + ${TOUCH} ${WRKSRC}/vncviewer/vncviewer.man + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vncviewer diff --git a/net/tightvncviewer/distinfo b/net/tightvncviewer/distinfo index b17a82f57f0..b5f7cd566c5 100644 --- a/net/tightvncviewer/distinfo +++ b/net/tightvncviewer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/09/23 00:58:14 mycroft Exp $ +$NetBSD: distinfo,v 1.3 2002/02/12 07:11:26 martti Exp $ -SHA1 (tightvnc-1.2.0_unixsrc.tar.bz2) = 377386d48f0431b6df3be2bb2ce597a30f0361fc -Size (tightvnc-1.2.0_unixsrc.tar.bz2) = 1717392 bytes +SHA1 (tightvnc-1.2.2_unixsrc.tar.bz2) = c764122d17bb54a78accdf658029b5097caaa4f1 +Size (tightvnc-1.2.2_unixsrc.tar.bz2) = 1720393 bytes SHA1 (patch-aa) = 5abe62317828290e8f88549b388add8e63dab315 |