diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xhost | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/xhost')
-rw-r--r-- | x11/xhost/Makefile | 22 | ||||
-rw-r--r-- | x11/xhost/distinfo | 3 | ||||
-rw-r--r-- | x11/xhost/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile new file mode 100644 index 000000000000..c8c84546ff78 --- /dev/null +++ b/x11/xhost/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xhost +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xhost +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Server access control program for X + +XORG_CAT= app +USE_XORG= x11 xmuu xau + +PLIST_FILES= bin/xhost + +MAN1= xhost.1 + +.include <bsd.port.mk> diff --git a/x11/xhost/distinfo b/x11/xhost/distinfo new file mode 100644 index 000000000000..5e173eddbb7a --- /dev/null +++ b/x11/xhost/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xhost-1.0.1.tar.bz2) = 5300c9aafa58878c8f6e85379d5c199c +SHA256 (xorg/app/xhost-1.0.1.tar.bz2) = b03b8c9a083064c35c2e7b76af2b0c28d756ced17d3c31549300fea057fd3822 +SIZE (xorg/app/xhost-1.0.1.tar.bz2) = 90034 diff --git a/x11/xhost/pkg-descr b/x11/xhost/pkg-descr new file mode 100644 index 000000000000..7ef86f82225d --- /dev/null +++ b/x11/xhost/pkg-descr @@ -0,0 +1,5 @@ +This package contains xhost, a server access control program for the +X Window System. + +- Joel Dahl +joel@FreeBSD.org |