diff options
-rw-r--r-- | meta/xenocara/Makefile | 1 | ||||
-rw-r--r-- | x11/xhost/Makefile | 31 | ||||
-rw-r--r-- | x11/xhost/distinfo | 2 | ||||
-rw-r--r-- | x11/xhost/pkg/DESCR | 8 | ||||
-rw-r--r-- | x11/xhost/pkg/PLIST | 3 |
5 files changed, 45 insertions, 0 deletions
diff --git a/meta/xenocara/Makefile b/meta/xenocara/Makefile index 30bede3..39eb6d9 100644 --- a/meta/xenocara/Makefile +++ b/meta/xenocara/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS = \ x11/xclock \ x11/xconsole \ x11/xenodm \ + x11/xhost \ x11/xinit \ x11/xlockmore-obsd \ x11/xlogo \ 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 |