summaryrefslogtreecommitdiff
path: root/inputmethod/libhangul
AgeCommit message (Collapse)AuthorFilesLines
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-08-16Update some HOMEPAGEs.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for inputmethod categoryagc1-1/+2
Problems found locating distfiles: Package anthy: missing distfile 2ch.t Package anthy: missing distfile okinawa-20090801.t Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-10Update libhangul to 0.1.0 (shlib major bumped).obache3-14/+11
approved by minskim@. 0.1.0 * add new API for keycode normalization * remove deprecated API * add supports for freebsd * update some test codes
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-02-27Update libhangul to 0.0.12.obache4-22/+15
0.0.12 * add dubeolsik yetgeul keyboard * make sebeolsik yetgeul keyboard layout conform to HWP * add API to get builtin keyboard list * use Unicode jamo for incomplete syllable * gettextize * bug fix for Unicode 5.2 * fix wrong characters in ahnmatae(#31548) * add command line tool hangul 0.0.11 * fixed preedit string bug: #315256 * added Ahnmatae method * updated hanja frequency data and reordered hanja table according to it: #315200 * fixed bugs in hanja data * updated old hangul jamo combination table according to Unicode standard 5.2: #315127
2009-11-01Update libhangul to 0.0.10.obache4-14/+14
0.0.10 * implemented new logic romaja method * updated to support the new Unicode standard 5.2 * updated API document * fixed small bugs
2009-08-10inputmethod/libhangul uses c99.minskim1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-20Update libhangul to 0.0.9.minskim4-22/+17
Changes: - Improve the Chinese character search routing. - Add a function to process Hangul syllables. - Bug fixes.
2008-10-20Update libhangul to 0.0.8.minskim4-18/+22
Changes since 0.0.4: - Improved hanja search. - Updated the hanja dictionary.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-05-09Update libhangul to 0.0.4.minskim4-9/+23
Changes: * added HnagulKeyboard, HangulCombination feature * update test code * process english character also in hangul mode
2006-11-05libhangul is a library to handle Korean, used by several Korean inputminskim5-0/+50
methods.