diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-12 19:50:22 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-12 19:50:22 +0000 |
commit | 6471b3d417a260dd84094ccff9636167759bdd39 (patch) | |
tree | 283cd527f815669d6b5096ecddd3b6180524b713 /x11-servers | |
parent | dde59ba604d5a40871216f9ab12bf670b4d856b4 (diff) | |
download | ports-6471b3d417a260dd84094ccff9636167759bdd39.tar.gz ports-6471b3d417a260dd84094ccff9636167759bdd39.zip |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/Makefile | 1 | ||||
-rw-r--r-- | x11-servers/x2vnc/Makefile | 20 | ||||
-rw-r--r-- | x11-servers/x2vnc/distinfo | 1 | ||||
-rw-r--r-- | x11-servers/x2vnc/pkg-comment | 1 | ||||
-rw-r--r-- | x11-servers/x2vnc/pkg-descr | 8 | ||||
-rw-r--r-- | x11-servers/x2vnc/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/x11-servers/Makefile b/x11-servers/Makefile index 65cb07c522be..a177d754f85a 100644 --- a/x11-servers/Makefile +++ b/x11-servers/Makefile @@ -38,6 +38,7 @@ SUBDIR += XttXF98srv-WABEP SUBDIR += XttXF98srv-WABS SUBDIR += XttXF98srv-WSNA + SUBDIR += x2vnc SUBDIR += x2x .include <bsd.port.subdir.mk> 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 |