diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:29:15 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:29:15 +0000 |
commit | ce8b8124910469c69171e65ccc7a5a9c74e607e2 (patch) | |
tree | 3b63740420b214e46deec93b8e880ee56b6a3561 /x11/xhost | |
parent | b3452709e509fb7218c6688b2334e5463ebbcb30 (diff) | |
download | pkgsrc-ce8b8124910469c69171e65ccc7a5a9c74e607e2.tar.gz |
This package provides xhost, the server access control program for X.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xhost')
-rw-r--r-- | x11/xhost/DESCR | 3 | ||||
-rw-r--r-- | x11/xhost/Makefile | 19 | ||||
-rw-r--r-- | x11/xhost/PLIST | 3 | ||||
-rw-r--r-- | x11/xhost/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11/xhost/DESCR b/x11/xhost/DESCR new file mode 100644 index 00000000000..d2f50355bf9 --- /dev/null +++ b/x11/xhost/DESCR @@ -0,0 +1,3 @@ +This package provides xhost, the server access control program for X. + +This is from the modular X.org X11 project. diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile new file mode 100644 index 00000000000..d3ca27ea580 --- /dev/null +++ b/x11/xhost/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/25 04:29:15 dsainty Exp $ +# + +DISTNAME= xhost-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dsainty@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Server access control program for X + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXau/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xhost/PLIST b/x11/xhost/PLIST new file mode 100644 index 00000000000..123fe608fcb --- /dev/null +++ b/x11/xhost/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/25 04:29:15 dsainty Exp $ +bin/xhost +man/man1/xhost.1 diff --git a/x11/xhost/distinfo b/x11/xhost/distinfo new file mode 100644 index 00000000000..281b9e10093 --- /dev/null +++ b/x11/xhost/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/25 04:29:15 dsainty Exp $ + +SHA1 (xhost-1.0.1.tar.bz2) = 37d39febdf0a26f4a5c9e4bd9711c528d1c6ea72 +RMD160 (xhost-1.0.1.tar.bz2) = d45cd2b6ae8ebe6c0b228acdafe2ff0b1898a1c6 +Size (xhost-1.0.1.tar.bz2) = 90034 bytes |