From 45b20478f3ccf095eecc8502cdf6e41171a41b49 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 29 Oct 2008 02:27:38 +0000 Subject: [PATCH] Initial import of scim-tables 0.5.8 scim-tables contains SCIM table-based input method data for Chinese, Japanese, and Korean. ok ajacoutot@ --- inputmethods/scim-tables/Makefile | 42 ++++++ inputmethods/scim-tables/distinfo | 5 + .../patches/patch-intl_Makefile_in | 11 ++ .../patches/patch-po_Makefile_in_in | 11 ++ inputmethods/scim-tables/pkg/DESCR | 2 + inputmethods/scim-tables/pkg/PLIST | 120 ++++++++++++++++++ 6 files changed, 191 insertions(+) create mode 100644 inputmethods/scim-tables/Makefile create mode 100644 inputmethods/scim-tables/distinfo create mode 100644 inputmethods/scim-tables/patches/patch-intl_Makefile_in create mode 100644 inputmethods/scim-tables/patches/patch-po_Makefile_in_in create mode 100644 inputmethods/scim-tables/pkg/DESCR create mode 100644 inputmethods/scim-tables/pkg/PLIST diff --git a/inputmethods/scim-tables/Makefile b/inputmethods/scim-tables/Makefile new file mode 100644 index 00000000000..f731744c382 --- /dev/null +++ b/inputmethods/scim-tables/Makefile @@ -0,0 +1,42 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2008/10/29 02:27:38 kevlo Exp $ + +SHARED_ONLY= Yes + +COMMENT= input method data tables for scim + +DISTNAME= scim-tables-0.5.8 + +CATEGORIES= inputmethods chinese japanese korean + +HOMEPAGE= http://www.scim-im.org/ + +MAINTAINER= Kevin Lo + +# GPLv2 +PERMIT_PACKAGE_CDROM= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_FTP= Yes + +WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ + Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \ + freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \ + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png stdc++ z + +MODULES= devel/gettext + +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/} + +LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \ + scim-1.0,scim-gtkutils-1.0,scim-x11utils-1.0::inputmethods/scim + +USE_X11= Yes +USE_LIBTOOL= Yes +LIBTOOL_FLAGS= --tag=disable-static + +CONFIGURE_STYLE=gnu +CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ + --disable-static \ + --disable-skim-support + +.include diff --git a/inputmethods/scim-tables/distinfo b/inputmethods/scim-tables/distinfo new file mode 100644 index 00000000000..94241c0b103 --- /dev/null +++ b/inputmethods/scim-tables/distinfo @@ -0,0 +1,5 @@ +MD5 (scim-tables-0.5.8.tar.gz) = U7oNAKceRntdAJlUz1bLBw== +RMD160 (scim-tables-0.5.8.tar.gz) = w57+rSQrerp2jqs8O9mnKWqNPfU= +SHA1 (scim-tables-0.5.8.tar.gz) = xbGK3Obf4Px1CCqLdLtMFaetYxI= +SHA256 (scim-tables-0.5.8.tar.gz) = JxC1T5KEVRC521e0bGSnFsJW42WF1V1Rpi/dMRNXJJA= +SIZE (scim-tables-0.5.8.tar.gz) = 7214866 diff --git a/inputmethods/scim-tables/patches/patch-intl_Makefile_in b/inputmethods/scim-tables/patches/patch-intl_Makefile_in new file mode 100644 index 00000000000..0e10a4c6e52 --- /dev/null +++ b/inputmethods/scim-tables/patches/patch-intl_Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-intl_Makefile_in,v 1.1.1.1 2008/10/29 02:27:38 kevlo Exp $ +--- intl/Makefile.in.orig Tue Oct 28 10:47:51 2008 ++++ intl/Makefile.in Tue Oct 28 10:48:19 2008 +@@ -32,6 +32,7 @@ transform = @program_transform_name@ + libdir = @libdir@ + includedir = @includedir@ + datadir = @datadir@ ++datarootdir = @datarootdir@ + localedir = $(datadir)/locale + gettextsrcdir = $(datadir)/gettext/intl + aliaspath = $(localedir) diff --git a/inputmethods/scim-tables/patches/patch-po_Makefile_in_in b/inputmethods/scim-tables/patches/patch-po_Makefile_in_in new file mode 100644 index 00000000000..de3bd4062d3 --- /dev/null +++ b/inputmethods/scim-tables/patches/patch-po_Makefile_in_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2008/10/29 02:27:38 kevlo Exp $ +--- po/Makefile.in.in.orig Tue Oct 28 10:48:46 2008 ++++ po/Makefile.in.in Tue Oct 28 10:48:55 2008 +@@ -25,6 +25,7 @@ VPATH = @srcdir@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ ++datarootdir = @datarootdir@ + localedir = $(datadir)/locale + gettextsrcdir = $(datadir)/gettext/po + diff --git a/inputmethods/scim-tables/pkg/DESCR b/inputmethods/scim-tables/pkg/DESCR new file mode 100644 index 00000000000..144aa272644 --- /dev/null +++ b/inputmethods/scim-tables/pkg/DESCR @@ -0,0 +1,2 @@ +scim-tables contains SCIM table-based input method data for +Chinese, Japanese, and Korean. diff --git a/inputmethods/scim-tables/pkg/PLIST b/inputmethods/scim-tables/pkg/PLIST new file mode 100644 index 00000000000..d0841611b01 --- /dev/null +++ b/inputmethods/scim-tables/pkg/PLIST @@ -0,0 +1,120 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/29 02:27:38 kevlo Exp $ +@bin bin/scim-make-table +@comment lib/scim-1.0/1.4.0/IMEngine/table.la +lib/scim-1.0/1.4.0/IMEngine/table.so +@comment lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.la +lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.so +@man man/man1/scim-make-table.1 +share/locale/de/LC_MESSAGES/scim-tables.mo +share/locale/fr/LC_MESSAGES/scim-tables.mo +share/locale/it/LC_MESSAGES/scim-tables.mo +share/locale/ja/LC_MESSAGES/scim-tables.mo +share/locale/ko/LC_MESSAGES/scim-tables.mo +share/locale/nl/LC_MESSAGES/scim-tables.mo +share/locale/pa/LC_MESSAGES/scim-tables.mo +share/locale/zh_CN/LC_MESSAGES/scim-tables.mo +share/locale/zh_TW/LC_MESSAGES/scim-tables.mo +share/scim/icons/Amharic.png +share/scim/icons/Arabic.png +share/scim/icons/Array30.png +share/scim/icons/Bengali-inscript.png +share/scim/icons/Bengali-probhat.png +share/scim/icons/CNS11643.png +share/scim/icons/CangJie.png +share/scim/icons/CangJie3.png +share/scim/icons/CantonHK.png +share/scim/icons/Cantonese.png +share/scim/icons/Dayi.png +share/scim/icons/EZ.png +share/scim/icons/Erbi-QS.png +share/scim/icons/Erbi.png +share/scim/icons/Gujarati-inscript.png +share/scim/icons/Gujarati-phonetic.png +share/scim/icons/HIRAGANA.png +share/scim/icons/Hangul.png +share/scim/icons/Hanja.png +share/scim/icons/Hindi-inscript.png +share/scim/icons/Hindi-phonetic.png +share/scim/icons/IPA-X-SAMPA.png +share/scim/icons/Jyutping.png +share/scim/icons/KATAKANA.png +share/scim/icons/Kannada-inscript.png +share/scim/icons/Kannada-kgp.png +share/scim/icons/LaTeX.png +share/scim/icons/Malayalam-inscript.png +share/scim/icons/Malayalam-phonetic.png +share/scim/icons/Nepali.png +share/scim/icons/Nippon.png +share/scim/icons/Punjabi-inscript.png +share/scim/icons/Punjabi-jhelum.png +share/scim/icons/Punjabi-phonetic.png +share/scim/icons/Quick.png +share/scim/icons/Simplex.png +share/scim/icons/Stroke5.png +share/scim/icons/Tamil-inscript.png +share/scim/icons/Tamil-phonetic.png +share/scim/icons/Tamil-remington.png +share/scim/icons/Telugu-inscript.png +share/scim/icons/Thai.png +share/scim/icons/Viqr.png +share/scim/icons/Wu.png +share/scim/icons/Wubi.png +share/scim/icons/Yawerty.png +share/scim/icons/ZhuYin.png +share/scim/icons/Ziranma.png +share/scim/icons/table.png +share/scim/tables/ +share/scim/tables/Amharic.bin +share/scim/tables/Arabic.bin +share/scim/tables/Array30.bin +share/scim/tables/Bengali-inscript.bin +share/scim/tables/Bengali-probhat.bin +share/scim/tables/CNS11643.bin +share/scim/tables/CangJie.bin +share/scim/tables/CangJie3.bin +share/scim/tables/CangJie5.bin +share/scim/tables/CantonHK.bin +share/scim/tables/Cantonese.bin +share/scim/tables/Dayi3.bin +share/scim/tables/EZ-Big.bin +share/scim/tables/Erbi-QS.bin +share/scim/tables/Erbi.bin +share/scim/tables/Gujarati-inscript.bin +share/scim/tables/Gujarati-phonetic.bin +share/scim/tables/HIRAGANA.bin +share/scim/tables/Hangul.bin +share/scim/tables/HangulRomaja.bin +share/scim/tables/Hanja.bin +share/scim/tables/Hindi-inscript.bin +share/scim/tables/Hindi-phonetic.bin +share/scim/tables/IPA-X-SAMPA.bin +share/scim/tables/Jyutping.bin +share/scim/tables/KATAKANA.bin +share/scim/tables/Kannada-inscript.bin +share/scim/tables/Kannada-kgp.bin +share/scim/tables/LaTeX.bin +share/scim/tables/Malayalam-inscript.bin +share/scim/tables/Malayalam-phonetic.bin +share/scim/tables/Nepali_Rom.bin +share/scim/tables/Nepali_Trad.bin +share/scim/tables/Nippon.bin +share/scim/tables/Punjabi-inscript.bin +share/scim/tables/Punjabi-jhelum.bin +share/scim/tables/Punjabi-phonetic.bin +share/scim/tables/Quick.bin +share/scim/tables/Simplex.bin +share/scim/tables/Stroke5.bin +share/scim/tables/Tamil-inscript.bin +share/scim/tables/Tamil-phonetic.bin +share/scim/tables/Tamil-remington.bin +share/scim/tables/Telugu-inscript.bin +share/scim/tables/Thai.bin +share/scim/tables/Translit.bin +share/scim/tables/Ukrainian-Translit.bin +share/scim/tables/Viqr.bin +share/scim/tables/Wu.bin +share/scim/tables/Wubi.bin +share/scim/tables/Yawerty.bin +share/scim/tables/ZhuYin-Big.bin +share/scim/tables/ZhuYin.bin +share/scim/tables/Ziranma.bin