summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam5-13/+13
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig6-12/+12
that they look nicer.
2006-04-12Fixed some of the pkglint warnings.rillig1-5/+5
2006-04-08List info files in the PLIST and install them into EMACS_INFOPREFIX.jlam2-4/+5
Bump the PKGREVISION.
2006-04-08List the info files directly in the PLIST and install intojlam3-6/+8
${EMACS_INFOPREFIX}.
2006-04-06Over 1200 files touched but no revisions bumped :)reed8-21/+21
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam4-7/+8
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20Use EMACS_MODULES instead of EMACS_USE_LEIM and the conditional dependencyjlam2-7/+6
on xemacs-packages. In the "lookup" option dependency, correct the package dependency name in the xemacs case by fixing a typo. Bump the PKGREVISION to 4.
2006-03-20Bump PKGREVISION for previous since the xemacs-packages dependency changed.jlam1-2/+2
2006-03-20Use EMACS_MODULES appropriately to replace EMACS_USE_LEIM and conditionaljlam1-5/+2
dependency on xemacs-packages.
2006-03-14Make it be built under NetBSD 1.6.2/i386.rxg2-6/+6
Avoid such error: xcin_chewing.c:67: parse error before `char xcin_chewing.c:90: `cname' undeclared (first use in this function)
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam4-9/+6
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen1-7/+7
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2006-03-10Don't create a do-nothing DEINSTALL scriptjlam1-1/+2
2006-03-10Don't create a do-nothing DEINSTALL scriptjlam1-1/+2
2006-03-10Don't create a do-nothing DEINSTALL script.jlam1-1/+2
2006-03-10Use the pkginstall framework to generate the INSTALL script instead.jlam3-19/+5
2006-03-10Use the pkginstall framework to generate the INSTALL script from thejlam2-9/+4
supplied template in ${FILESDIR}/INSTALL, and remove the unnecessary additional targets for manual generation of the same.
2006-03-09Bump PKGREVISION for additional dependencies and qt option fix.wiz1-2/+2
2006-03-09Fix build and PLIST for building with option "qt".wiz5-8/+13
Add missing gettext-lib, qt3-tools (for qt) dependencies. Add USE_DIRS+=xdg-1.1 for the desktop file. Addresses PR 33042 by Ryu HAYASAKA.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam3-6/+6
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-26Fix the build error:rxg2-1/+14
gcc: @LIBTOOL_EXPORT_OPTIONS@: No such file or directory
2006-02-22Updated gcin to 1.1.7.rxg5-20/+37
1.1.7: - Fix the bug that it can use LC_CTYPE to set locale only. - Add x86_64 support? See http://ccbsd9.csie.nctu.edu.tw/~cp76/gcin/download/Changelog for more detail.
2006-02-20Update gcin to 1.1.6 & use x11/gtk2/modules.mk to deal with gtk2 im module.rxg5-19/+29
1.1.6: - XIM en_US.UTF-8 support. - Fix the problem gcin can't be used with gdmxnest. - If you set disable XIM when compile, gcin -v will not display version. - The largest font size is 32 in gcin-setup. See http://ccbsd9.csie.nctu.edu.tw/~cp76/gcin/download/Changelog for more detail.
2006-02-18Convert to pkginstall framework. Bump PKGREVISION.wiz7-59/+37
2006-02-18Add missing file+dir to PLIST. Bump PKGREVISION.wiz2-3/+5
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg22-39/+45
2006-02-01Added GTK2_IMMODULES=yes.rxg1-3/+3
2006-02-01Added some @comment properly.rxg1-4/+6
2006-01-31Added BUILD_USES_MSGFMT definition.rxg1-1/+3
2006-01-30Added a patch for ISO C90 compatibility.rillig2-1/+40
2006-01-28Added chewing module support.rxg11-50/+651
Taken the patches form - http://chewing.csie.net/download/xcin/xcin-chewing-20041004.diff Used PKG_SYSCONFDIR schema. Used ${PAX} to do post-install. Bump PKGREVISION.
2006-01-28Added & enable libchewing.rxg1-1/+2
2006-01-28Initial import libchewing-0.2.7.rxg5-0/+63
The intelligent phonetic input method library. Ok'ed by wiz.
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz7-8/+14
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Update to 7100b, provided by Yamashiro, Jun in PR 32091.wiz4-30/+25
Changelog: * Change Japanese Kana-Kanji conversion algorithm. * Add placename dictonary. * Add (Japanese)Zipcode to placename converter dictionary. * Add English README file(${PREFIX}/share/doc/anthy/README.en). * Update Okinawa Dictionary(optional).
2006-01-21Use MASTER_SITE_SOURCEFORGE_JP.rxg3-6/+6
2006-01-16Added & enable fcitx.rxg1-1/+3
Added & enable gcin.
2006-01-16Initial import fcitx-3.1.1.rxg6-0/+76
fctix is a collection of Simplified Chinese input methods based on XIM (X Input Method), including WuBi, PinYin and QuWei. Oked by wiz.
2006-01-16Initial import gcin-1.1.5.rxg11-0/+346
gcin is a Chinese input method server for Big5 Traditional Chinese character sets. It features a GTK user interface.
2006-01-15regen. noticed by wiz, thanks.rxg1-5/+5
2006-01-15s|BSD_INSTALL_DATA|BSD_INSTALL_LIB for libs.rxg4-9/+9
2006-01-12config.guess / config.sub override.joerg1-1/+5
2006-01-12Use imake variables in PLIST. Still have to do something about thejoerg1-3/+3
japanese page ending up in the wrong directory though.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2006-01-04Fixed compile failed on DragonflyBSD.rxg3-1/+27
Confirmed by LIU Xiang <neo dot liu at gmail dot com> in private mail.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-31More errno fixes for the rest of freewnn.joerg5-1/+64