svn commit: r477711 - in head/x11: . perwindowlayoutd
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Aug 21 09:11:29 UTC 2018
Author: danfe
Date: Tue Aug 21 09:11:27 2018
New Revision: 477711
URL: https://svnweb.freebsd.org/changeset/ports/477711
Log:
Add `x11/perwindowlayoutd' which keeps per-window keyboard layout under X11.
WWW: https://sourceforge.net/projects/perwindowlayout/
Added:
head/x11/perwindowlayoutd/
head/x11/perwindowlayoutd/Makefile (contents, props changed)
head/x11/perwindowlayoutd/distinfo (contents, props changed)
head/x11/perwindowlayoutd/pkg-descr (contents, props changed)
Modified:
head/x11/Makefile
Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile Tue Aug 21 09:08:08 2018 (r477710)
+++ head/x11/Makefile Tue Aug 21 09:11:27 2018 (r477711)
@@ -258,6 +258,7 @@
SUBDIR += p5-XTerm-Conf
SUBDIR += pantheon-terminal
SUBDIR += pcdm
+ SUBDIR += perwindowlayoutd
SUBDIR += pipeglade
SUBDIR += pixman
SUBDIR += plasma-scriptengine-python-kde4
Added: head/x11/perwindowlayoutd/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/perwindowlayoutd/Makefile Tue Aug 21 09:11:27 2018 (r477711)
@@ -0,0 +1,27 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= perwindowlayoutd
+PORTVERSION= 0.6
+CATEGORIES= x11
+MASTER_SITES= SF/perwindowlayout
+
+MAINTAINER= danfe at FreeBSD.org
+COMMENT= Keeps per-window keyboard layout under X11
+
+LICENSE= GPLv3
+
+USES= localbase
+GNU_CONFIGURE= yes
+USE_XORG= x11
+
+PLIST_FILES= bin/perWindowLayoutD
+PORTDOCS= AUTHORS README
+
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/x11/perwindowlayoutd/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/perwindowlayoutd/distinfo Tue Aug 21 09:11:27 2018 (r477711)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1323086515
+SHA256 (perwindowlayoutd-0.6.tar.gz) = 982ae890e4885b5cbd720d00eab8b46294835afcbc7d8ded363beca56c203a12
+SIZE (perwindowlayoutd-0.6.tar.gz) = 86446
Added: head/x11/perwindowlayoutd/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/perwindowlayoutd/pkg-descr Tue Aug 21 09:11:27 2018 (r477711)
@@ -0,0 +1,8 @@
+Sometimes you want to setup switching keyboard layouts using X11 server --
+because there is no DE plugin, or it's broken, or lacks needed functionality.
+You can easily configure X11 server to switch keyboard layouts, but I could
+not find way of keeping layout for each window separately using only the X11
+server. Hence this package. It is similar to kbdd and xxkb but might work
+better under some configurations and/or window managers.
+
+WWW: https://sourceforge.net/projects/perwindowlayout/
More information about the svn-ports-all
mailing list