diff options
author | agc <agc> | 2001-10-24 09:42:52 +0000 |
---|---|---|
committer | agc <agc> | 2001-10-24 09:42:52 +0000 |
commit | e9d487fa2d3cef85742477539e69a8f4f973bd5e (patch) | |
tree | 9c8d3b877372122ffe802332ad02040a0308cebf /net | |
parent | 826bb18f6c4ff06f9f65c22225b0455396089cc6 (diff) | |
download | pkgsrc-e9d487fa2d3cef85742477539e69a8f4f973bd5e.tar.gz |
Initial import of x2vnc 1.2 into the NetBSD Packages Collection.
x2vnc 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 its 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.
Provided in PR 14344 by Michael Santos (mike@ethmoid.org).
Diffstat (limited to 'net')
-rw-r--r-- | net/x2vnc/Makefile | 14 | ||||
-rw-r--r-- | net/x2vnc/distinfo | 4 | ||||
-rw-r--r-- | net/x2vnc/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/x2vnc/pkg/PLIST | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile new file mode 100644 index 00000000000..a6ff5c9e4a3 --- /dev/null +++ b/net/x2vnc/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/24 09:42:52 agc Exp $ +# + +DISTNAME= x2vnc-1.2 +CATEGORIES= net x11 +MASTER_SITES= http://fredrik.hubbe.net/ + +MAINTAINER= mike@ethmoid.org +HOMEPAGE= http://fredrik.hubbe.net/x2vnc.html +COMMENT= Multi-console display using X and VNC + +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/x2vnc/distinfo b/net/x2vnc/distinfo new file mode 100644 index 00000000000..9c86e0fda90 --- /dev/null +++ b/net/x2vnc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/24 09:42:52 agc Exp $ + +SHA1 (x2vnc-1.2.tar.gz) = 54958bb284ae826731b2d787b20194b6043c041e +Size (x2vnc-1.2.tar.gz) = 34303 bytes diff --git a/net/x2vnc/pkg/DESCR b/net/x2vnc/pkg/DESCR new file mode 100644 index 00000000000..bd96e94548d --- /dev/null +++ b/net/x2vnc/pkg/DESCR @@ -0,0 +1,6 @@ +x2vnc 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 its 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. diff --git a/net/x2vnc/pkg/PLIST b/net/x2vnc/pkg/PLIST new file mode 100644 index 00000000000..3901fea5dc9 --- /dev/null +++ b/net/x2vnc/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/24 09:42:52 agc Exp $ +bin/x2vnc +man/cat1/x2vnc.0 |