Add a port of XkbInd, minimal keyboard layout indicator program.

WWW: http://xkbind.sourceforge.net/

TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318
This commit is contained in:
Alexey Dokuchaev 2017-05-30 09:44:52 +00:00
parent 959e51b21f
commit 03c7e5dec9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442055
4 changed files with 39 additions and 0 deletions

View File

@ -426,6 +426,7 @@
SUBDIR += xkbcomp
SUBDIR += xkbctrl
SUBDIR += xkbevd
SUBDIR += xkbind
SUBDIR += xkbprint
SUBDIR += xkbset
SUBDIR += xkbutils

27
x11/xkbind/Makefile Normal file
View File

@ -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>

3
x11/xkbind/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1275127318
SHA256 (xkbind-2010.05.20.tar.gz) = 03697ec801fbe5e3d44eef3c5771130fa32f5b6ac09406c393e210498bc35a1e
SIZE (xkbind-2010.05.20.tar.gz) = 118402

8
x11/xkbind/pkg-descr Normal file
View File

@ -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/