From 1116e5bc469d58ab4b8b6a8835ff16e3cb6be0e8 Mon Sep 17 00:00:00 2001 From: junyoung Date: Sat, 27 Sep 2003 03:23:33 +0000 Subject: X Input Method for Korean. --- inputmethod/nabi/DESCR | 4 ++++ inputmethod/nabi/MESSAGE | 13 +++++++++++++ inputmethod/nabi/Makefile | 19 +++++++++++++++++++ inputmethod/nabi/PLIST | 41 +++++++++++++++++++++++++++++++++++++++++ inputmethod/nabi/distinfo | 4 ++++ 5 files changed, 81 insertions(+) create mode 100644 inputmethod/nabi/DESCR create mode 100644 inputmethod/nabi/MESSAGE create mode 100644 inputmethod/nabi/Makefile create mode 100644 inputmethod/nabi/PLIST create mode 100644 inputmethod/nabi/distinfo (limited to 'inputmethod') diff --git a/inputmethod/nabi/DESCR b/inputmethod/nabi/DESCR new file mode 100644 index 00000000000..080335495b2 --- /dev/null +++ b/inputmethod/nabi/DESCR @@ -0,0 +1,4 @@ +Nabi is an X Input Method for Korean. It works with any applications +that have support for the XIM protocol built in. Although Nabi needs +GTK+2 to run, it can be docked into the KDE panel as well as the GNOME +one. diff --git a/inputmethod/nabi/MESSAGE b/inputmethod/nabi/MESSAGE new file mode 100644 index 00000000000..596a09d5bb6 --- /dev/null +++ b/inputmethod/nabi/MESSAGE @@ -0,0 +1,13 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/09/27 03:23:33 junyoung Exp $ + + You should set the following environment variable to make + Nabi work properly: + + export XMODIFIERS="@im=nabi" (for sh) + + or + + setenv XMODIFIERS "@im=nabi" (for csh) + +=========================================================================== diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile new file mode 100644 index 00000000000..cbef276eb09 --- /dev/null +++ b/inputmethod/nabi/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/27 03:23:33 junyoung Exp $ +# + +DISTNAME= nabi-0.7 +CATEGORIES= korean inputmethod +MASTER_SITES= http://download.kldp.net/nabi/ + +MAINTAINER= minskim@bawi.org +HOMEPAGE= http://nabi.kldp.net/ +COMMENT= X Input Method for Korean + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES + +.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/nabi/PLIST b/inputmethod/nabi/PLIST new file mode 100644 index 00000000000..07eb6b49018 --- /dev/null +++ b/inputmethod/nabi/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/27 03:23:33 junyoung Exp $ +bin/nabi +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/nabi.mo +share/nabi/compose/default +share/nabi/keyboard/2qwerty +share/nabi/keyboard/32qwerty +share/nabi/keyboard/39qwerty +share/nabi/keyboard/3fqwerty +share/nabi/nabi.png +share/nabi/themes/KingSejong/README +share/nabi/themes/KingSejong/english.png +share/nabi/themes/KingSejong/hangul.png +share/nabi/themes/KingSejong/none.png +share/nabi/themes/MSWindows/english.png +share/nabi/themes/MSWindows/hangul.png +share/nabi/themes/MSWindows/none.png +share/nabi/themes/Mac/README +share/nabi/themes/Mac/english.png +share/nabi/themes/Mac/hangul.png +share/nabi/themes/Mac/none.png +share/nabi/themes/Onion/README +share/nabi/themes/Onion/english.png +share/nabi/themes/Onion/hangul.png +share/nabi/themes/Onion/none.png +share/nabi/themes/SimplyRed/english.png +share/nabi/themes/SimplyRed/hangul.png +share/nabi/themes/SimplyRed/none.png +share/nabi/themes/keyboard/README +share/nabi/themes/keyboard/english.png +share/nabi/themes/keyboard/hangul.png +share/nabi/themes/keyboard/none.png +@dirrm share/nabi/themes/keyboard +@dirrm share/nabi/themes/SimplyRed +@dirrm share/nabi/themes/Onion +@dirrm share/nabi/themes/Mac +@dirrm share/nabi/themes/MSWindows +@dirrm share/nabi/themes/KingSejong +@dirrm share/nabi/themes +@dirrm share/nabi/keyboard +@dirrm share/nabi/compose +@dirrm share/nabi diff --git a/inputmethod/nabi/distinfo b/inputmethod/nabi/distinfo new file mode 100644 index 00000000000..bc8b79765a5 --- /dev/null +++ b/inputmethod/nabi/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/27 03:23:33 junyoung Exp $ + +SHA1 (nabi-0.7.tar.gz) = e753a9dd5cdfd9cd8f8455f226d6ac00dd459cac +Size (nabi-0.7.tar.gz) = 509429 bytes -- cgit v1.2.3