summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2005-03-16Added a patch that #includes <sys/time.h> if present. Needed at least forrillig2-1/+23
NetBSD-1.6.2. Approved by wiz.
2005-03-05Dependencies should look like: foo-[0-9]* (instead of foo-*). Fix some.wiz2-5/+5
2005-03-05Change lookup gateway an option. This reduces dependency much.uebayasi3-10/+24
Bump revision.
2005-03-03Add patch file that I missed to add at previous committaya1-0/+19
2005-03-03Update anthy to 6300.taya5-10/+33
ChangeLog: * cannadic/ update to cannadic-0.95c * src/splitter/commit.c fix mis-computation of segment length which can cause out of array bound access * use Hidden Markov Model to find segment boundary.
2005-02-23Add RMD160 digestsagc20-20/+42
2005-02-22Add inclusion of <arpa/inet.h> for inet_ntoa(3).hira3-3/+16
Bump PKGREVISION.
2005-01-13Regen to make GNU patch happy.minskim2-7/+9
2005-01-10Update homepage, and uppercase some variables.wiz1-8/+8
2005-01-04Automatically register uim in the list ofwiz1-3/+5
GTK2 input modules. Bump PKGREVISION. Thanks to jmmv for the hint on how to do this (see x11/gtk2/modules.mk).
2005-01-01Override intltool.minskim1-3/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Add and enable uim and anthy-elisp.wiz1-1/+3
2004-12-28Initial import of uim-0.4.5, provided by Ei Ohno in PR 28650.wiz5-0/+125
I added a message recommending the installation of inputmethod/anthy if one is interested in Japanese input. Uim is a lightweight and full featured multilingual input method library and is simple, secure and flexible.
2004-12-28missed to add at previous commit.taya1-0/+12
sorry.
2004-12-28Initial import of inputmethod/anthy-elisp.taya3-0/+45
This is a elisp frontend of inputmethod/anthy.
2004-12-28- move elisp files to separate packagetaya4-43/+45
- add okinawa dict patch from Jun Yamashiro <yamajun AT ofug DOT net>
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed4-7/+9
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-12set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.grant1-3/+3
from Noritoshi Demizu in PR pkg/28618.
2004-12-04Update nabi to 0.15.minskim3-7/+14
Changes: - Support more keyboard layout. - Update icons. - Add Tux theme. - Enable setting Korean/English, Hangul/Hanja switch keys.
2004-12-04add anthytaya1-1/+2
2004-12-04Initial import of anthy.taya5-0/+102
Anthy is a free and secure Japanesse inputmethod.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz2-4/+4
Suggested by Roland Illig, ok'd by various.
2004-11-30Do not include nbitools/buildlink3.mk in sj3-lib's buildlink3.mkminskim1-3/+1
because sj3-lib requires nbitools at build time only. Noted by oshimaya at sc.starcat.ne.jp in PR pkg/25778.
2004-11-27Obsoleted by update to 2.3.1.wiz1-13/+0
2004-11-27Update to 2.3.1, provided by Hiramatsu Yoshifumi in PR 28434:wiz2-6/+5
Changes: * lisp/tc-mazegaki.el: C-g can interrupt kana-kanji conversion. * lisp/tc-is18.el: * lisp/tc-is19.el: * lisp/tc-is20.el: fix infinite loop bug. * lisp/tutc-tbl.el: fix translation table. * lisp/eelll.el: use colored background in bitmap display mode. * skkinput3/Makefile.am: merged patches/patch-ab
2004-11-25Update my email address.minskim2-4/+4
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-11-02Use SUBST_*.uebayasi1-6/+11
2004-10-11RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directoryreed1-2/+2
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv10-15/+20
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam4-37/+4
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-18Fix a linkage of a program which is run during build.uebayasi2-1/+15
2004-08-28Update nabi to 0.14.minskim2-5/+5
Changes: - Provide a configuration window. - Better support Java applications. - Increase the number of entries to 9 in the Hanja/symbol input list. - Print warning for non-supported locales. - Support Korean input with en_US.UTF-8.
2004-08-11Update imhangul to 0.9.11.minskim2-5/+5
Changes: Fix a bug that crashes epiphany when a window is being closed.
2004-08-02etc/rc.d/ja_freewnn is handled by bsd.pkg.install.mk and shouldn't beminskim2-4/+3
in PLIST. Bump PKGREVISION.
2004-07-19Update imhangul to 0.9.10.minskim4-14/+26
Major changes: - Added Korean menu. - Per-toplevel-window status. - Fix a problem with evolution 1.5.
2004-07-04Unused.wiz1-21/+0
2004-07-04Convert to bl3.wiz1-7/+7
2004-06-25Add two missing files to PLIST.wiz1-1/+3
Reported by Kouichirou Hiratsuka in PR 26049.
2004-05-13Correct spelling of ja-FreeWnn-lib, sj3-lib, and Canna-lib in usekristerw1-4/+4
of BUILDLINK_PREFIX.
2004-04-30Revert to r1.3. Changes made in r1.4 were "oversimplification."minskim1-2/+3
2004-04-30Simplify Makefile by combining USE_LIBTOOL and SHLIBTOOL_OVERRIDE intominskim1-3/+2
USE_SHLIBTOOL.
2004-04-29Install a shared object only; there is no need to install a staticminskim2-3/+4
library for GTK+ input module. Bump PKGREVISION.
2004-04-27Installation of the RCD_SCRIPTS rc.d script is done automaticreed3-10/+3
here. So don't install it twice. (Anyways, ${PREFIX}/etc/rc.d is not the correct location; the RCD_SCRIPTS uses ${RCD_SCRIPTS_EXAMPLEDIR}.)
2004-04-26Unused.wiz2-46/+0
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-23Fix references to rc.d scripts. This package uses RCD_SCRIPTSreed1-2/+2
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed3-6/+3
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-19bl3ifyxtraeme1-5/+5