summaryrefslogtreecommitdiff
path: root/inputmethod/canna-server-bin/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-09-23Redo part of previous.uebayasi1-44/+0
2003-09-231) Update Canna to 3.6p4.uebayasi1-4/+2
* 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-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-2/+4
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-2/+1
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-29Go one step further: turn CANNA_GROUP and CANNA_USER build definitions andjmmv1-2/+11
handle the group and the user they specify with bsd.pkg.install.mk. In fact, these variables were already changeable.
2003-07-29Convert to the bsd.pkg.install.mk framework:jmmv1-10/+7
- Use RCD_SCRIPTS for automatic generation and handling of the rc.d script. - Use OWN_DIR_PERMS instead of OWN_DIRS to handle permissions for the spool directory and avoid (un)exec commands in PLIST. As a result, bump PKGREVISION to 1.
2003-05-31* Move to use inputmethod/canna/Makefile.{common,include} for commonuebayasi1-36/+13
definitions/inclusions. * Deprecate canna-server and introduce inputmethod/canna as the new Canna meta package.
2002-12-27Update Canna to 3.6p1.uebayasi1-11/+5
Changes from 3.5b2 are: * Add -inet option not to allow TCP connections by default. * Fix a buffer overflow. (This fix was already incorpolated in Pkgsrc version.) * Improve dicionary. * Improve conversion engine. * Other bug fixes. Patch is made by Yoshifumi Hiramatsu. Tested by Toru Takamizu.
2002-12-02apply point patch to solve remote buffer overrun vuln.itojun1-2/+2
(should upgrade to 3.6p1) http://canna.sourceforge.jp/sec/Canna-2002-01.txt
2002-10-25buildlink1 -> buildlink2.wiz1-3/+5
2002-06-10Import Canna-server-bin-3.5.2nb2sakamoto1-0/+66
Kana-Kanji conversion system (server binary) separated from inputmethod/canna-server, Approved by agc.