diff options
author | obache <obache@pkgsrc.org> | 2009-11-24 12:05:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-24 12:05:45 +0000 |
commit | c6a01e36d16ea2198de5131698f63a55ccf8009c (patch) | |
tree | 6b1bf5ceee1c592b8915b7e206d0df692582022a /inputmethod/scim-sinhala | |
parent | 9c30994f129ffc40e9ed394c96639c37406e6cb8 (diff) | |
download | pkgsrc-c6a01e36d16ea2198de5131698f63a55ccf8009c.tar.gz |
Import scim-sinhala-0.1.0 as inputmethod/scim-sinhala.
scim-sinhala is an SCIM IMEngine module for Sinhala.
Diffstat (limited to 'inputmethod/scim-sinhala')
-rw-r--r-- | inputmethod/scim-sinhala/DESCR | 1 | ||||
-rw-r--r-- | inputmethod/scim-sinhala/Makefile | 23 | ||||
-rw-r--r-- | inputmethod/scim-sinhala/PLIST | 4 | ||||
-rw-r--r-- | inputmethod/scim-sinhala/distinfo | 6 | ||||
-rw-r--r-- | inputmethod/scim-sinhala/patches/patch-aa | 12 |
5 files changed, 46 insertions, 0 deletions
diff --git a/inputmethod/scim-sinhala/DESCR b/inputmethod/scim-sinhala/DESCR new file mode 100644 index 00000000000..6fa25292747 --- /dev/null +++ b/inputmethod/scim-sinhala/DESCR @@ -0,0 +1 @@ +scim-sinhala is an SCIM IMEngine module for Sinhala. diff --git a/inputmethod/scim-sinhala/Makefile b/inputmethod/scim-sinhala/Makefile new file mode 100644 index 00000000000..245f6480e88 --- /dev/null +++ b/inputmethod/scim-sinhala/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:05:45 obache Exp $ +# + +DISTNAME= scim-sinhala-0.1.0 +CATEGORIES= inputmethod +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/16666/} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://scim-imengine.sourceforge.jp/ +COMMENT= SCIM IMEngine module for Sinhala +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +USE_TOOLS+= msgfmt pkg-config +GNU_CONFIGURE= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/scim-sinhala/PLIST b/inputmethod/scim-sinhala/PLIST new file mode 100644 index 00000000000..c5c99530b02 --- /dev/null +++ b/inputmethod/scim-sinhala/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 12:05:45 obache Exp $ +lib/scim-1.0/1.4.0/IMEngine/sinhala.la +share/locale/ja/LC_MESSAGES/scim-sinhala.mo +share/scim/icons/scim-sinhala.png diff --git a/inputmethod/scim-sinhala/distinfo b/inputmethod/scim-sinhala/distinfo new file mode 100644 index 00000000000..b738f28bd38 --- /dev/null +++ b/inputmethod/scim-sinhala/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/24 12:05:45 obache Exp $ + +SHA1 (scim-sinhala-0.1.0.tar.gz) = 2a4699c6cd26d6c7b6ed54ba3acda5c200e53e9c +RMD160 (scim-sinhala-0.1.0.tar.gz) = bbb4df83ee7a25bfea2d79ebbbb56956e8a8c734 +Size (scim-sinhala-0.1.0.tar.gz) = 488409 bytes +SHA1 (patch-aa) = 213bf2d512ec25c71b82fbd433195037ba80e1bc diff --git a/inputmethod/scim-sinhala/patches/patch-aa b/inputmethod/scim-sinhala/patches/patch-aa new file mode 100644 index 00000000000..58443798a61 --- /dev/null +++ b/inputmethod/scim-sinhala/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2009/11/24 12:05:45 obache Exp $ + +--- configure.orig 2006-02-26 19:47:01.000000000 +0800 ++++ configure +@@ -31417,6 +31417,7 @@ s,@SCIM_VERSION@,$SCIM_VERSION,;t t + s,@SCIM_BUILD_SETUP_TRUE@,$SCIM_BUILD_SETUP_TRUE,;t t + s,@SCIM_BUILD_SETUP_FALSE@,$SCIM_BUILD_SETUP_FALSE,;t t + s,@SCIM_BUILD_SETUP@,$SCIM_BUILD_SETUP,;t t ++s,@LIBTOOL_EXPORT_OPTIONS@,$LIBTOOL_EXPORT_OPTIONS,;t t + s,@ac_aux_dir@,$ac_aux_dir,;t t + s,@SCIM_DEBUG_FLAGS@,$SCIM_DEBUG_FLAGS,;t t + s,@SCIM_ICONDIR@,$SCIM_ICONDIR,;t t |