summaryrefslogtreecommitdiff
path: root/x11-servers/x2vnc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-12 19:50:22 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-12 19:50:22 +0000
commit6471b3d417a260dd84094ccff9636167759bdd39 (patch)
tree283cd527f815669d6b5096ecddd3b6180524b713 /x11-servers/x2vnc
parentUpdate md5 (seems like they lost old distfile). (diff)
Add x2vnc, a program that merges the capabilities of x2x and
vncviewer, allowing X and VNC displays to be joined together.
Notes
Notes: svn path=/head/; revision=32562
Diffstat (limited to 'x11-servers/x2vnc')
-rw-r--r--x11-servers/x2vnc/Makefile20
-rw-r--r--x11-servers/x2vnc/distinfo1
-rw-r--r--x11-servers/x2vnc/pkg-comment1
-rw-r--r--x11-servers/x2vnc/pkg-descr8
-rw-r--r--x11-servers/x2vnc/pkg-plist1
5 files changed, 31 insertions, 0 deletions
diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile
new file mode 100644
index 000000000000..ff6305b96c54
--- /dev/null
+++ b/x11-servers/x2vnc/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: x2vnc
+# Date created: 12th September 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= x2vnc
+PORTVERSION= 1.1
+CATEGORIES= x11
+MASTER_SITES= http://www.hubbe.net/~hubbe/
+
+MAINTAINER= ade@FreeBSD.org
+
+USE_IMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin/x2vnc
+
+.include <bsd.port.mk>
diff --git a/x11-servers/x2vnc/distinfo b/x11-servers/x2vnc/distinfo
new file mode 100644
index 000000000000..5fd88dc0c298
--- /dev/null
+++ b/x11-servers/x2vnc/distinfo
@@ -0,0 +1 @@
+MD5 (x2vnc-1.1.tar.gz) = 782b9379766132696a483cf85932ace4
diff --git a/x11-servers/x2vnc/pkg-comment b/x11-servers/x2vnc/pkg-comment
new file mode 100644
index 000000000000..8137671a6133
--- /dev/null
+++ b/x11-servers/x2vnc/pkg-comment
@@ -0,0 +1 @@
+A program to link multiple X and VNC servers together
diff --git a/x11-servers/x2vnc/pkg-descr b/x11-servers/x2vnc/pkg-descr
new file mode 100644
index 000000000000..5cb846d2de75
--- /dev/null
+++ b/x11-servers/x2vnc/pkg-descr
@@ -0,0 +1,8 @@
+This program merges the capabilities of x2x and vncviewer.
+It will allow a machine with an X display and a machine with
+a VNC server running on it's main screen to act as if they
+were two displays connected to one machine. When you move
+your mouse pointer off the screen in a direction of your
+choosing, the pointer will appear on the other screen instead.
+
+WWW: http://www.hubbe.net/~hubbe/x2vnc.html
diff --git a/x11-servers/x2vnc/pkg-plist b/x11-servers/x2vnc/pkg-plist
new file mode 100644
index 000000000000..a486dfe44289
--- /dev/null
+++ b/x11-servers/x2vnc/pkg-plist
@@ -0,0 +1 @@
+bin/x2vnc