summaryrefslogtreecommitdiff
path: root/net/tightvncviewer
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2001-09-23 00:55:15 +0000
committermycroft <mycroft@pkgsrc.org>2001-09-23 00:55:15 +0000
commita5ae4ff85a8ca3b8742a496777edffc54eb56fd0 (patch)
treef6d4d44fc17a856fbf9c4a8b1457eb8b71f32f33 /net/tightvncviewer
parentdbb836907efbc80aadf1d5fb24aeedbdc015320a (diff)
downloadpkgsrc-a5ae4ff85a8ca3b8742a496777edffc54eb56fd0.tar.gz
Tight VNC, from www.tightvnc.com.
Diffstat (limited to 'net/tightvncviewer')
-rw-r--r--net/tightvncviewer/Makefile29
-rw-r--r--net/tightvncviewer/distinfo5
-rw-r--r--net/tightvncviewer/patches/patch-aa17
-rw-r--r--net/tightvncviewer/pkg/DESCR11
-rw-r--r--net/tightvncviewer/pkg/PLIST4
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