diff options
author | danfe <danfe@FreeBSD.org> | 2017-05-30 17:44:52 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-05-30 17:44:52 +0800 |
commit | 1f56807b624ab796b62eab08ce7736106287d811 (patch) | |
tree | 8c7b8460bf3fe092eaaea73e36c5ef96bba8159f /x11 | |
parent | 9bb2f20f92ebaffbd9dca45d6ebcbee9615c888b (diff) | |
download | freebsd-ports-graphics-1f56807b624ab796b62eab08ce7736106287d811.tar.gz freebsd-ports-graphics-1f56807b624ab796b62eab08ce7736106287d811.tar.zst freebsd-ports-graphics-1f56807b624ab796b62eab08ce7736106287d811.zip |
Add a port of XkbInd, minimal keyboard layout indicator program.
WWW: http://xkbind.sourceforge.net/
TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xkbind/Makefile | 27 | ||||
-rw-r--r-- | x11/xkbind/distinfo | 3 | ||||
-rw-r--r-- | x11/xkbind/pkg-descr | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index a42e6380931..9819d76090e 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 00000000000..3420183bcea --- /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 00000000000..fb94aebe4c1 --- /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 00000000000..29388d20cc4 --- /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/ |