PR: ports/5509
Submitted by: igor@zynaps.ru A keyboard layout switcher and indicator.
This commit is contained in:
parent
5fbd6b53fc
commit
559ec0e771
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15147
5 changed files with 68 additions and 0 deletions
30
russian/xruskb/Makefile
Normal file
30
russian/xruskb/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: xruskb
|
||||
# Version required: 1.7.0
|
||||
# Date created: 14 Jan 1998
|
||||
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
||||
#
|
||||
# $Id$
|
||||
|
||||
DISTNAME= xruskb-1.7.0
|
||||
CATEGORIES= russian x11
|
||||
MASTER_SITES= ftp://ftp.kiae.su/pub/x11/cyrillic/ \
|
||||
ftp://ftp.yars.free.net/pub/software/unix/X11/
|
||||
|
||||
MAINTAINER= igor@zynaps.ru
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples
|
||||
|
||||
MAN1= xrus.1
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/xruskb
|
||||
${INSTALL_DATA} ${WRKSRC}/xrus.doc-english ${PREFIX}/share/doc/xruskb
|
||||
${INSTALL_DATA} ${WRKSRC}/xrus.doc-koi8 ${PREFIX}/share/doc/xruskb
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
russian/xruskb/distinfo
Normal file
1
russian/xruskb/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xruskb-1.7.0.tar.gz) = c6d3c82bc46144632642bed24ee62a22
|
1
russian/xruskb/pkg-comment
Normal file
1
russian/xruskb/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A keyboard layout switcher and indicator.
|
16
russian/xruskb/pkg-descr
Normal file
16
russian/xruskb/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
Short description of Xrus
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Xrus - program for switching two keyboard layouts with a hot
|
||||
key combination. It also serves as autolock.
|
||||
It can be compiled with Motif, Lesstif, Xaw or without any
|
||||
widget library. In the later case it won't show its icon with
|
||||
keyboard indicator.
|
||||
It gets all keyboard and mouse events; when a particular hot
|
||||
key combination is pressed, it swaps 1,2 and 3,4 columns of
|
||||
keyboard map. When a timeout without keyboard and mouse events
|
||||
passes, it starts a locker.
|
||||
|
||||
Author: Alexander V. Lukaynov <lav@yars.free.net>
|
||||
|
||||
-- Igor
|
||||
igor@zynaps.ru
|
20
russian/xruskb/pkg-plist
Normal file
20
russian/xruskb/pkg-plist
Normal file
|
@ -0,0 +1,20 @@
|
|||
bin/xrus
|
||||
lib/X11/app-defaults/Xrus
|
||||
share/doc/xruskb/xrus.doc-english
|
||||
share/doc/xruskb/xrus.doc-koi8
|
||||
share/examples/xruskb/DocumentL.xpm
|
||||
share/examples/xruskb/DocumentY.xpm
|
||||
share/examples/xruskb/jcuken-cp1251.xmm
|
||||
share/examples/xruskb/jcuken-cp866.xmm
|
||||
share/examples/xruskb/jcuken-cyr.xmm
|
||||
share/examples/xruskb/jcuken-iso5.xmm
|
||||
share/examples/xruskb/jcuken-koi8.xmm
|
||||
share/examples/xruskb/rus.xpm
|
||||
share/examples/xruskb/usa.xpm
|
||||
share/examples/xruskb/yawerty-cp1251.xmm
|
||||
share/examples/xruskb/yawerty-cp866.xmm
|
||||
share/examples/xruskb/yawerty-cyr.xmm
|
||||
share/examples/xruskb/yawerty-iso5.xmm
|
||||
share/examples/xruskb/yawerty-koi8.xmm
|
||||
@dirrm share/doc/xruskb
|
||||
@dirrm share/examples/xruskb
|
Loading…
Reference in a new issue