From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 10 06:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2327516A4CE for ; Wed, 10 Nov 2004 06:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30C543D31 for ; Wed, 10 Nov 2004 06:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAA60kO2003026 for ; Wed, 10 Nov 2004 06:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAA60klM003013; Wed, 10 Nov 2004 06:00:46 GMT (envelope-from gnats) Resent-Date: Wed, 10 Nov 2004 06:00:46 GMT Resent-Message-Id: <200411100600.iAA60klM003013@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, System Administrator Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17FD616A4CE for ; Wed, 10 Nov 2004 06:00:39 +0000 (GMT) Received: from sentry.granch.ru (sentry.granch.ru [212.20.5.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4409A43D39 for ; Wed, 10 Nov 2004 06:00:37 +0000 (GMT) (envelope-from shelton@sentry.granch.ru) Received: from sentry.granch.ru (IDENT:25@localhost.granch.ru [127.0.0.1]) by sentry.granch.ru (8.13.1/8.13.1) with ESMTP id iAA60P4s003963 for ; Wed, 10 Nov 2004 12:00:25 +0600 (NOVT) (envelope-from shelton@sentry.granch.ru) Received: (from root@localhost) by sentry.granch.ru (8.13.1/8.13.1/Submit) id iAA60PKv003962; Wed, 10 Nov 2004 12:00:25 +0600 (NOVT) (envelope-from shelton) Message-Id: <200411100600.iAA60PKv003962@sentry.granch.ru> Date: Wed, 10 Nov 2004 12:00:25 +0600 (NOVT) From: System Administrator To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73761: [maintainer-update] Update sysutils/kkbswitch up to 1.4.2 version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: System Administrator List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 06:00:47 -0000 >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@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 .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: