summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
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-10-06Add some patches for portability and GCC 4 issues.joerg7-1/+96
2009-10-01Add workaround for PR 41447.obache4-103/+22
* Add dependency m17n-contrib for m17nlib option. It is required for icons. * Remove m17-*.png icon files from PLIST and generate/delete symbolic links at install/deinstall. XXX: symbolic links may be broken/missing when update m17n-contrib. XXX: There is no chance to invoke relink at the time.
2009-08-26bump revision because of graphics/jpeg updatesno11-15/+22
2009-08-18MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-08-10inputmethod/libhangul uses c99.minskim1-1/+2
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim5-7/+10
in emacs23.
2009-08-05Make inputmethod/skk build with emacs23.minskim1-1/+8
2009-08-05Make anthy-elisp build with emacs23.minskim1-2/+2
2009-08-03Update anthy to 9100h.taya3-13/+15
Patch provided by YAMASHIRO Jun in PR 41805. Changelog for Anthy: * Update kana-kanji dictionary(9100b, 9100d, 9100e, 9100g). * Improbed for stability(9100g). * Bugfixes Changelog for pkgsrc * Update optional dictionary: okinawa-20090801.t
2009-07-22Remove USE_DIRS from pkgsrc.wiz2-4/+2
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-17Garbage collection.uebayasi1-3/+1
2009-07-16Redo previous build fix for emacs23 in saner way.uebayasi5-4/+44
2009-07-16Fix PLIST errors when EMACS_TYPE=emacs23. Only compile tested. Pointed outuebayasi1-2/+3
by joerg.
2009-07-06Address of and register variables don't play together, so fix it.joerg2-1/+15
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg3-3/+9
MAKE_JOBS=2 and worked without.
2009-06-14Use @pkgdir.joerg2-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg37-192/+37
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz2-4/+2
block). Uncomment some commented out LICENSE lines while here.
2009-05-17Add workaround to fix build failure with gnome optionobache1-1/+4
(gnome-panel>=2.25.3, libpanel-applet doesn't depend on libgnomeui anymore), Fixes PR 41071.
2009-05-15Bump PKGREVISION, from libdatrie's ABI change.obache1-2/+6
While here, add ftp MASTER_SITES and set LICENSE.
2009-05-12define LICENSE and marked as MAKE_JOBS_SAFE=no.obache1-1/+5
2009-04-08Use META_PACKAGE.joerg3-33/+7
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-2/+1
while.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg13-170/+78
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.
2009-03-09Need msgfmt (configure only).hasso2-4/+4
2009-02-17Reset maintainer, mail bouncedjoerg1-2/+2
2009-02-07Fix mysterious C++ failure as pth's pthread.h defines system as macrojoerg3-3/+24
which makes the stdlib.h prototype goes away. Avoid this by forcing real system calls. Remove a static declaration that is shadowing an extern, resulting in the creation of a text relocation.
2009-01-30Remove redundant distfile.obache1-5/+0
2009-01-23+ uim-elisp uim-qt4-immoduleobache1-1/+3
2009-01-23Import uim-elisp-1.5.5 as inputmethod/uim-elisp.obache4-0/+59
Based on from Yamashiro, Jun in tech-pkg-ja@. Emacs LISP files for inputmethod/uim.
2009-01-23Import uim-qt4-immodule-1.5.5 as inputmethod/uim-qt4-immodule.obache3-0/+34
Based on from Yamashiro, Jun in tech-pkg-ja@. Qt4 immodule for inputmethod/uim.
2009-01-23Update uim to 1.5.5.obache7-71/+108
Based on patch from Yamashiro, Jun in tech-pkg-ja@. While here, deprecate curses and x11 option then introduce uim-fep and xim option to exactly enable/disable those features. Overview of changes from 1.5.4 to 1.5.5 ======================================= * Enhancements - uim-anthy - uim-anthy-utf8 * Learn transposing Katakana/Hiragana string (bug #18630) - misc Japanese IM * AZIK roma-kana table update * Don't use "nwa", "nwi", "nwu", "nwe", "nwo" roma-kana sequences by default - uim-pref-gtk - uim-pref-qt * Reduced startup time * Fixes - GTK+ bridge - uim.el - uim-skk - uim-look * Plug memory leaks - uim-dict-gtk * Fix warning with GTK+-2.14.x Overview of changes from 1.5.3 to 1.5.4 ======================================= * Enhancements - Generic IM * Cache candidates to improve the performance * Add an option to show candidate window automatically when multiple candidates are found - uim-tutcode * New symbol (kigou) input mode - GTK+ bridge - Qt{3,4} bridge - XIM bridge * Improve the performance upon activating the window with large number of candidates * Fixes - uim.el * Plug memory leak. * Ignore 'd' command if valid uim-default-im-engine is defined - uim-fep * Fix compilation with Solaris' cc - uim-skk * Fix handling in non-matching upper case character in skk-proc-state-direct. - uim-pref-gtk * Fix warning with GTK+-2.14.x Overview of changes from 1.5.2 to 1.5.3 ======================================= * Fixes - Qt4 bridge (experimental) * [CRITICAL] Fix bug with Qt4 >= 4.4.1, which makes applications infinite loop at the startup * [CRITICAL] Fix uim-helper handling which could cause unexpected crashes * Fix key press with shift, control, alt, and meta keys - uim-xim * Fix some minor protocol errors - uim.el * Improve minibuffer editing - uim-tutcode * Fix out-of-range error when candidates are longer than tutcode-heading-label-char-list * Others - uim-toolbar-gtk-systray * Adjust ythickness of the buttons - uim-pref-gtk * Add vertical scrollbar for the setting pane Overview of changes from 1.5.1 to 1.5.2 ======================================= * Enhancements - Enable input method rotation by hotkeys - uim-trycode * Updated the composition table to 2008-04-18 version * Fixes - uim.el * [CRITICAL] Fix breaking minor-mode-map-alist in some cases. * [CRITICAL] Fix uim-el-helper-agent * Fix displaying candidates when a right-hand neighbor character of the cursor is a horizontal-tab - uim-xim * Fix Japanese kana-keyboard input hack to distinguish 'kana_RO' key and backslash key - uim-canna * Don't disable libuim functionality even when canna server is stopped. - uim-elatin * Fix problem when only elatin IM is loaded. - uim-prime * Fix crash when input mode is forced to set as app-mode by toolbar menu while "Enable vi-cooperative mode" is off.
2009-01-12MAKE_JOBS_SAFE=noobache1-1/+3
2009-01-10Need CANNA_SPOOL at configure phase to generate cannaconf.h, it's for ERRDIR.obache2-3/+4
Add CANNA_ENV to SCRIPTS_ENV for imake. This is only affect to canna-server, as reported by MOCHIDA Shuji by PR 40349. Bump PKGREVISION of canna-server package.
2009-01-10MAKE_JOBS_SAFE=noobache1-1/+3
2009-01-09Add options: curses, x11.uebayasi3-11/+24
2008-12-20Update libhangul to 0.9.14.minskim3-21/+37
Changes: - Depend on libhangul to build Korean characters from syllables. - Add sample configurations. - Bug fixes.
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-12-20Update nabi to 0.99.3.minskim2-7/+7
Changes: - Improve internal code. - Add an option to set the font for off-the-spot and root window. - Other bug fixes.
2008-11-28Original MASTER_SITES does not have old distfiles.obache1-2/+3
Use mirror site instead.
2008-11-28ftp.m17n.org is closed.obache1-2/+2
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-11-10make MAKE_JOBS_SAFE to NO.taca1-1/+2
2008-11-01Fix PLIST and buildlink3.mk after gucharmap dependency removal.wiz2-4/+2
No PKGREVISION bump because this package didn't build successfully (oops). Noted by Kouichirou Hiratsuka.
2008-10-27Remove gucharmap dependency -- it builds without gucharmap, but not withwiz1-2/+5
the new gucharmap2 API. If this feature is very useful, a separate (but conflicting) gucharmap1 package could be created. Bump PKGREVISION.
2008-10-20Update nabi to 0.99.2.minskim3-33/+26
Changes since 0.15: - Updated German translation. - Fixed memory leak. - Added simplified Chinese input. - Added themes. - Added symbol input using consonants. - Switched to use libhangul.
2008-10-20Update libhangul to 0.0.8.minskim4-18/+22
Changes since 0.0.4: - Improved hanja search. - Updated the hanja dictionary.
2008-10-13${NOTFOR_emacs22}hoge -> ${NOTFOR_emacs22}${NOTFOR_emacs22nox}hogeuebayasi1-2/+2
2008-10-13Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are reallyuebayasi2-2/+5
created or not. Packages that include other ELP's buildlink3.mk must define EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build time a lot.