diff options
-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 |