summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-5/+6
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam4-17/+7
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-08-30Update to 9100, provided by Yamashiro Jun in PR 36675.wiz5-35/+15
anthy-9100: * Fix kana-kanji transformation algorithm. * New version of kana-kanji dictionary. pkgsrc change: * Update additional Japanese kana-kanji dictionary: okinawa-20070717.t
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-07-24malloc.h is an anachroism, use stdlib.h instead.joerg2-1/+15
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam5-7/+16
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
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
2007-03-24Fix build with newer pth, which defines read and write as macros.joerg4-1/+62
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-02-19Modular Xorg support.joerg1-2/+2
2007-02-15Modular Xorg support.joerg1-2/+5
2007-02-15Modular Xorg support.joerg3-6/+11
2007-02-02Modular Xorg support.joerg1-2/+5
2007-01-20Update to 7900, based on patches provided by Yamashiro, Jun in PR 34651.wiz6-46/+54
Additionally, split option handling into options.mk and properly handle the configuration file. Changelog in anthy(7100 to 7900): * Fix Japanese convert algorithm * Update main Japanese Kana-Kanji dictionary Changelog in pkgsrc: * Fix option for additional Kana-Kanji dictionary. * Update Okinawa dicrectory(optional).
2007-01-20Update to 1.3.1, provided by Yamashiro, Jun in PR 35315.wiz8-46/+66
Overview of changes from 1.3.0 to 1.3.1 == * Fixes - SKK - Fix specific key handling in wide-latin direct input mode - uim-pref-qt - Fix compilation on non-immodule version of Qt3 * Others - uim-toolbar-{gtk,gtk-systray,applet} - Avoid potential misbehavior in property activation by popup menu - uim_panelapplet - Improve layout upon resize of the KDE panel - uim-candwin-qt - Handle disconnect from uim-xim sanely Overview of changes from 1.3.0-beta to 1.3.0 == * Fixed - XIM bridge - Fix compilation on pre-X11R6.7 environment. Overview of changes from 1.3.0-alpha to 1.3.0-beta == * Fixed - libuim - Minor fix for text acquisition and injection - Add caps-lock, scroll-lock, and num-lock keysyms - Tcode - Try-code - Update compose table - uim-toolbar-qt - Suppress runtime warning when icon files are missing - GTK+ bridge - Qt bridge - XIM bridge - Support caps-lock, scroll-lock, and num-lock keysyms - Fix page shift behavior Overview of changes from 1.2.x to 1.3.0-alpha == * New features - libuim - Obsolete experimental surrounding text API - Add text acquisition API and support it in GTK+ and Qt bridges - Add text injection API (uim_input_string()) - Support focus-in and focus-out handler in IM context - More keysyms support - See doc/COMPATIBILITY for further details - Anthy - Kana keyboard support (experimental) - Latin IM - Support deadkeys with preedit enabled - Try-Code IM - New Japanese IM based on T-Code - uim_panelapplet - New toolbar applet for KDE panel - uim-toolbar-gtk - Double click to shrink the window (Masatake Yamato) - uim-toolbar-qt - Double click to shrink the window - uim-pref-gtk - uim-pref-qt - Support more keysyms in key editor - GTK+ bridge - Qt bridge - XIM bridge - More keysyms support * Fixes - Prime - Fix key handling in word registration mode (bug #8984) - Tcode - Update compose table - Generic (Tcode, Hangul, PY) - Fix key handling - uim-toolbar-gtk - More icons (Shun-ichi TAHARA) - uim-toolbar-qt - More icons - Use smaller toolbar icons - Fix in movement with mouse pointer - GTK+ bridge - Use workaround for gtk_im_context_reset() - Qt bridge - Fix for preedit relocation with Japanese IM - XIM bridge - Fix for java applications with incorrect font setting - Workaround for Flash Player 9 plugin * Others - Input method icons - Replace with inputmethod-icons 1.1.1 - uim-module-manager - Set newly registering module names to the head of IM list - uim-input-pad-ja - Reorginize pad buttons (Shun-ichi TAHARA)
2007-01-13Fix build with standard-compliant^W^Wnon-NetBSD iconv.joerg2-8/+9
2007-01-08Needs pkg-config.joerg1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig2-5/+5
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07Fix build problem with gcc4.obache3-1/+49
2007-01-03+kasumiobache1-1/+2
2007-01-02Add kasumi version 1.0.1.obache5-0/+70
Imported from pkgsrc-wip-jp, suggested in PR 35336. And I fixed pkglint warnings. Kasumi is a dictionary management tool for anthy kana-kanji conversion system.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg3-3/+9
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-11-07Add libhangul.kristerw1-1/+2
2006-11-05libhangul is a library to handle Korean, used by several Korean inputminskim5-0/+50
methods.
2006-10-28Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev.wiz1-2/+2
2006-10-22Fixed "test ==".rillig2-1/+15
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+4
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Fix PLIST due to update of x11/gtk2. Bump PKGREVISION.hira2-4/+5
2006-08-14Update to 1.2.1:wiz2-6/+6
Overview of changes from 1.2.0 to 1.2.1 == * Fixes - Prime - Sync prime.scm with prime-1.0.0.1. - Improve connection using unix domain socket. - Use unix domain socket connection by default. - uim-candwin-qt - Fix displaying candidates in input prediction. - Qt immodule - Fix displaying candidates in input prediction. - Fix key handling with control modifier.
2006-08-05Update to 1.2.0, bump BUILDLINK_ABI_DEPENDS for shlib major bump.wiz4-11/+12
(There are no dependencies in pkgsrc.) Overview of changes from 1.2.0-beta to 1.2.0 == * Fixes o Minor - Prime - Fix initialization of the context upon IM switch (Konosuke). - uim-pref-qt - Handle Meta modifier. - uim-toolbar-qt - Fix to shrink toolbar when any of the buttons are removed. - uim.el - Fix displaying candidates in input prediction (Konosuke). - Fix displaying candidates with appendix on uim-prime (Konosuke). * Others - Bump libuim version. Overview of changes from 1.2.0-alpha to 1.2.0-beta == * Fixes o Minor - Anthy - Canna - Mana - Commit appropriate space letter in halfwidth_alnum input mode. - Qt immodule - Fix getting default IM in some environments. Overview of changes from 1.1.x to 1.2.0-alpha == * New features - Anthy - Input prediction support. - Half-width and full-width alphanumeric conversion with a specific segment. - Add half-width alphanumeric input mode. - Change definition of some input-mode transition keys. - Canna - Mana - Hiragana, katakana, half-width katakana, half- and full-width alphanumeric conversion with a specific segment. - Add half-width alphanumeric input mode. - Change definition of some input-mode transition keys. - uim-dict-gtk - Support Canna private dictionary. - Gtk+ immodule - Qt immodule - Support locale dependent Compose file and ~/.XCompose * Fixes - Anthy, Canan, Mana - Don't insert full-width space on half-width katakana mode (bug #502). - uim-xim - Support ja (EUC) locale in Solaris 10 (bug #7558, KIHARA Hideto). - general - Handle several input mode keys in Japanese keyboard.
2006-07-10Update to 1.1.1:wiz2-6/+6
Overview of changes from 1.1.0 to 1.1.1 == * Fixes - Anthy - Mana - Fix hang in latin conversion with incomplete roma-kana sequence, but the behavior is still corrupted and won't fix in 1.1 series. - Canna - Fix key bindings for kana input rule. - Improve preedit handing on direct mode. - Fix IM context reset. - Don't hang if Canna server close the connection. - uim.el - Reflect updated custom preferences on-the-fly even without focus. - uim-pref-qt - Enable to remove all the key bindings in a setting. - uim-toolbar-gtk - uim-toolbar-gtk-systray - uim-toolbar-applet - Fix the position of the menu if it is too large.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam8-16/+16
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam8-8/+16
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam3-14/+11
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
2006-07-05Make this into a proper rc.subr-using rc.d script.jlam1-18/+7
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam6-55/+7
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam2-6/+4
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-05* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.jlam13-159/+102
* Fully convert to pkginstall framework by properly using OWN_DIRS* to manage required directories during package installation and deinstallation. * Drop the need to explicitly set PREFIX in the package Makefiles. We now install into ${LOCALBASE} like all other pkgsrc packages and use symlinks and file copies to put the right files into ${IMDICTDIR}. * Change default dependency relationship in sj3-lib/buildlink3.mk to a build dependency since it the package only installs headers and a static library archive. * Move some important setup instructions from the DESCR file to MESSAGE files so that the admin will see them at package installation. * Rewrite the sj3 rc.d script so that all necessary directories are created before the daemon is started. * Miscellaneous touch ups to the DESCR and MESSAGE files. Bump the PKGREVISIONs on the sj3* packages.
2006-07-05* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.jlam13-146/+163
* Fully convert to the pkginstall framework by using it to manage directories required at install time. * Rewrite the canna rc.d script to ensure that all needed directories are present before the daemon is started. * Miscellaneous touch ups to the DESCR and MESSAGE files. * Remove the need to explicitly set PREFIX. These packages now install into ${LOCALBASE} and use symlinks and file copies to put the files into the ${IMDICTDIR}. Bump the PKGREVISIONs for the canna* packages.
2006-06-22Needs msgfmt.joerg1-2/+2
2006-06-21Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-7/+27
2006-06-12Update to 1.1.0:wiz5-15/+91
Overview of changes from 1.1.0-beta to 1.1.0 == * Fixes o Critical - libuim - fix a GC corruption that causes SEGV (YamaKen) o Minor - Qt immodule - proper deadkey and compose key handling (bug #3988, Etsushi) - adapted to the menu-based IM switcher (Etsushi) - m17n-lib IM - fix key handling with modifier keys (Etsushi) * Others - tidy up automake/autoconf related scripts Overview of changes from 1.1.0-alpha to 1.1.0-beta == * New features o Minor - Anthy - hankaku katakana conversion with Anthy-7802 (Etsushi) * Fixes o Minor - uim-toolbar-gtk - prevent startup hang in a rare case (Etsushi) - Latin IM - update table (Etsushi) Overview of changes from 1.0.x to 1.1.0-alpha == * New features o Major - icon support for toolbar (Etsushi, YamaKen) - menu-based quick IM switching from toolbar (YamaKen, Etsushi) o Minor - hotkey-based IM toggle has been able to hold per-context state (YamaKen) o IM related - Anthy, Canna, Mana - circular Hiragana, Katakana, Hankaku-kana conversion with "Muhenkan" key (Shun-ichi TAHARA) - Mana - support conversion-result learning with mana-0.2.0 (Shun-ichi TAHARA, Masanari) * Fixes o Minor - general - handle 'Kanji' and 'Hiragana_Katakana' keys (Shun-ichi TAHARA) - uim-dict-gtk - refresh the word list when removing and updating the existing items (Etsushi) - uim-im-switcher-gtk - respond to the cursor movement from keyboard (Etsushi) - uim-pref-gtk - handle <Meta>, <Super>, and <Hyper> modifiers in the key capture widget (Etsushi) - distinguish directories and regular files on pathname custom widget (Etsushi, YamaKen) - uim-pref-qt - distinguish directories and regular files on pathname custom widget (Etsushi, YamaKen) - GTK+ immodule - enable <Alt>, <Meta>, <Super>, and <Hyper> modifier key handling on X11 (bug #2468, Etsushi) - disuse key snooper to improve shortcut key handling (Etsushi) - uim-xim - fix event handling with flashplayer plugin (Etsushi) - uim-fep - fix "commit_string" handling and make uim-input-ja working again (Konosuke, Masanari) - uim.el - handle "commit_string" from helper programs and make uim-input-ja working (Konosuke) * Others - improve code properness with -Werror flag - contributed and new input method icons (SHIMODA Hiroshi, FUJITA Yuji, Jae-hyeon, YamaKen) - new icons for input state indicator in the toolbar (YamaKen, Jae-hyeon) - strip IM name multiplexed in iconic-label of input modes of skk and tutcode that confuses users (YamaKen) - update translations - ja (Daichi Kawahata, YamaKen) - ko (Jae-hyeon)
2006-06-11Needs msgfmt.joerg1-2/+2