diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-18 19:03:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-18 19:03:26 +0000 |
commit | 4622a9ef2e7bb66b55d215c7c70be19c9dd66196 (patch) | |
tree | 56658f4f2b512e142b243180b645116427bd061f /x11/setxkbmap | |
parent | 8b196f0c666aa5348bb0cdfa279a8e70786ed4d4 (diff) | |
download | pkgsrc-4622a9ef2e7bb66b55d215c7c70be19c9dd66196.tar.gz |
Initial import of setxkbmap-1.0.3 (from the x.org project):
The setxkbmap command maps the keyboard to use the layout determined
by the options specified on the command line.
Diffstat (limited to 'x11/setxkbmap')
-rw-r--r-- | x11/setxkbmap/DESCR | 2 | ||||
-rw-r--r-- | x11/setxkbmap/Makefile | 18 | ||||
-rw-r--r-- | x11/setxkbmap/PLIST | 3 | ||||
-rw-r--r-- | x11/setxkbmap/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11/setxkbmap/DESCR b/x11/setxkbmap/DESCR new file mode 100644 index 00000000000..d01ae04c1bc --- /dev/null +++ b/x11/setxkbmap/DESCR @@ -0,0 +1,2 @@ +The setxkbmap command maps the keyboard to use the layout determined +by the options specified on the command line. diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile new file mode 100644 index 00000000000..194e654c9c9 --- /dev/null +++ b/x11/setxkbmap/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/18 19:03:26 wiz Exp $ +# + +DISTNAME= setxkbmap-1.0.3 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Set the keyboard map using the X Keyboard Extension + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libxkbfile/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/setxkbmap/PLIST b/x11/setxkbmap/PLIST new file mode 100644 index 00000000000..5f0eb7b4423 --- /dev/null +++ b/x11/setxkbmap/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/18 19:03:26 wiz Exp $ +bin/setxkbmap +man/man1/setxkbmap.1 diff --git a/x11/setxkbmap/distinfo b/x11/setxkbmap/distinfo new file mode 100644 index 00000000000..6e0d3008720 --- /dev/null +++ b/x11/setxkbmap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/18 19:03:26 wiz Exp $ + +SHA1 (setxkbmap-1.0.3.tar.bz2) = 0e11546b3cedd8ba53a753685b60be15cf34316a +RMD160 (setxkbmap-1.0.3.tar.bz2) = 4b23a29f7487de555428499b9c94bce4926fecca +Size (setxkbmap-1.0.3.tar.bz2) = 86655 bytes |