diff options
author | joerg <joerg> | 2007-01-16 20:53:30 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-16 20:53:30 +0000 |
commit | 21531459e7a64edd2f76ab3d841b8fe63990de6c (patch) | |
tree | 6f4f3eb42bc64a3f6e7001cdf95c90de91e3259a /x11 | |
parent | e3e6658b26ce37f298d9bbe9f12f25ba8ab71e4e (diff) | |
download | pkgsrc-21531459e7a64edd2f76ab3d841b8fe63990de6c.tar.gz |
Import iceauth-1.0.1, the program to display and modify the ICE authority
file.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/iceauth/DESCR | 4 | ||||
-rw-r--r-- | x11/iceauth/Makefile | 20 | ||||
-rw-r--r-- | x11/iceauth/PLIST | 3 | ||||
-rw-r--r-- | x11/iceauth/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11/iceauth/DESCR b/x11/iceauth/DESCR new file mode 100644 index 00000000000..0081a5b7388 --- /dev/null +++ b/x11/iceauth/DESCR @@ -0,0 +1,4 @@ +This package provides iceauth, a program to display and manipulate the +authentication data used by the Inter Client Exchange protocol. + +This is from the modular X.org X11 project. diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile new file mode 100644 index 00000000000..7345c1e2ac0 --- /dev/null +++ b/x11/iceauth/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/16 20:53:30 joerg Exp $ +# + +DISTNAME= iceauth-1.0.1 +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= ICE protocol utility + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libICE/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/iceauth/PLIST b/x11/iceauth/PLIST new file mode 100644 index 00000000000..e177bf4983e --- /dev/null +++ b/x11/iceauth/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/16 20:53:30 joerg Exp $ +bin/iceauth +man/man1/iceauth.1 diff --git a/x11/iceauth/distinfo b/x11/iceauth/distinfo new file mode 100644 index 00000000000..14bb37c8964 --- /dev/null +++ b/x11/iceauth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/16 20:53:30 joerg Exp $ + +SHA1 (iceauth-1.0.1.tar.bz2) = 525a870033da099688826b61c6552e5d1f418618 +RMD160 (iceauth-1.0.1.tar.bz2) = 7cb397760e61065342b9adaf46983b58fc41dc1c +Size (iceauth-1.0.1.tar.bz2) = 84339 bytes |