diff options
author | mycroft <mycroft> | 2001-09-23 00:55:15 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2001-09-23 00:55:15 +0000 |
commit | dfd338f39d9e17619689b1b4215fa96a569f6bd0 (patch) | |
tree | f6d4d44fc17a856fbf9c4a8b1457eb8b71f32f33 /net | |
parent | bf7564730216887aee7e5d2171ff529f67cb0217 (diff) | |
download | pkgsrc-dfd338f39d9e17619689b1b4215fa96a569f6bd0.tar.gz |
Tight VNC, from www.tightvnc.com.
Diffstat (limited to 'net')
-rw-r--r-- | net/tightvncviewer/Makefile | 29 | ||||
-rw-r--r-- | net/tightvncviewer/distinfo | 5 | ||||
-rw-r--r-- | net/tightvncviewer/patches/patch-aa | 17 | ||||
-rw-r--r-- | net/tightvncviewer/pkg/DESCR | 11 | ||||
-rw-r--r-- | net/tightvncviewer/pkg/PLIST | 4 |
5 files changed, 66 insertions, 0 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile new file mode 100644 index 00000000000..c226cbcea52 --- /dev/null +++ b/net/tightvncviewer/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2001/09/23 00:55:15 mycroft 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 +CATEGORIES= net x11 +MASTER_SITES= http://prdownloads.sourceforge.net/vnc-tight/ +DISTFILES= tightvnc-1.2.0_unixsrc.tar.bz2 + +MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://www.tightvnc.com/ +COMMENT= Viewer for remote X and Win32 VNC servers + +CONFLICTS= vncviewer-* + +CRYPTO= yes +NO_INSTALL_MANPAGES= yes +USE_IMAKE= yes + +WRKSRC= ${WRKDIR}/vnc_unixsrc + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vncviewer + ${INSTALL_DATA} ${WRKSRC}/vncviewer/README ${PREFIX}/share/doc/vncviewer/README + +.include "../../graphics/jpeg/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/tightvncviewer/distinfo b/net/tightvncviewer/distinfo new file mode 100644 index 00000000000..218af5ee31d --- /dev/null +++ b/net/tightvncviewer/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2001/09/23 00:55:15 mycroft Exp $ + +SHA1 (tightvnc-1.2.0_unixsrc.tar.bz2) = 377386d48f0431b6df3be2bb2ce597a30f0361fc +Size (tightvnc-1.2.0_unixsrc.tar.bz2) = 1717392 bytes +SHA1 (patch-aa) = 0a30075e5b33d8f60a16f68af5511903996d0046 diff --git a/net/tightvncviewer/patches/patch-aa b/net/tightvncviewer/patches/patch-aa new file mode 100644 index 00000000000..1061e50b9e9 --- /dev/null +++ b/net/tightvncviewer/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 2001/09/23 00:55:16 mycroft Exp $ + +--- vncviewer/Imakefile.orig Mon Jun 18 13:17:15 2001 ++++ vncviewer/Imakefile Sun Sep 23 00:09:50 2001 +@@ -6,12 +6,7 @@ + CDEBUGFLAGS = -O2 + #endif + +-XCOMM Shared memory support works OK on x86 linux, not tested elsewhere but +-XCOMM seems to cause problems on Digital Unix. +- +-#if defined(i386Architecture) && defined(LinuxArchitecture) + DEFINES = -DMITSHM +-#endif + + INCLUDES = -I../include -I. -I/usr/include + VNCAUTH_LIB = ../libvncauth/libvncauth.a diff --git a/net/tightvncviewer/pkg/DESCR b/net/tightvncviewer/pkg/DESCR new file mode 100644 index 00000000000..57dbd0da631 --- /dev/null +++ b/net/tightvncviewer/pkg/DESCR @@ -0,0 +1,11 @@ +"VNC stands for Virtual Network Computing. It is, in essence, a remote + display system which allows you to view a computing 'desktop' + environment not only on the machine where it is running, but from + anywhere on the Internet and from a wide variety of machine + architectures." + +Tight VNC is a modified version of VNC that offers some performance +improvements -- local cursor handling, better compression algorithms, +etc. + +This package contains the viewer for remote X and Win32 VNC servers diff --git a/net/tightvncviewer/pkg/PLIST b/net/tightvncviewer/pkg/PLIST new file mode 100644 index 00000000000..6f4d4bb39bf --- /dev/null +++ b/net/tightvncviewer/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/09/23 00:55:16 mycroft Exp $ +bin/vncviewer +share/doc/vncviewer/README +@dirrm share/doc/vncviewer |