diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-07 17:23:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-07 17:23:58 +0000 |
commit | 421fab12cfbee86f80ccaf82858fa03f05567dab (patch) | |
tree | 462e3b8f10b8f5e9f760e866fe76ff8ed125a846 /x11/xkbcomp | |
parent | 37a91d42c9cc81ac9ad9a279383074f79dddbc25 (diff) | |
download | pkgsrc-421fab12cfbee86f80ccaf82858fa03f05567dab.tar.gz |
Import xkbcomp-1.0.2:
The xkbcomp tool converts descriptions of an XKB keymap into other
formats, most importantly the compiled keymaps used by XKB-capable
X servers.
Diffstat (limited to 'x11/xkbcomp')
-rw-r--r-- | x11/xkbcomp/DESCR | 3 | ||||
-rw-r--r-- | x11/xkbcomp/Makefile | 21 | ||||
-rw-r--r-- | x11/xkbcomp/PLIST | 3 | ||||
-rw-r--r-- | x11/xkbcomp/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11/xkbcomp/DESCR b/x11/xkbcomp/DESCR new file mode 100644 index 00000000000..9b5e88c3059 --- /dev/null +++ b/x11/xkbcomp/DESCR @@ -0,0 +1,3 @@ +The xkbcomp tool converts descriptions of an XKB keymap into other +formats, most importantly the compiled keymaps used by XKB-capable +X servers. diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile new file mode 100644 index 00000000000..a4df2cbe3f8 --- /dev/null +++ b/x11/xkbcomp/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:23:58 joerg Exp $ +# + +DISTNAME= xkbcomp-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= XKBD keymap compiler + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libxkbfile/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xkbcomp/PLIST b/x11/xkbcomp/PLIST new file mode 100644 index 00000000000..455c43aa6d2 --- /dev/null +++ b/x11/xkbcomp/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/07 17:23:58 joerg Exp $ +bin/xkbcomp +man/man1/xkbcomp.1 diff --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo new file mode 100644 index 00000000000..46f774984f1 --- /dev/null +++ b/x11/xkbcomp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/07 17:23:58 joerg Exp $ + +SHA1 (xkbcomp-1.0.2.tar.bz2) = 2e01ea15e85a815a40d028df794bdc41aed1a25c +RMD160 (xkbcomp-1.0.2.tar.bz2) = 9d20df260ab15711b5c3ceb8c75019b5fbb5149f +Size (xkbcomp-1.0.2.tar.bz2) = 185124 bytes |