diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-17 16:07:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-17 16:07:29 +0000 |
commit | b1977d987c244bc954e59269641d4e1ea6f14b12 (patch) | |
tree | c15dc41e442381cf2e4e7b6d754a11fbfe50f2ba /x11 | |
parent | 0e1fff19c10a6580e3a32c7d765bd4d79bc5a33f (diff) | |
download | pkgsrc-b1977d987c244bc954e59269641d4e1ea6f14b12.tar.gz |
Import xauth-1.0.2 from modular Xorg.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xauth/DESCR | 4 | ||||
-rw-r--r-- | x11/xauth/Makefile | 21 | ||||
-rw-r--r-- | x11/xauth/PLIST | 3 | ||||
-rw-r--r-- | x11/xauth/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/xauth/DESCR b/x11/xauth/DESCR new file mode 100644 index 00000000000..e343b06d901 --- /dev/null +++ b/x11/xauth/DESCR @@ -0,0 +1,4 @@ +This package provides xauth, a program to display and manipulate the +authentication data used by the X11 clients. + +This is from the modular X.org X11 project. diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile new file mode 100644 index 00000000000..4fb62095df7 --- /dev/null +++ b/x11/xauth/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/17 16:07:29 joerg Exp $ +# + +DISTNAME= xauth-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X authentication utility + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xauth/PLIST b/x11/xauth/PLIST new file mode 100644 index 00000000000..7f933063a2f --- /dev/null +++ b/x11/xauth/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/17 16:07:29 joerg Exp $ +bin/xauth +man/man1/xauth.1 diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo new file mode 100644 index 00000000000..d7c11dcf6b8 --- /dev/null +++ b/x11/xauth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/17 16:07:29 joerg Exp $ + +SHA1 (xauth-1.0.2.tar.bz2) = 64bf289e3b3776de7f6b5984eb6ed238cfe9e2aa +RMD160 (xauth-1.0.2.tar.bz2) = 38ec3103b90167668f385167b25cb48675742a4c +Size (xauth-1.0.2.tar.bz2) = 110215 bytes |