Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.7 2012/10/06 14:25:12 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $
|
||||
|
||||
DISTNAME= ibus-table-1.3.0.20100621
|
||||
PKGREVISION= 5
|
||||
DISTNAME= ibus-table-1.5.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://ibus.googlecode.com/files/
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/ibus/
|
||||
COMMENT= The Table engine for IBus platform
|
||||
COMMENT= Table engine for IBus platform
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
|
||||
@@ -19,22 +18,14 @@ USE_PKGLOCALEDIR= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= ibus-table.pc.in
|
||||
|
||||
CONFIGURE_ARGS+= --disable-additional
|
||||
|
||||
SUBST_CLASSES+= prefix
|
||||
SUBST_STAGE.prefix= pre-configure
|
||||
SUBST_FILES.prefix= engine/tabcreatedb.py
|
||||
SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g'
|
||||
|
||||
SUBST_CLASSES+= epython
|
||||
SUBST_STAGE.epython= pre-configure
|
||||
SUBST_FILES.epython= engine/ibus-engine-table.in
|
||||
SUBST_FILES.epython+= engine/ibus-table-createdb.in
|
||||
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
|
||||
|
||||
REPLACE_PYTHON+= engine/tabcreatedb.py
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.0
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
BUILDLINK_ABI_DEPENDS.ibus+= ibus>=1.1.0
|
||||
.include "../../inputmethod/ibus/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/07 02:13:06 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2013/10/23 12:43:49 obache Exp $
|
||||
bin/ibus-table-createdb
|
||||
lib/pkgconfig/ibus-table.pc
|
||||
libexec/ibus-engine-table
|
||||
@@ -41,6 +41,7 @@ share/ibus-table/icons/tc-mode.svg
|
||||
share/ibus-table/icons/tcb-mode.svg
|
||||
share/ibus-table/tables/template.txt
|
||||
share/ibus/component/table.xml
|
||||
share/locale/de/LC_MESSAGES/ibus-table.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ibus-table.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/ibus-table.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ibus-table.mo
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.1.1.1 2010/08/07 02:13:06 obache Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/12/28 09:02:31 obache Exp $
|
||||
|
||||
SHA1 (ibus-table-1.3.0.20100621.tar.gz) = 3d1578c037d6b31adebc32f0f58c9c3f5fdd1ea8
|
||||
RMD160 (ibus-table-1.3.0.20100621.tar.gz) = 02d2249a79a9e5aa8d0c6c68365ef22773563673
|
||||
Size (ibus-table-1.3.0.20100621.tar.gz) = 421845 bytes
|
||||
SHA1 (ibus-table-1.5.0.tar.gz) = 3e474e52d963927fac1056112c1b92dfd47e5cbd
|
||||
RMD160 (ibus-table-1.5.0.tar.gz) = 4c9b00679a0a448839fd59d3439be36fc1083705
|
||||
Size (ibus-table-1.5.0.tar.gz) = 432844 bytes
|
||||
SHA1 (patch-engine_tabsqlitedb.py) = c360974f0dfb327f6bd18cce0c8bec4fe5dd806b
|
||||
|
||||
17
inputmethod/ibus-table/patches/patch-engine_tabsqlitedb.py
Normal file
17
inputmethod/ibus-table/patches/patch-engine_tabsqlitedb.py
Normal file
@@ -0,0 +1,17 @@
|
||||
$NetBSD: patch-engine_tabsqlitedb.py,v 1.1 2013/12/28 09:02:31 obache Exp $
|
||||
|
||||
* \U is not usable with UCS2.
|
||||
|
||||
--- engine/tabsqlitedb.py.orig 2013-01-15 21:46:47.000000000 +0000
|
||||
+++ engine/tabsqlitedb.py
|
||||
@@ -499,10 +499,6 @@ class tabsqlitedb:
|
||||
+ u'\u4E00-\u9FCB'
|
||||
+ u'\u3400-\u4DB5'
|
||||
+ u'\uF900-\uFaFF'
|
||||
- + u'\U00020000-\U0002A6D6'
|
||||
- + u'\U0002A700-\U0002B734'
|
||||
- + u'\U0002B740-\U0002B81D'
|
||||
- + u'\U0002F800-\U0002FA1D'
|
||||
+ u']+',
|
||||
phrase))
|
||||
# first whether in gb2312
|
||||
Reference in New Issue
Block a user