summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Update nabi to 0.13.minskim3-17/+12
Changes since 0.12: - Session support. - Display meanings for Chinese characters. - Fix memory leaks.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam3-3/+6
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam2-4/+4
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-14Spelling fixes.snj1-1/+1
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-1/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05bl3ify and enable pkgviews installation.minskim4-9/+38
2004-03-05Match the new buildlink3.mk template.minskim1-9/+8
2004-03-05Define NO_BUILDLINK and NO_CONFIGURE becuase this is a meta package.minskim1-1/+3
2004-03-05Make Canna* packages use the buildlink framework. It will fix theminskim5-13/+32
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-03-05Define CANNA_MODULE, which is used in COMMENT. Also defineminskim1-1/+5
NO_BUILDLINK and NO_CONFIGURE, becuase this is a meta package.
2004-03-02Remove sj3 library from Makefile dependencies, because it is built byminskim1-1/+2
sj3-lib. Noted by Haruhisa MINAMI on tech-pkg-ja@jp.NetBSD.org.
2004-03-01I'm no longer maintaining these packages.junyoung1-2/+2
2004-02-21Remove info files entries from PLIST.seb1-2/+1
2004-02-18Remove info files entries from PLIST.seb1-6/+1
2004-02-18Add and enable imhangul_status_applet.minskim1-1/+2
2004-02-18Import imhangul_status_applet from pkgsrc_wip.minskim5-0/+102
GNOME2 applet for imhangul. It displays the status of imhangul, a Hangul input module for GTK+-2.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam3-6/+3
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-10bl3ifyminskim1-6/+6
2004-02-10Add imhangul.minskim1-1/+2
2004-02-10Import imhangul-0.9.9 from pkgsrc-wip.minskim5-0/+44
Imhangul is a Hangul input module for GTK+ 2. This supports Korean Hangul input with several types of keyboards widely used in Korea.
2004-02-10Remove -Wall to please cc.minskim1-1/+7
2004-02-05The long awaited update libtool to 1.5.2.skrll1-3/+1
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz3-8/+8
2004-01-24remove empty conditionalgrant1-3/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc5-11/+11
2004-01-06Update MASTER_SITES.uebayasi1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-20Update to 0.12 from Min Sik Kim PR pkg/23795.xtraeme3-7/+10
Changes since 0.11: o Fix a bug that nabi dies when its tray icon disappears. o Smart handling of the size of a tray icon. o Add the MS Windows 2000 theme. o Bug fixes regarding XIM.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-1/+2
2003-11-29Update nabi to 0.11. Changes since 0.10:junyoung2-5/+7
- Now it's possible to configure nabi in the main window. This is useful for the environment without the system tray. - Shows character in combination properly when running in 3-bul mode. - Added -s option used to display status only. - Some other small bug fixes. Patch provided by Min Sik Kim in PR#23595.
2003-11-18Update to 0.10, provided by Min Sik Kim in PR pkg/23448.xtraeme2-5/+5
Changes: * Improved Chinese character input window. * Added symbol input.
2003-10-24Update to 0.9:jmmv2-5/+5
- Allows input with non-UTF-8 locales on NetBSD and FreeBSD. - Displays Chinese characters on Qt applications. From Min Sik Kim in PR pkg/23256.
2003-10-23Update nabi to 0.8. Changes include:junyoung2-5/+5
- Improved over-the-spot input. - Better distinction of EUC-KR. - Provide brief description of key input in the About menu. PR/23108 from Min Sik Kim.
2003-10-18Add RCS IDscjep1-0/+1
2003-10-18Whitespace fixescjep1-2/+2
2003-10-14I'm taking responsiblity for maintaining ami.junyoung1-2/+2
2003-10-14Make ami compile with gcc 3.x.junyoung2-1/+247
2003-09-27Add nabi.junyoung1-1/+2
2003-09-27X Input Method for Korean.junyoung5-0/+81
2003-09-23canna-server-bin -> canna-serveruebayasi5-0/+152
2003-09-23Redo part of previous.uebayasi5-152/+0
2003-09-231) Update Canna to 3.6p4.uebayasi20-345/+70
* Reconstruct sample init files. * RC-style start script. * Auto-registration of Kana conversion. * Abolish fuzokugo.cld. * More key symbols can be configured with Lisp. * Server returns more appropriate values at abort. * TeX document improvements. * And many bug fixes. 2) Make Canuum use Canna's common make files. From Osamu Oishi in PR 22244.
2003-09-13editors/mule-ucs now supports emacs20.minoura2-4/+4
Thanks again to Ogawa-san.
2003-09-13Require Mule-UCS upon build when Emacs version is 21.x.minoura1-1/+4
Pointed out by Takanori Ogawa (ogawa at soundboard dot co dot jp).
2003-09-12Correct XEmacs support.minoura2-5/+10
Avoid dependency on the build environment; leim-list.el is installed only when leim is installed.
2003-09-02Obsoleted by inputmethod/skk.minoura6-80/+0
2003-09-02Add skk, remove ddskk.minoura1-2/+2