View | Details | Raw Unified | Return to bug 190911
Collapse All | Expand All

(-)Makefile (-7 / +3 lines)
Lines 2-18 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ibus-table
4
PORTNAME=	ibus-table
5
PORTVERSION=	1.3.9.20110827
5
PORTVERSION=	1.5.0
6
PORTREVISION=	2
7
CATEGORIES=	textproc
6
CATEGORIES=	textproc
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
7
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
9
		http://anthesphoria.net/FreeBSD/ports/distfiles/
10
8
11
MAINTAINER=	nikola.lecic@anthesphoria.net
9
MAINTAINER=	nikola.lecic@anthesphoria.net
12
COMMENT=	Table based input method framework for IBus
10
COMMENT=	Table based input method framework for IBus
13
11
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
12
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
15
LIB_DEPENDS=	ibus-1.0:${PORTSDIR}/textproc/ibus
13
LIB_DEPENDS=	libibus-1.0.so:${PORTSDIR}/textproc/ibus
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
17
15
18
USE_PYTHON=	yes
16
USE_PYTHON=	yes
Lines 23-30 Link Here
23
21
24
PROJECTHOST=	ibus
22
PROJECTHOST=	ibus
25
23
26
NO_STAGE=	yes
27
28
OPTIONS_DEFINE=	NLS
24
OPTIONS_DEFINE=	NLS
29
25
30
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ibus-table-1.3.9.20110827.tar.gz) = 99c5eee5175233d8ee5678d3a16ef3ed76c029eaeb9792d811345a02652f0401
1
SHA256 (ibus-table-1.5.0.tar.gz) = 6ba89c70c50773d43927769a2c608f71b282afbf3538188f65b9c89ebdc1a184
2
SIZE (ibus-table-1.3.9.20110827.tar.gz) = 428810
2
SIZE (ibus-table-1.5.0.tar.gz) = 432844
(-)files/patch-configure (+12 lines)
Line 0 Link Here
1
--- configure~	2013-01-15 22:54:43.000000000 +0100
2
+++ configure	2014-06-10 03:27:20.000000000 +0400
3
@@ -5594,8 +5594,7 @@
4
       fi
5
     fi
6
 
7
-    if test "$gt_use_preinstalled_gnugettext" = "yes" \
8
-       || test "$nls_cv_use_gnu_gettext" = "yes"; then
9
+    if test "$USE_NLS" = "yes"; then
10
 
11
 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12
 
(-)pkg-plist (-4 / +1 lines)
Lines 2-7 Link Here
2
libdata/pkgconfig/ibus-table.pc
2
libdata/pkgconfig/ibus-table.pc
3
libexec/ibus-engine-table
3
libexec/ibus-engine-table
4
share/ibus/component/table.xml
4
share/ibus/component/table.xml
5
%%NLS%%share/locale/de/LC_MESSAGES/ibus-table.mo
5
%%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-table.mo
6
%%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-table.mo
6
%%NLS%%share/locale/zh_TW/LC_MESSAGES/ibus-table.mo
7
%%NLS%%share/locale/zh_TW/LC_MESSAGES/ibus-table.mo
7
%%NLS%%share/locale/zh_HK/LC_MESSAGES/ibus-table.mo
8
%%NLS%%share/locale/zh_HK/LC_MESSAGES/ibus-table.mo
Lines 27-33 Link Here
27
%%DATADIR%%/icons/acommit.svg
28
%%DATADIR%%/icons/acommit.svg
28
%%DATADIR%%/icons/cb-mode.svg
29
%%DATADIR%%/icons/cb-mode.svg
29
%%DATADIR%%/icons/chinese.svg
30
%%DATADIR%%/icons/chinese.svg
30
%%DATADIR%%/icons/compose.svg
31
%%DATADIR%%/icons/english.svg
31
%%DATADIR%%/icons/english.svg
32
%%DATADIR%%/icons/full-letter.svg
32
%%DATADIR%%/icons/full-letter.svg
33
%%DATADIR%%/icons/full-punct.svg
33
%%DATADIR%%/icons/full-punct.svg
Lines 34-40 Link Here
34
%%DATADIR%%/icons/half-letter.svg
34
%%DATADIR%%/icons/half-letter.svg
35
%%DATADIR%%/icons/half-punct.svg
35
%%DATADIR%%/icons/half-punct.svg
36
%%DATADIR%%/icons/ibus-table.svg
36
%%DATADIR%%/icons/ibus-table.svg
37
%%DATADIR%%/icons/latex.png
38
%%DATADIR%%/icons/ncommit.svg
37
%%DATADIR%%/icons/ncommit.svg
39
%%DATADIR%%/icons/onechar.svg
38
%%DATADIR%%/icons/onechar.svg
40
%%DATADIR%%/icons/phrase.svg
39
%%DATADIR%%/icons/phrase.svg
Lines 44-51 Link Here
44
%%DATADIR%%/icons/tab-mode.svg
43
%%DATADIR%%/icons/tab-mode.svg
45
%%DATADIR%%/icons/tc-mode.svg
44
%%DATADIR%%/icons/tc-mode.svg
46
%%DATADIR%%/icons/tcb-mode.svg
45
%%DATADIR%%/icons/tcb-mode.svg
47
%%DATADIR%%/tables/compose.db
48
%%DATADIR%%/tables/latex.db
49
%%DATADIR%%/tables/template.txt
46
%%DATADIR%%/tables/template.txt
50
@dirrmtry share/ibus/component
47
@dirrmtry share/ibus/component
51
@dirrm %%DATADIR%%/data
48
@dirrm %%DATADIR%%/data

Return to bug 190911