svn commit: r442055 - in head/x11: . xkbind

Alexey Dokuchaev danfe at FreeBSD.org
Tue May 30 09:44:53 UTC 2017


Author: danfe
Date: Tue May 30 09:44:52 2017
New Revision: 442055
URL: https://svnweb.freebsd.org/changeset/ports/442055

Log:
  Add a port of XkbInd, minimal keyboard layout indicator program.
  
  WWW: http://xkbind.sourceforge.net/
  
  TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318

Added:
  head/x11/xkbind/
  head/x11/xkbind/Makefile   (contents, props changed)
  head/x11/xkbind/distinfo   (contents, props changed)
  head/x11/xkbind/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Tue May 30 09:01:09 2017	(r442054)
+++ head/x11/Makefile	Tue May 30 09:44:52 2017	(r442055)
@@ -426,6 +426,7 @@
     SUBDIR += xkbcomp
     SUBDIR += xkbctrl
     SUBDIR += xkbevd
+    SUBDIR += xkbind
     SUBDIR += xkbprint
     SUBDIR += xkbset
     SUBDIR += xkbutils

Added: head/x11/xkbind/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xkbind/Makefile	Tue May 30 09:44:52 2017	(r442055)
@@ -0,0 +1,27 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xkbind
+PORTVERSION=	2010.05.20
+CATEGORIES=	x11
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/source
+
+MAINTAINER=	danfe at 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>

Added: head/x11/xkbind/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xkbind/distinfo	Tue May 30 09:44:52 2017	(r442055)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1275127318
+SHA256 (xkbind-2010.05.20.tar.gz) = 03697ec801fbe5e3d44eef3c5771130fa32f5b6ac09406c393e210498bc35a1e
+SIZE (xkbind-2010.05.20.tar.gz) = 118402

Added: head/x11/xkbind/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xkbind/pkg-descr	Tue May 30 09:44:52 2017	(r442055)
@@ -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/


More information about the svn-ports-all mailing list