diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-08 14:50:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-08 14:50:14 +0000 |
commit | 63199ba4e2e47b6256ee107d219c687c1fa18563 (patch) | |
tree | 4cf7cb7a4d65c8cde297d4ffd4e0ff2263c7617a /korean | |
parent | 138ade8721228584066753505a0ba59acc29050e (diff) | |
download | ports-63199ba4e2e47b6256ee107d219c687c1fa18563.tar.gz ports-63199ba4e2e47b6256ee107d219c687c1fa18563.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/fcitx-hangul/Makefile | 28 | ||||
-rw-r--r-- | korean/fcitx-hangul/distinfo | 2 | ||||
-rw-r--r-- | korean/fcitx-hangul/pkg-descr | 3 | ||||
-rw-r--r-- | korean/fcitx-hangul/pkg-plist | 13 |
5 files changed, 47 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 5655eaddd86a..4344d00d1771 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -12,6 +12,7 @@ SUBDIR += baekmukfonts-ttf SUBDIR += engdic SUBDIR += eterm + SUBDIR += fcitx-hangul SUBDIR += gimp-help SUBDIR += gtkcomm SUBDIR += h2ps diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile new file mode 100644 index 000000000000..7ae4ef974c58 --- /dev/null +++ b/korean/fcitx-hangul/Makefile @@ -0,0 +1,28 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fcitx-hangul +PORTVERSION= 0.1.2 +CATEGORIES= korean +MASTER_SITES= GOOGLE_CODE +PROJECTHOST= fcitx +DIST_SUBDIR= fcitx + +MAINTAINER= lichray@gmail.com +COMMENT= Hangul support for Fcitx + +LICENSE= GPLv2 + +LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ + hangul:${PORTSDIR}/korean/libhangul + +USE_XZ= yes +USE_GETTEXT= yes +USE_CMAKE= yes +USE_GNOME= intltool +INSTALLS_ICONS= yes + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lintl + +.include <bsd.port.mk> diff --git a/korean/fcitx-hangul/distinfo b/korean/fcitx-hangul/distinfo new file mode 100644 index 000000000000..908eb58d7a62 --- /dev/null +++ b/korean/fcitx-hangul/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-hangul-0.1.2.tar.xz) = 5ba90bb23c79360e3ffe407a471c8ce23f388f7d51d506b9f82ef5aa1e7af16f +SIZE (fcitx/fcitx-hangul-0.1.2.tar.xz) = 24792 diff --git a/korean/fcitx-hangul/pkg-descr b/korean/fcitx-hangul/pkg-descr new file mode 100644 index 000000000000..a6cfb3f91883 --- /dev/null +++ b/korean/fcitx-hangul/pkg-descr @@ -0,0 +1,3 @@ +fcitx-hangul provides Korean input back-end to the Fcitx IM framework. + +WWW: http://code.google.com/p/fcitx/ diff --git a/korean/fcitx-hangul/pkg-plist b/korean/fcitx-hangul/pkg-plist new file mode 100644 index 000000000000..0541c9f58217 --- /dev/null +++ b/korean/fcitx-hangul/pkg-plist @@ -0,0 +1,13 @@ +lib/fcitx/fcitx-hangul.so +share/fcitx/addon/fcitx-hangul.conf +share/fcitx/configdesc/fcitx-hangul.desc +share/fcitx/hangul/symbol.txt +share/fcitx/inputmethod/hangul.conf +share/fcitx/skin/default/hangul.png +share/icons/hicolor/64x64/apps/fcitx-hangul.png +share/icons/hicolor/64x64/status/fcitx-hanja-active.png +share/icons/hicolor/64x64/status/fcitx-hanja-inactive.png +share/locale/ko/LC_MESSAGES/fcitx-hangul.mo +share/locale/zh_CN/LC_MESSAGES/fcitx-hangul.mo +share/locale/zh_TW/LC_MESSAGES/fcitx-hangul.mo +@dirrm share/fcitx/hangul |