- update to x2vnc 1.4
- remove NEED_VERSION. - add HOMEPAGE - take over maintainership. maintainer ok.
This commit is contained in:
parent
33def50a65
commit
d3c5e5c746
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/03/21 21:25:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2002/10/18 20:34:06 fgsch Exp $
|
||||
|
||||
COMMENT= one keyboard and/or mouse, multiple X and VNC displays
|
||||
|
||||
DISTNAME= x2vnc-1.2
|
||||
DISTNAME= x2vnc-1.4
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
MAINTAINER= Dug Song <dugsong@monkey.org>
|
||||
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -15,6 +14,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.hubbe.net/~hubbe/
|
||||
|
||||
HOMEPAGE= http://www.hubbe.net/~hubbe/x2vnc.html
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= imake
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (x2vnc-1.2.tar.gz) = 3654743ac5a64e0f3db03a32b3c6776b
|
||||
RMD160 (x2vnc-1.2.tar.gz) = 0c730608b85f963c7d2cd449f949c9e375c4bf0b
|
||||
SHA1 (x2vnc-1.2.tar.gz) = 54958bb284ae826731b2d787b20194b6043c041e
|
||||
MD5 (x2vnc-1.4.tar.gz) = 03a5bf0b30c8a93e1e3ec105844c5950
|
||||
RMD160 (x2vnc-1.4.tar.gz) = 1b3d4a30f9acdcaa8385c5772f3532eecf6ba0f7
|
||||
SHA1 (x2vnc-1.4.tar.gz) = 4bb0f48936864bd90a4269cb36630b5564622441
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- x.c.orig Wed Mar 14 02:27:15 2001
|
||||
+++ x.c Wed Apr 4 13:09:46 2001
|
||||
@@ -341,7 +341,7 @@
|
||||
XGrabPointer(dpy, topLevel, True,
|
||||
PointerMotionMask | ButtonPressMask | ButtonReleaseMask,
|
||||
GrabModeAsync, GrabModeAsync,
|
||||
- None, grabCursor, CurrentTime);
|
||||
+ DefaultRootWindow(dpy), grabCursor, CurrentTime);
|
||||
XGrabKeyboard(dpy, topLevel, True,
|
||||
GrabModeAsync, GrabModeAsync,
|
||||
CurrentTime);
|
||||
--- x.c.orig Mon May 27 18:43:32 2002
|
||||
+++ x.c Sun Oct 13 22:33:24 2002
|
||||
@@ -372,7 +372,7 @@ static void grabit(int x, int y, int sta
|
||||
XGrabPointer(dpy, topLevel, True,
|
||||
PointerMotionMask | ButtonPressMask | ButtonReleaseMask,
|
||||
GrabModeAsync, GrabModeAsync,
|
||||
- None, grabCursor, CurrentTime);
|
||||
+ DefaultRootWindow(dpy), grabCursor, CurrentTime);
|
||||
XGrabKeyboard(dpy, topLevel, True,
|
||||
GrabModeAsync, GrabModeAsync,
|
||||
CurrentTime);
|
||||
|
@ -1,7 +1,7 @@
|
||||
from http://www.hubbe.net/~hubbe/x2vnc.html:
|
||||
|
||||
This program will let you use two screens on two different computers
|
||||
as if they were connected to the same computer. Even if one of the
|
||||
computers runs Windows 95/98/NT and the other one runs X-windows.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
||||
-d.
|
||||
|
Loading…
Reference in New Issue
Block a user