diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-02 22:41:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-02 22:41:31 +0000 |
commit | e457d2be17d074ed72f65b1d3ea7865601e48863 (patch) | |
tree | 052222ec035f871e1eae6a8f0df47fc8b0cc361e /korean/scim-tables | |
parent | 02bb6cfa595e27fac4d60e952599c2c2ae8229ce (diff) | |
download | ports-e457d2be17d074ed72f65b1d3ea7865601e48863.tar.gz ports-e457d2be17d074ed72f65b1d3ea7865601e48863.zip |
Notes
Diffstat (limited to 'korean/scim-tables')
-rw-r--r-- | korean/scim-tables/Makefile | 29 | ||||
-rw-r--r-- | korean/scim-tables/distinfo | 2 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-icons-Makefile.in | 30 | ||||
-rw-r--r-- | korean/scim-tables/pkg-descr | 7 | ||||
-rw-r--r-- | korean/scim-tables/pkg-message | 14 | ||||
-rw-r--r-- | korean/scim-tables/pkg-plist | 5 |
7 files changed, 98 insertions, 0 deletions
diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile new file mode 100644 index 000000000000..bb4d7f2db395 --- /dev/null +++ b/korean/scim-tables/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ko-scim-tables +# Date created: 22 May 2004 +# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> +# +# $FreeBSD$ +# + +PORTNAME= scim-tables +PORTVERSION= 0.4.0 +CATEGORIES= korean +MASTER_SITES= http://freedesktop.org/~suzhe/sources/ + +MAINTAINER= ports@freebsd.org +COMMENT= SCIM table based Korean input methods + +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +post-install: + @${CAT} ${PKGMESSAGE} + @${ECHO} + @${ECHO} To display this message again, type \`make post-install\' + @${ECHO} + +.include <bsd.port.mk> diff --git a/korean/scim-tables/distinfo b/korean/scim-tables/distinfo new file mode 100644 index 000000000000..eaddf09af1af --- /dev/null +++ b/korean/scim-tables/distinfo @@ -0,0 +1,2 @@ +MD5 (scim-tables-0.4.0.tar.gz) = b0b68769dc35569e8683a4ead79ac889 +SIZE (scim-tables-0.4.0.tar.gz) = 3786400 diff --git a/korean/scim-tables/files/patch-Makefile.in b/korean/scim-tables/files/patch-Makefile.in new file mode 100644 index 000000000000..36824aafaec3 --- /dev/null +++ b/korean/scim-tables/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Jul 2 05:49:42 2004 ++++ Makefile.in Fri Jul 2 05:49:47 2004 +@@ -138,7 +138,7 @@ + + EXTRA_DIST = bootstrap scim-tables.spec + AUTOMAKE_OPTIONS = gnu +-SUBDIRS = zh ja ko additional icons ++SUBDIRS = ko icons + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST) + CLEANFILES = *.bak + all: all-recursive diff --git a/korean/scim-tables/files/patch-icons-Makefile.in b/korean/scim-tables/files/patch-icons-Makefile.in new file mode 100644 index 000000000000..d4fcaac732ea --- /dev/null +++ b/korean/scim-tables/files/patch-icons-Makefile.in @@ -0,0 +1,30 @@ +--- icons/Makefile.in.orig Sun Jun 20 20:50:51 2004 ++++ icons/Makefile.in Fri Jul 2 06:05:39 2004 +@@ -109,25 +109,8 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + MAINTAINERCLEANFILES = Makefile.in +-INST_ICONS = Amharic.png \ +- Array30.png \ +- CangJie.png \ +- Cantonese.png \ +- Dayi.png \ +- Erbi.png \ +- Erbi-QS.png \ +- EZ.png \ +- Jyutping.png \ +- Simplex.png \ +- Wubi.png \ +- Ziranma.png \ +- ZhuYin.png \ +- HIRAGANA.png \ +- KATAKANA.png \ +- Nippon.png \ +- Hangul.png \ +- Hanja.png \ +- Yawerty.png ++INST_ICONS = Hangul.png \ ++ Hanja.png + + EXTRA_DIST = $(INST_ICONS) + icondir = $(SCIM_ICONDIR) diff --git a/korean/scim-tables/pkg-descr b/korean/scim-tables/pkg-descr new file mode 100644 index 000000000000..220b5a7411cf --- /dev/null +++ b/korean/scim-tables/pkg-descr @@ -0,0 +1,7 @@ +SCIM table based Korean input methods: Hangul, Hanja + +Smart Common Input Method platform, in short SCIM, is a development platform to +make Input Method developers live easier. It has very clear architecture and +very simple programming interface. + +WWW: http://freedesktop.org/~suzhe/ diff --git a/korean/scim-tables/pkg-message b/korean/scim-tables/pkg-message new file mode 100644 index 000000000000..dae9ab9ba19c --- /dev/null +++ b/korean/scim-tables/pkg-message @@ -0,0 +1,14 @@ +-------------------------------------------------------------------- +Remember to set environment varible XMODIFIERS: + + csh/tcsh: setenv XMODIFIERS @im=SCIM + sh/bash: export XMODIFIERS='@im=SCIM' + +and set LANG, LC_CTYPE to a proper Korean locale or use scim-setup +utility to configure the supported locale. + +To start the SCIM input method daemon, use command: + + scim -d + +-------------------------------------------------------------------- diff --git a/korean/scim-tables/pkg-plist b/korean/scim-tables/pkg-plist new file mode 100644 index 000000000000..9e19809cd994 --- /dev/null +++ b/korean/scim-tables/pkg-plist @@ -0,0 +1,5 @@ +share/scim/tables/Hangul.bin +share/scim/tables/Hanja.bin +share/scim/icons/Hangul.png +share/scim/icons/Hanja.png +@dirrm share/scim/tables |