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/xauth | |
parent | Document png -- DoS crash vulnerability. (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/xauth')
-rw-r--r-- | x11/xauth/Makefile | 22 | ||||
-rw-r--r-- | x11/xauth/distinfo | 3 | ||||
-rw-r--r-- | x11/xauth/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile new file mode 100644 index 000000000000..65007f16644b --- /dev/null +++ b/x11/xauth/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xauth +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xauth +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X authority file utility + +XORG_CAT= app +USE_XORG= x11 xau xext xmuu + +PLIST_FILES= bin/xauth + +MAN1= xauth.1 + +.include <bsd.port.mk> diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo new file mode 100644 index 000000000000..9573c12bf938 --- /dev/null +++ b/x11/xauth/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xauth-1.0.2.tar.bz2) = 31b956edaeb453ddaa640420e97b25b2 +SHA256 (xorg/app/xauth-1.0.2.tar.bz2) = 569e5a581e5eb16abf1c04a66da22c6dade14578ab34e5e78b8724bb655f1f17 +SIZE (xorg/app/xauth-1.0.2.tar.bz2) = 110215 diff --git a/x11/xauth/pkg-descr b/x11/xauth/pkg-descr new file mode 100644 index 000000000000..5d60b7db4126 --- /dev/null +++ b/x11/xauth/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org X authority file utility. + +- Joel Dahl +joel@FreeBSD.org |