diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-03 22:30:03 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-03 22:30:03 +0200 |
commit | 6bad1e8ba2ec46d4b79343fe5d285a82cad1884f (patch) | |
tree | 74433801880ff0513ddce5e32d2d21ad940c30ad /x11/libXau | |
parent | 59aa457982a63b4e7d669dd3b538ac4df6fcde21 (diff) |
Initial libXau
Diffstat (limited to 'x11/libXau')
-rw-r--r-- | x11/libXau/Makefile | 33 | ||||
-rw-r--r-- | x11/libXau/distinfo | 2 | ||||
-rw-r--r-- | x11/libXau/pkg/DESCR | 1 | ||||
-rw-r--r-- | x11/libXau/pkg/PLIST | 15 |
4 files changed, 51 insertions, 0 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile new file mode 100644 index 0000000..28ce7aa --- /dev/null +++ b/x11/libXau/Makefile @@ -0,0 +1,33 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = functions for handling Xauthority files and entries. + +DISTNAME = libXau-1.0.9 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxau + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= Xau 10.0 + +# MIT +PERMIT_PACKAGE = Yes + +#WANTLIB = ??? + +MASTER_SITES = ${MASTER_SITE_XORG:=lib/} + +# Dependencies +BUILD_DEPENDS = devel/xorg-util-macros \ + devel/xorgproto + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + + + +#NO_BUILD = Yes +NO_TEST = Yes + + +.include <bsd.port.mk> diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo new file mode 100644 index 0000000..030d107 --- /dev/null +++ b/x11/libXau/distinfo @@ -0,0 +1,2 @@ +SHA256 (libXau-1.0.9.tar.gz) = HxI9gwSwgq1jqeiTdkAKOx1MKeZ+PqB7P2WczMppDuo= +SIZE (libXau-1.0.9.tar.gz) = 394068 diff --git a/x11/libXau/pkg/DESCR b/x11/libXau/pkg/DESCR new file mode 100644 index 0000000..5f04799 --- /dev/null +++ b/x11/libXau/pkg/DESCR @@ -0,0 +1 @@ +libXau implements the X client authorization protocols. diff --git a/x11/libXau/pkg/PLIST b/x11/libXau/pkg/PLIST new file mode 100644 index 0000000..4dc0bfb --- /dev/null +++ b/x11/libXau/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $OpenBSD: PLIST,v$ +include/X11/Xauth.h +lib/libXau.a +lib/libXau.la +@lib lib/libXau.so.${LIBXau_VERSION} +lib/pkgconfig/xau.pc +@man man/man3/Xau.3 +@man man/man3/XauDisposeAuth.3 +@man man/man3/XauFileName.3 +@man man/man3/XauGetAuthByAddr.3 +@man man/man3/XauGetBestAuthByAddr.3 +@man man/man3/XauLockAuth.3 +@man man/man3/XauReadAuth.3 +@man man/man3/XauUnlockAuth.3 +@man man/man3/XauWriteAuth.3 |