x11-servers/x2x: Remove port

Desktop-focused software not aligned with server objectives
This commit is contained in:
Bastard Operator from Hell 2025-05-06 16:10:39 +02:00
parent 36177dc752
commit b24e0ae18e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
6 changed files with 1 additions and 63 deletions

View File

@ -6900,6 +6900,7 @@ x11-fonts/linux-c7-fontconfig
x11-fonts/linux-rl9-fontconfig
x11-fonts/oxygen-fonts
x11-servers/x2vnc
x11-servers/x2x
x11-servers/xarcan
x11-servers/Xfstt
x11-servers/xwayland

View File

@ -1,6 +1,5 @@
COMMENT = X11 servers
SUBDIR += x2x
SUBDIR += xorg-server
.include <bsd.port.subdir.mk>

View File

@ -1,27 +0,0 @@
PORTNAME= x2x
PORTVERSION= 1.30.20180709
PORTREVISION= 1
CATEGORIES= x11-servers
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to link multiple X servers together
WWW= https://github.com/dottedmag/x2x
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= dottedmag
GH_TAGNAME= e62a535
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_XORG= x11 xext xtst
OPTIONS_DEFINE= DOCS
PORTDOCS= *
PLIST_FILES= bin/x2x share/man/man1/x2x.1.gz
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1531643384
SHA256 (dottedmag-x2x-1.30.20180709-e62a535_GH0.tar.gz) = 26f9b43e982a64daf13dcad0be694d4687032e914c3d0b3e9baad8b51f08d41d
SIZE (dottedmag-x2x-1.30.20180709-e62a535_GH0.tar.gz) = 47678

View File

@ -1,11 +0,0 @@
--- configure.ac.orig 2018-07-15 08:54:28 UTC
+++ configure.ac
@@ -15,7 +15,7 @@ AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
AC_PROG_INSTALL
-AX_CFLAGS_WARN_ALL
+#AX_CFLAGS_WARN_ALL
## This PKG_CHECK_MODULES can be replaced by the following three
## AC_SEARCH_LIBSs and the non-Cygwin setting of AM_LDFLAGS and

View File

@ -1,21 +0,0 @@
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, the "to" X display must support XTEST.
In the default interface, x2x puts a window on the "from" display.
This window is labeled with the name of the "to" display. Keystrokes
typed into this window go to the window on the "to" display that has
the input focus. Clicking on the x2x window causes the mouse on the
"from" display to control the cursor on the "to" display. Perform-
ing a subsequent multiple button click on the "to" display returns
control to the "from" display.
If the -east or -west options are specified on the command line, x2x
starts up with a different interface. When the mouse moves to the
(east or west) side of the default screen on the "from" display, the
cursor slides over to the "to" display. When the mouse returns to to
side of the "to" display that it entered, it slides back onto the
"from" display.
Unless the -nosel option is specified, x2x relays X selections from
one display to the other.