diff options
author | mjl <mjl@pkgsrc.org> | 1999-05-28 21:08:04 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-05-28 21:08:04 +0000 |
commit | 7e5c29d95eb97330f33383c5b0e81ef1f524888c (patch) | |
tree | aff62861ba0a4e2fca85908dfee12fcd84180867 /x11 | |
parent | 7138502115e6e28f48b1d605ffa0dff4e494767a (diff) | |
download | pkgsrc-7e5c29d95eb97330f33383c5b0e81ef1f524888c.tar.gz |
Add package x2x, control multiple X displays with one mouse/keyboard.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x2x/Makefile | 19 | ||||
-rw-r--r-- | x11/x2x/files/md5 | 3 | ||||
-rw-r--r-- | x11/x2x/patches/patch-man | 13 | ||||
-rw-r--r-- | x11/x2x/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/x2x/pkg/DESCR | 2 | ||||
-rw-r--r-- | x11/x2x/pkg/PLIST | 4 |
6 files changed, 42 insertions, 0 deletions
diff --git a/x11/x2x/Makefile b/x11/x2x/Makefile new file mode 100644 index 00000000000..b37c6c68068 --- /dev/null +++ b/x11/x2x/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/28 21:08:04 mjl Exp $ + +DISTNAME= x2x-1.27 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.digital.com/pub/Digital/SRC/x2x/ \ + ftp://ftp.digital.de/Digital/SRC/x2x/ + +MAINTAINER= packages@netbsd.org + +USE_X11BASE= yes +USE_IMAKE= yes + +post-configure: + (cd ${WRKSRC}; ln -s x2x.1 x2x.man) + +post-install: + (cd ${WRKSRC}; ${INSTALL_MAN} x2x.1 ${PREFIX}/man/man1) + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/x2x/files/md5 b/x11/x2x/files/md5 new file mode 100644 index 00000000000..0aea51dd45b --- /dev/null +++ b/x11/x2x/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/28 21:08:05 mjl Exp $ + +MD5 (x2x-1.27.tar.gz) = 3d1bc863f3209ec37caf7f57bde7e8f0 diff --git a/x11/x2x/patches/patch-man b/x11/x2x/patches/patch-man new file mode 100644 index 00000000000..59d77b76452 --- /dev/null +++ b/x11/x2x/patches/patch-man @@ -0,0 +1,13 @@ +$NetBSD: patch-man,v 1.1.1.1 1999/05/28 21:08:05 mjl Exp $ + +--- x2x.1.orig Fri May 28 22:37:57 1999 ++++ x2x.1 Fri May 28 22:38:09 1999 +@@ -3,7 +3,7 @@ + .SH NAME + x2x \- X to X connection + .SH SYNTAX +-\f x2x\fR <[-to <DISPLAY>] | [-from <DISPLAY>]> [options...] ++\fB x2x\fR <[-to <DISPLAY>] | [-from <DISPLAY>]> [options...] + .SH DESCRIPTION + x2x allows the keyboard and mouse on one ("from") X display to be used to + control another ("to") X display. Since x2x uses the XTEST extension, diff --git a/x11/x2x/pkg/COMMENT b/x11/x2x/pkg/COMMENT new file mode 100644 index 00000000000..ac63d6dee28 --- /dev/null +++ b/x11/x2x/pkg/COMMENT @@ -0,0 +1 @@ +One keyboard and mouse to control multiple X displays diff --git a/x11/x2x/pkg/DESCR b/x11/x2x/pkg/DESCR new file mode 100644 index 00000000000..e5bfc9783a2 --- /dev/null +++ b/x11/x2x/pkg/DESCR @@ -0,0 +1,2 @@ +x2x allows the keyboard and mouse on one ("from") X display +to be used to control another ("to") X display. diff --git a/x11/x2x/pkg/PLIST b/x11/x2x/pkg/PLIST new file mode 100644 index 00000000000..6e915d89d96 --- /dev/null +++ b/x11/x2x/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/28 21:08:05 mjl Exp $ +bin/x2x +man/cat1/x2x.0 +man/man1/x2x.1 |