aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-05-30 09:44:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-05-30 09:44:52 +0000
commit03c7e5dec97c2a41b8c98320db0df6e4625d60a0 (patch)
tree8c7b8460bf3fe092eaaea73e36c5ef96bba8159f /x11
parent959e51b21f5d37ed223be3730305f4b4dce86dfe (diff)
downloadports-03c7e5dec97c2a41b8c98320db0df6e4625d60a0.tar.gz
ports-03c7e5dec97c2a41b8c98320db0df6e4625d60a0.zip
Add a port of XkbInd, minimal keyboard layout indicator program.
WWW: http://xkbind.sourceforge.net/ TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318
Notes
Notes: svn path=/head/; revision=442055
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/xkbind/Makefile27
-rw-r--r--x11/xkbind/distinfo3
-rw-r--r--x11/xkbind/pkg-descr8
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index a42e6380931b..9819d76090e8 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -426,6 +426,7 @@
SUBDIR += xkbcomp
SUBDIR += xkbctrl
SUBDIR += xkbevd
+ SUBDIR += xkbind
SUBDIR += xkbprint
SUBDIR += xkbset
SUBDIR += xkbutils
diff --git a/x11/xkbind/Makefile b/x11/xkbind/Makefile
new file mode 100644
index 000000000000..3420183bcea6
--- /dev/null
+++ b/x11/xkbind/Makefile
@@ -0,0 +1,27 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= xkbind
+PORTVERSION= 2010.05.20
+CATEGORIES= x11
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/source
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= Minimal keyboard layout indicator program
+
+LICENSE= GPLv2
+
+GNU_CONFIGURE= yes
+USE_XORG= x11
+
+PLIST_FILES= bin/${PORTNAME} lib/${PORTNAME}/app-defaults/Xkbind \
+ man/man1/${PORTNAME}.1.gz
+PORTDOCS= AUTHORS ChangeLog README README.utf8.ru THANKS
+
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/x11/xkbind/distinfo b/x11/xkbind/distinfo
new file mode 100644
index 000000000000..fb94aebe4c14
--- /dev/null
+++ b/x11/xkbind/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1275127318
+SHA256 (xkbind-2010.05.20.tar.gz) = 03697ec801fbe5e3d44eef3c5771130fa32f5b6ac09406c393e210498bc35a1e
+SIZE (xkbind-2010.05.20.tar.gz) = 118402
diff --git a/x11/xkbind/pkg-descr b/x11/xkbind/pkg-descr
new file mode 100644
index 000000000000..29388d20cc45
--- /dev/null
+++ b/x11/xkbind/pkg-descr
@@ -0,0 +1,8 @@
+XkbInd program (X Keyboard Extension Indicator) is a minimal indicator of
+keyboard layout (XKB group) for the X Window System; it outputs information
+about current keyboard layout attached to each top-level window through
+their captions via prefixes to original title strings. It also allows to
+simulate an independent keyboard layout for each handled window and works
+with most of the window managers.
+
+WWW: http://xkbind.sourceforge.net/