From d3c5e5c7460f085eb2a324c638da6e77fee40482 Mon Sep 17 00:00:00 2001 From: fgsch Date: Fri, 18 Oct 2002 20:34:06 +0000 Subject: [PATCH] - update to x2vnc 1.4 - remove NEED_VERSION. - add HOMEPAGE - take over maintainership. maintainer ok. --- x11/x2vnc/Makefile | 9 +++++---- x11/x2vnc/distinfo | 6 +++--- x11/x2vnc/patches/patch-x_c | 22 +++++++++++----------- x11/x2vnc/pkg/DESCR | 4 ++-- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/x11/x2vnc/Makefile b/x11/x2vnc/Makefile index de3be9f1078..6646c021d7b 100644 --- a/x11/x2vnc/Makefile +++ b/x11/x2vnc/Makefile @@ -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 +MAINTAINER= Federico Schwindt 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 diff --git a/x11/x2vnc/distinfo b/x11/x2vnc/distinfo index ce379433a6d..84798e3eb5d 100644 --- a/x11/x2vnc/distinfo +++ b/x11/x2vnc/distinfo @@ -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 diff --git a/x11/x2vnc/patches/patch-x_c b/x11/x2vnc/patches/patch-x_c index 75b1d2694ed..f3b5f74beef 100644 --- a/x11/x2vnc/patches/patch-x_c +++ b/x11/x2vnc/patches/patch-x_c @@ -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); diff --git a/x11/x2vnc/pkg/DESCR b/x11/x2vnc/pkg/DESCR index f9748990567..ba7ed4f8a11 100644 --- a/x11/x2vnc/pkg/DESCR +++ b/x11/x2vnc/pkg/DESCR @@ -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.