ports/73761: [maintainer-update] Update sysutils/kkbswitch up to 1.4.2 version
System Administrator
root at sentry.granch.ru
Wed Nov 10 06:00:47 UTC 2004
>Number: 73761
>Category: ports
>Synopsis: [maintainer-update] Update sysutils/kkbswitch up to 1.4.2 version
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 10 06:00:46 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: System Administrator
>Release: FreeBSD 4.10-STABLE i386
>Organization:
Granch Ltd.
>Environment:
System: FreeBSD sentry.granch.ru 4.10-STABLE FreeBSD 4.10-STABLE #1: Mon Nov 1 16:50:11 NOVT 2004 root at sentry.granch.ru:/usr/src/sys/compile/Sentry i386
>Description:
Update sysutils/kkbswitch up to 1.4.2 version. What's new:
- Added Hebrew translation
- Added manual page
- Changed behavior of RU_UA_LAYOUT - now off by default
>How-To-Repeat:
>Fix:
diff -ruN kkbswitch.old/Makefile kkbswitch/Makefile
--- kkbswitch.old/Makefile Wed Jul 14 02:31:31 2004
+++ kkbswitch/Makefile Wed Nov 10 11:18:34 2004
@@ -6,7 +6,7 @@
#
PORTNAME= kkbswitch
-PORTVERSION= 1.4.1
+PORTVERSION= 1.4.2
CATEGORIES= sysutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kkbswitch
@@ -24,7 +24,9 @@
DOCSDIR= share/doc/HTML/en/${PORTNAME}
-OPTIONS= RU_UA_LAYOUT "With additional RU_UA keyboard layout" on
+MAN1= kkbswitch.1
+
+OPTIONS= RU_UA_LAYOUT "With additional RU_UA keyboard layout" off
PLIST_SUB= PREFIX=${PREFIX} \
X11BASE=${X11BASE} \
@@ -33,9 +35,9 @@
.include <bsd.port.pre.mk>
.if defined(WITH_RU_UA_LAYOUT)
+CONFIGURE_ARGS+= --enable-ru-ua-layout
PLIST_SUB+= LAYOUT=""
.else
-CONFIGURE_ARGS+= --disable-ru-ua-layout
PLIST_SUB+= LAYOUT="@comment "
.endif
diff -ruN kkbswitch.old/distinfo kkbswitch/distinfo
--- kkbswitch.old/distinfo Wed Jul 14 02:31:31 2004
+++ kkbswitch/distinfo Wed Nov 10 10:27:32 2004
@@ -1,2 +1,2 @@
-MD5 (kkbswitch-1.4.1.tar.gz) = 794009fec9a8eb1d6ab6adece330d86b
-SIZE (kkbswitch-1.4.1.tar.gz) = 676705
+MD5 (kkbswitch-1.4.2.tar.gz) = 1c769d8bf50cbb12a5d7f86c33aca4c2
+SIZE (kkbswitch-1.4.2.tar.gz) = 684195
diff -ruN kkbswitch.old/pkg-descr kkbswitch/pkg-descr
--- kkbswitch.old/pkg-descr Fri Nov 14 19:50:46 2003
+++ kkbswitch/pkg-descr Wed Nov 10 11:56:15 2004
@@ -1,4 +1,4 @@
-KKBSwitch is a keyboard layout indicator for KDE 2. It is useful
+KKBSwitch is a keyboard layout indicator for KDE. It is useful
when you have configured the XKeyboard extension of your X Server
to have more than one keyboard group, for example US/ASCII and
Russian. KKBSwitch displays an icon in the system tray that
@@ -13,7 +13,8 @@
- you can switch keyboard groups by clicking the icon or selecting the
desired group from the icon's menu
- icons corresponding to different groups are configurable (chosen
- from country flag pixmaps that ship with KDE)
+ from country flag pixmaps that ship with KDE). Also you can set
+ your own icon or set "Windows-like" mode with locale letters.
- "Toggle mode" (keyboard layout memorized for each window separately).
WWW: http://kkbswitch.sourceforge.net
diff -ruN kkbswitch.old/pkg-plist kkbswitch/pkg-plist
--- kkbswitch.old/pkg-plist Wed Jul 14 02:31:31 2004
+++ kkbswitch/pkg-plist Wed Nov 10 11:04:17 2004
@@ -9,6 +9,7 @@
share/locale/uk/LC_MESSAGES/kkbswitch.mo
share/locale/el/LC_MESSAGES/kkbswitch.mo
share/locale/sk/LC_MESSAGES/kkbswitch.mo
+share/locale/he/LC_MESSAGES/kkbswitch.mo
%%DOCSDIR%%/code_style.png
%%DOCSDIR%%/flag_code_style.png
%%DOCSDIR%%/flag_style.png
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list