diff options
author | obache <obache@pkgsrc.org> | 2010-08-08 01:09:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-08 01:09:36 +0000 |
commit | cc991376a20286aaecd3703293ea3af24d3a5264 (patch) | |
tree | df3723dedb2d6058a90f34139a3fa0b46d6716ea /inputmethod | |
parent | 2c8beb8b883d9265fff7e68f153e0807aa9fa239 (diff) | |
download | pkgsrc-cc991376a20286aaecd3703293ea3af24d3a5264.tar.gz |
Import scim-tegaki-0.1 as inputmethod/scim-tegaki.
Tegaki project integration in SCIM.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-tegaki/DESCR | 1 | ||||
-rw-r--r-- | inputmethod/scim-tegaki/Makefile | 29 | ||||
-rw-r--r-- | inputmethod/scim-tegaki/PLIST | 4 | ||||
-rw-r--r-- | inputmethod/scim-tegaki/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/inputmethod/scim-tegaki/DESCR b/inputmethod/scim-tegaki/DESCR new file mode 100644 index 00000000000..babcfc37560 --- /dev/null +++ b/inputmethod/scim-tegaki/DESCR @@ -0,0 +1 @@ +Tegaki project integration in SCIM. diff --git a/inputmethod/scim-tegaki/Makefile b/inputmethod/scim-tegaki/Makefile new file mode 100644 index 00000000000..0fad029434d --- /dev/null +++ b/inputmethod/scim-tegaki/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/08 01:09:36 obache Exp $ +# + +DISTNAME= scim-tegaki-0.1 +CATEGORIES= inputmethod +MASTER_SITES= http://www.tegaki.org/releases/0.1/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.tegaki.org/ +COMMENT= Tegaki integration in SCIM +LICENSE= gnu-gpl-v2 + +DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk +DEPENDS+= scim-python>=0.1.13rc1:../../inputmethod/scim-python + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none + +SUBST_CLASSES+= prefix +SUBST_STAGE.prefix= pre-configure +SUBST_FILES.prefix= src/__init__.py +SUBST_SED.prefix= -e 's|/usr/local/share|${PREFIX}/share|g' + +EGG_NAME= ${DISTNAME:S/-/_/} + +.include "../../lang/python/distutils.mk" +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/scim-tegaki/PLIST b/inputmethod/scim-tegaki/PLIST new file mode 100644 index 00000000000..f4adf58f62d --- /dev/null +++ b/inputmethod/scim-tegaki/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/08 01:09:36 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +share/scim-python/helper/tegaki/__init__.py +share/scim-python/helper/tegaki/scimtegaki.py diff --git a/inputmethod/scim-tegaki/distinfo b/inputmethod/scim-tegaki/distinfo new file mode 100644 index 00000000000..a3cc24b420f --- /dev/null +++ b/inputmethod/scim-tegaki/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/08 01:09:36 obache Exp $ + +SHA1 (scim-tegaki-0.1.tar.gz) = 4529c769ace555927bc17e165dc688aceeef50bc +RMD160 (scim-tegaki-0.1.tar.gz) = 3816621c00df8a1bfd9287eba13190d0320a08d9 +Size (scim-tegaki-0.1.tar.gz) = 11528 bytes |