summaryrefslogtreecommitdiff
path: root/x11/xhost
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2021-09-02 20:01:55 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2021-09-02 20:01:55 +0200
commit67b2b509604accc9f5fbbbc1da16ae33dd813be5 (patch)
tree219a95a8f8a8873a979f5f40a11c7615a24b3768 /x11/xhost
parent85279f8c1fe0d70935f5f363cf4817df692a7c2e (diff)
add xhost 1.0.8
Diffstat (limited to 'x11/xhost')
-rw-r--r--x11/xhost/Makefile31
-rw-r--r--x11/xhost/distinfo2
-rw-r--r--x11/xhost/pkg/DESCR8
-rw-r--r--x11/xhost/pkg/PLIST3
4 files changed, 44 insertions, 0 deletions
diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile
new file mode 100644
index 0000000..1fbe585
--- /dev/null
+++ b/x11/xhost/Makefile
@@ -0,0 +1,31 @@
+# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
+COMMENT = X Window System access control
+
+
+DISTNAME = xhost-1.0.8
+CATEGORIES = x11
+
+HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xhost
+
+MAINTAINER = xenocara@openbsd.org
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+WANTLIB = X11 Xmuu c
+
+MASTER_SITES = ${MASTER_SITE_XORG:=app/}
+
+MODULES = xenocara
+
+BUILD_DEPENDS = devel/xorgproto
+
+LIB_DEPENDS = x11/libX11 \
+ x11/libXmu
+
+SEPARATE_BUILD = Yes
+CONFIGURE_STYLE = gnu
+
+NO_TEST = Yes
+
+.include <bsd.port.mk>
diff --git a/x11/xhost/distinfo b/x11/xhost/distinfo
new file mode 100644
index 0000000..d5ca012
--- /dev/null
+++ b/x11/xhost/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xhost-1.0.8.tar.gz) = 5aq84VM9x3jOtbvCBxBc83cPcQYpys6q1kZ1sAw4w/g=
+SIZE (xhost-1.0.8.tar.gz) = 172631
diff --git a/x11/xhost/pkg/DESCR b/x11/xhost/pkg/DESCR
new file mode 100644
index 0000000..0b153fd
--- /dev/null
+++ b/x11/xhost/pkg/DESCR
@@ -0,0 +1,8 @@
+The xhost program is used to add and delete host names or user names to
+the list allowed to make connections to the X server. In the case of
+hosts, this provides a rudimentary form of privacy control and
+security. It is only sufficient for a workstation (single user)
+environment, although it does limit the worst abuses. Environments
+which require more sophisticated measures should implement the user-
+based mechanism or use the hooks in the protocol for passing other
+authentication data to the server.
diff --git a/x11/xhost/pkg/PLIST b/x11/xhost/pkg/PLIST
new file mode 100644
index 0000000..9fe6081
--- /dev/null
+++ b/x11/xhost/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $OpenBSD: PLIST,v$
+@bin bin/xhost
+@man man/man1/xhost.1