PDA

View Full Version : [Solved] ibus-hangul (request)


ahavatar
December 6th, 2010, 23:35
To input Korean(hangul) using ibus, ibus-hangul is necessary, but the current FreeBSD ports tree does not have ibus-hangul yet.

Installing ibus-hangul is straight-forward. On a FreeBSD system that already has ibus and libhangul installed:


$ wget http://ibus.googlecode.com/files/ibus-hangul-1.3.0.20100329.tar.gz
$ tar xvfz ibus-hangul-1.3.0.20100329.tar.gz
$ cd ibus-hangul-1.3.0.20100329
$ ./configure
$ gmake
$ su
# gmake install


and it works fine. Since I have no experience in making a FreeBSD port, it would be great if someone with experience adds ibus-hangul to the FreeBSD port tree. Thanks.

YZMSQ
December 12th, 2010, 14:58
Well,you might learn how to add it to ports tree if nobody wanna accept the request,which seems not too difficult if you're willing to.It's a good choice to read :
http://www.freebsd.org/doc/en/books/porters-handbook/

jkim@
August 9th, 2011, 17:13
A new port was added as korean/ibus-hangul.

hangul
October 5th, 2011, 08:47
Guys... @jkim ...

For my korean viewers I definitely need to ibus-hangul but i don't know how to install it. I'm getting a lot of viewers from my learn korean fast video (http://www.youtube.com/watch?v=_LzTSgEgKZs) from Samsung and LG I.T. Departments.

They are a lot smarter than me with install of hangul but i should atleast have a link to a how to document for them. Can you tell me where i can point them?

SirDice
October 5th, 2011, 15:30
Yep, the handbook: Chapter 4 Installing Applications: Packages and Ports (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html)