diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 11:46:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 11:46:46 +0800 |
commit | 570b8345a61414a4f5e8a1651acd54b8410d88db (patch) | |
tree | f4ce181414f8ddbcbd5f41d47fe49f007a6696b4 /korean | |
parent | a556168f0817afcb2300bbdffc6ef52b24056c7b (diff) | |
download | marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.gz marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.bz2 marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.lz marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.xz marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.zst marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7390 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'korean')
-rw-r--r-- | korean/scim-hangul/Makefile | 50 | ||||
-rw-r--r-- | korean/scim-hangul/distinfo | 3 | ||||
-rw-r--r-- | korean/scim-hangul/pkg-descr | 3 | ||||
-rw-r--r-- | korean/scim-hangul/pkg-message | 11 | ||||
-rw-r--r-- | korean/scim-hangul/pkg-plist | 13 | ||||
-rw-r--r-- | korean/scim-tables/Makefile | 36 | ||||
-rw-r--r-- | korean/scim-tables/distinfo | 3 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-icons-Makefile.in | 57 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-tables-Makefile.in | 11 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-tables-ko-Makefile.in | 11 | ||||
-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 | 6 |
14 files changed, 236 insertions, 0 deletions
diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile new file mode 100644 index 000000000..90dcb59ac --- /dev/null +++ b/korean/scim-hangul/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: ko-scim-hangul +# Date created: 13 Oct 2005 +# Whom: CHOI Junho <cjh@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= scim-hangul +PORTVERSION= 0.2.1 +PORTREVISION= 2 +CATEGORIES= korean +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=scim + +MAINTAINER= cjh@FreeBSD.org +COMMENT= SCIM IMEngine module for Korean(Hangul) input + +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_ICONV= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on FreeBSD 4.x +.endif + +.if ${OSVERSION} < 500035 +BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ + LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}" +.else +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ + LDFLAGS="-L${LOCALBASE}/lib" +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + @${ECHO} + @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' + @${ECHO} + +.include <bsd.port.post.mk> diff --git a/korean/scim-hangul/distinfo b/korean/scim-hangul/distinfo new file mode 100644 index 000000000..afc999c12 --- /dev/null +++ b/korean/scim-hangul/distinfo @@ -0,0 +1,3 @@ +MD5 (scim-hangul-0.2.1.tar.gz) = 586dbd1c01d414125e1bb13821c57f93 +SHA256 (scim-hangul-0.2.1.tar.gz) = 68d5e2b32484022b1185052671b1ceb4daa19cefee95c8446f0b18c106cbdf96 +SIZE (scim-hangul-0.2.1.tar.gz) = 1345947 diff --git a/korean/scim-hangul/pkg-descr b/korean/scim-hangul/pkg-descr new file mode 100644 index 000000000..74e20cecb --- /dev/null +++ b/korean/scim-hangul/pkg-descr @@ -0,0 +1,3 @@ +SCIM IMEngine module for Korean(Hangul) input. + +WWW: http://www.scim-im.org/projects/imengines diff --git a/korean/scim-hangul/pkg-message b/korean/scim-hangul/pkg-message new file mode 100644 index 000000000..ed8696ee8 --- /dev/null +++ b/korean/scim-hangul/pkg-message @@ -0,0 +1,11 @@ +-------------------------------------------------------------------- +Remember to set environment variables XMODIFIERS and LANG: + + csh/tcsh: setenv XMODIFIERS @im=SCIM ; setenv LANG ko_KR.eucKR + sh/bash: export XMODIFIERS='@im=SCIM'; export LANG=ko_KR.eucKR + +To start the SCIM input method daemon, use command: + + scim -d + +-------------------------------------------------------------------- diff --git a/korean/scim-hangul/pkg-plist b/korean/scim-hangul/pkg-plist new file mode 100644 index 000000000..e3cbcf17b --- /dev/null +++ b/korean/scim-hangul/pkg-plist @@ -0,0 +1,13 @@ +lib/scim-1.0/IMEngine/hangul.la +lib/scim-1.0/IMEngine/hangul.so +lib/scim-1.0/SetupUI/hangul-imengine-setup.la +lib/scim-1.0/SetupUI/hangul-imengine-setup.so +share/locale/de/LC_MESSAGES/scim-hangul.mo +share/locale/fr/LC_MESSAGES/scim-hangul.mo +share/locale/ja/LC_MESSAGES/scim-hangul.mo +share/locale/ko/LC_MESSAGES/scim-hangul.mo +share/locale/zh_CN/LC_MESSAGES/scim-hangul.mo +share/scim/icons/scim-hangul.png +@dirrmtry share/scim/icons +@dirrmtry lib/scim-1.0/IMEngine +@dirrmtry lib/scim-1.0/SetupUI diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile new file mode 100644 index 000000000..f51e542ef --- /dev/null +++ b/korean/scim-tables/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: ko-scim-tables +# Date created: 22 May 2004 +# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= scim-tables +PORTVERSION= 0.5.4 +PORTREVISION= 2 +CATEGORIES= korean +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=scim + +MAINTAINER= ports@FreeBSD.org +COMMENT= SCIM table based Korean input methods + +BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500035 +BROKEN= No working scim-make-table command on 4.x. Install textproc/scim-table-imengine for details +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + @${ECHO} + @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' + @${ECHO} + +.include <bsd.port.post.mk> diff --git a/korean/scim-tables/distinfo b/korean/scim-tables/distinfo new file mode 100644 index 000000000..d2e41de89 --- /dev/null +++ b/korean/scim-tables/distinfo @@ -0,0 +1,3 @@ +MD5 (scim-tables-0.5.4.tar.gz) = 69ce8f1945ba2ab4bf820386e76c2cd9 +SHA256 (scim-tables-0.5.4.tar.gz) = 784cbdecb40a42dee50c2d4ef0614ebd58728c8ee15ac0f2d08acfeef73ec4ad +SIZE (scim-tables-0.5.4.tar.gz) = 5608023 diff --git a/korean/scim-tables/files/patch-Makefile.in b/korean/scim-tables/files/patch-Makefile.in new file mode 100644 index 000000000..7ca13932d --- /dev/null +++ b/korean/scim-tables/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Oct 30 22:07:39 2005 ++++ Makefile.in Tue Nov 1 23:10:48 2005 +@@ -260,7 +260,7 @@ + EXTRA_DIST = config.rpath mkinstalldirs bootstrap scim-tables.spec + AUTOMAKE_OPTIONS = gnu + @SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = skim +-SUBDIRS = intl icons m4 po src tables $(SKIM_SUBDIR) ++SUBDIRS = icons tables + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST) + CLEANFILES = *.bak + ACLOCAL_AMFLAGS = -I m4 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 000000000..7a14e26f3 --- /dev/null +++ b/korean/scim-tables/files/patch-icons-Makefile.in @@ -0,0 +1,57 @@ +--- icons/Makefile.in.orig Sun Oct 30 22:07:35 2005 ++++ icons/Makefile.in Tue Nov 1 23:11:26 2005 +@@ -234,52 +234,8 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + MAINTAINERCLEANFILES = Makefile.in +-INST_ICONS = table.png \ +- Amharic.png \ +- Arabic.png \ +- Array30.png \ +- Bengali-inscript.png \ +- Bengali-probhat.png \ +- CangJie.png \ +- CangJie3.png \ +- Cantonese.png \ +- CantonHK.png \ +- Quick.png \ +- Stroke5.png \ +- Dayi.png \ +- Erbi.png \ +- Erbi-QS.png \ +- EZ.png \ +- Gujarati-inscript.png \ +- Gujarati-phonetic.png \ +- Hangul.png \ +- Hanja.png \ +- Hindi-inscript.png \ +- Hindi-phonetic.png \ +- HIRAGANA.png \ +- Jyutping.png \ +- KATAKANA.png \ +- Kannada-inscript.png \ +- Kannada-kgp.png \ +- LaTeX.png \ +- Malayalam-inscript.png \ +- Nepali.png \ +- Nippon.png \ +- Punjabi-inscript.png \ +- Punjabi-jhelum.png \ +- Punjabi-phonetic.png \ +- Simplex.png \ +- Tamil-inscript.png \ +- Tamil-phonetic.png \ +- Telugu-inscript.png \ +- Thai.png \ +- Viqr.png \ +- Wu.png \ +- Wubi.png \ +- Yawerty.png \ +- ZhuYin.png \ +- Ziranma.png \ +- IPA-X-SAMPA.png ++INST_ICONS = Hangul.png \ ++ Hanja.png + + EXTRA_DIST = $(INST_ICONS) + icondir = $(SCIM_ICONDIR) diff --git a/korean/scim-tables/files/patch-tables-Makefile.in b/korean/scim-tables/files/patch-tables-Makefile.in new file mode 100644 index 000000000..7b4cfbbf8 --- /dev/null +++ b/korean/scim-tables/files/patch-tables-Makefile.in @@ -0,0 +1,11 @@ +--- tables/Makefile.in.orig Sun Oct 30 22:07:36 2005 ++++ tables/Makefile.in Tue Nov 1 23:11:44 2005 +@@ -234,7 +234,7 @@ + target_alias = @target_alias@ + MAINTAINERCLEANFILES = Makefile.in + CLEANFILES = *.bak +-SUBDIRS = additional am ar bn gu hi ja kn ko ml ne pa ru ta te th vi zh ++SUBDIRS = ko + all: all-recursive + + .SUFFIXES: diff --git a/korean/scim-tables/files/patch-tables-ko-Makefile.in b/korean/scim-tables/files/patch-tables-ko-Makefile.in new file mode 100644 index 000000000..4e569e095 --- /dev/null +++ b/korean/scim-tables/files/patch-tables-ko-Makefile.in @@ -0,0 +1,11 @@ +--- tables/ko/Makefile.in.orig Sun Oct 30 22:07:37 2005 ++++ tables/ko/Makefile.in Tue Nov 1 23:11:58 2005 +@@ -235,7 +235,7 @@ + subdirs = @subdirs@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SCIM_MAKE_TABLE = $(top_builddir)/src/scim-make-table ++SCIM_MAKE_TABLE = scim-make-table + scim_tables_source = Hangul.txt.in HangulRomaja.txt.in Hanja.txt.in + scim_tables = Hangul.txt HangulRomaja.txt Hanja.txt + scim_tables_bindir = $(SCIM_TABLEDIR) diff --git a/korean/scim-tables/pkg-descr b/korean/scim-tables/pkg-descr new file mode 100644 index 000000000..2975211b3 --- /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://www.scim-im.org diff --git a/korean/scim-tables/pkg-message b/korean/scim-tables/pkg-message new file mode 100644 index 000000000..633c2e665 --- /dev/null +++ b/korean/scim-tables/pkg-message @@ -0,0 +1,14 @@ +-------------------------------------------------------------------- +Remember to set environment variable 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 000000000..9987e4d27 --- /dev/null +++ b/korean/scim-tables/pkg-plist @@ -0,0 +1,6 @@ +share/scim/tables/Hangul.bin +share/scim/tables/HangulRomaja.bin +share/scim/tables/Hanja.bin +share/scim/icons/Hangul.png +share/scim/icons/Hanja.png +@dirrmtry share/scim/tables |