View | Details | Raw Unified | Return to bug 204351 | Differences between
and this patch

Collapse All | Expand All

(-)b/russian/emkatic/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/russian/emkatic/Makefile 395360 2015-08-26 10:42:29Z danfe $
2
# $FreeBSD: head/russian/emkatic/Makefile 395360 2015-08-26 10:42:29Z danfe $
3
3
4
PORTNAME=	emkatic
4
PORTNAME=	emkatic
5
PORTVERSION=	0.25
5
PORTVERSION=	0.26
6
CATEGORIES=	russian emulators
6
CATEGORIES=	russian emulators
7
MASTER_SITES=	SF/${PORTNAME}/eMKatic%20Source
7
MASTER_SITES=	SF/${PORTNAME}/eMKatic%20Source
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
(-)b/russian/emkatic/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (emkatic-0.25-src.tar.gz) = 7726f257a8e2bd37e3731d8131590ff3c0429d8b192baadd28a052177f7839d8
1
SHA256 (emkatic-0.26-src.tar.gz) = 741e671e71c75e73c945aa2ed9f6ab25a5c31ae5eef27cf6ec252be89dedccd6
2
SIZE (emkatic-0.25-src.tar.gz) = 557895
2
SIZE (emkatic-0.26-src.tar.gz) = 560793
(-)b/russian/emkatic/files/patch-service.lfm (+26 lines)
Added Link Here
1
--- service.lfm	2015-11-01 19:40:02.000000000 +0300
2
+++ service.lfm	2015-11-07 18:49:08.262167000 +0300
3
@@ -1688,6 +1688,7 @@ object ServiceForm: TServiceForm
4
         Caption = 'Назначить'
5
         OnClick = SetKeyBtnClick
6
         TabOrder = 1
7
+        Anchors = [akLeft, akBottom]
8
       end
9
       object DelKeyBtn: TButton
10
         Left = 144
11
@@ -1697,6 +1698,7 @@ object ServiceForm: TServiceForm
12
         Caption = 'Удалить'
13
         OnClick = DelKeyBtnClick
14
         TabOrder = 2
15
+        Anchors = [akLeft, akBottom]
16
       end
17
       object DefaultKeysBtn: TButton
18
         Left = 416
19
@@ -1706,6 +1708,7 @@ object ServiceForm: TServiceForm
20
         Caption = 'По умолчанию'
21
         OnClick = DefaultKeysBtnClick
22
         TabOrder = 3
23
+        Anchors = [akRight, akBottom]
24
       end
25
       object SetKeyPanel: TPanel
26
         Left = 166
(-)b/russian/emkatic/pkg-descr (-2 / +2 lines)
Lines 1-7 Link Here
1
eMKatic is a cross-platform emulator of Elektronika RPN programmable
1
eMKatic is a cross-platform emulator of Elektronika RPN programmable
2
calculator series (MK-152, MK-152M, MK-1152, MK-161).
2
calculator series (MK-152, MK-152M, MK-1152, MK-161).
3
Is a reverse polish notation calculator.
3
4
4
Cyrillic user interface is enabled by default.  English available with
5
Available Russian and English user interface.
5
localization (-i command line switch or via the context menu).
6
6
7
WWW: http://sourceforge.net/projects/emkatic/
7
WWW: http://sourceforge.net/projects/emkatic/
(-)b/russian/emkatic/pkg-message (-1 / +1 lines)
Lines 1-2 Link Here
1
To enable PC speaker sound output support, install `audio/beep' package or
1
To enable PC speaker sound output support, install `audio/beep' package or
2
from the ports.  Frequency and duration can be specified in the settings.
2
from the ports.

Return to bug 204351