diff options
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/scim-hangul/Makefile | 47 | ||||
-rw-r--r-- | korean/scim-hangul/distinfo | 2 | ||||
-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 | 11 |
6 files changed, 75 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 7eb733fd2444..de30cd44694c 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -56,6 +56,7 @@ SUBDIR += pgp.language SUBDIR += php_doc SUBDIR += pinetreefonts + SUBDIR += scim-hangul SUBDIR += scim-tables SUBDIR += texinfo SUBDIR += unfonts-ttf diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile new file mode 100644 index 000000000000..e79c4aae02b7 --- /dev/null +++ b/korean/scim-hangul/Makefile @@ -0,0 +1,47 @@ +# 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.0 +#PORTREVISION= 0 +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_X_PREFIX= yes +USE_ICONV= yes +USE_GMAKE= yes +USE_LIBTOOL_VER=15 + +CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" + +.include <bsd.port.pre.mk> + +.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 000000000000..391466de4a49 --- /dev/null +++ b/korean/scim-hangul/distinfo @@ -0,0 +1,2 @@ +MD5 (scim-hangul-0.2.0.tar.gz) = 8b6b4a49f1d6fbb093290004596bbf09 +SIZE (scim-hangul-0.2.0.tar.gz) = 652066 diff --git a/korean/scim-hangul/pkg-descr b/korean/scim-hangul/pkg-descr new file mode 100644 index 000000000000..74e20cecb06b --- /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 000000000000..ed8696ee8cda --- /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 000000000000..d280e2a67ebb --- /dev/null +++ b/korean/scim-hangul/pkg-plist @@ -0,0 +1,11 @@ +lib/scim-1.0/IMEngine/hangul.so +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 +@unexec rmdir %D/share/scim/icons 2>/dev/null || true +@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true +@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true |