diff options
author | obache <obache@pkgsrc.org> | 2009-11-24 12:06:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-24 12:06:33 +0000 |
commit | 271b24d179cb74d8368f30575f8c269f9c1a0b81 (patch) | |
tree | 89d04701230918cbd082a4478f2ea0462b8c6a7f /inputmethod | |
parent | 63185292fcb3a62baa802e3149fa913c11ec5829 (diff) | |
download | pkgsrc-271b24d179cb74d8368f30575f8c269f9c1a0b81.tar.gz |
Import scim-skk-0.5.2 as inputmethod/scim-skk.
scim-skk is an SCIM IMEngine module for skk.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-skk/DESCR | 1 | ||||
-rw-r--r-- | inputmethod/scim-skk/Makefile | 25 | ||||
-rw-r--r-- | inputmethod/scim-skk/PLIST | 5 | ||||
-rw-r--r-- | inputmethod/scim-skk/distinfo | 6 | ||||
-rw-r--r-- | inputmethod/scim-skk/patches/patch-aa | 12 |
5 files changed, 49 insertions, 0 deletions
diff --git a/inputmethod/scim-skk/DESCR b/inputmethod/scim-skk/DESCR new file mode 100644 index 00000000000..795d9b330b4 --- /dev/null +++ b/inputmethod/scim-skk/DESCR @@ -0,0 +1 @@ +scim-skk is an SCIM IMEngine module for skk. diff --git a/inputmethod/scim-skk/Makefile b/inputmethod/scim-skk/Makefile new file mode 100644 index 00000000000..3e15a31e500 --- /dev/null +++ b/inputmethod/scim-skk/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:06:33 obache Exp $ +# + +DISTNAME= scim-skk-0.5.2 +CATEGORIES= inputmethod +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/18121/} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://scim-imengine.sourceforge.jp/ +COMMENT= SCIM IMEngine module for skk +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 + +USE_SCIM_GTKUTILS= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/scim-skk/PLIST b/inputmethod/scim-skk/PLIST new file mode 100644 index 00000000000..9f5d9daef1a --- /dev/null +++ b/inputmethod/scim-skk/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 12:06:33 obache Exp $ +lib/scim-1.0/1.4.0/IMEngine/skk.la +lib/scim-1.0/1.4.0/SetupUI/skk-imengine-setup.la +share/locale/ja/LC_MESSAGES/scim-skk.mo +share/scim/icons/scim-skk.png diff --git a/inputmethod/scim-skk/distinfo b/inputmethod/scim-skk/distinfo new file mode 100644 index 00000000000..c867f230ce8 --- /dev/null +++ b/inputmethod/scim-skk/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/24 12:06:33 obache Exp $ + +SHA1 (scim-skk-0.5.2.tar.gz) = 0ddcad937bbed9d94a0076fded26e197e7d24d21 +RMD160 (scim-skk-0.5.2.tar.gz) = 9afa61e0316bef6348186a9c1d4671ff7462546e +Size (scim-skk-0.5.2.tar.gz) = 534157 bytes +SHA1 (patch-aa) = bc95f98da2ca4942ee818b3087e4b4c7f6be648a diff --git a/inputmethod/scim-skk/patches/patch-aa b/inputmethod/scim-skk/patches/patch-aa new file mode 100644 index 00000000000..5b55297faa4 --- /dev/null +++ b/inputmethod/scim-skk/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2009/11/24 12:06:33 obache Exp $ + +--- configure.orig 2006-02-26 20:28:38.000000000 +0800 ++++ configure +@@ -31350,6 +31350,7 @@ s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t + s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t + s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t + s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t ++s,@LIBTOOL_EXPORT_OPTIONS@,$LIBTOOL_EXPORT_OPTIONS,;t t + s,@exec_prefix@,$exec_prefix,;t t + s,@prefix@,$prefix,;t t + s,@program_transform_name@,$program_transform_name,;t t |