summaryrefslogtreecommitdiff
path: root/editors/tamago/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-06-10builds with emacs24jnemeth1-2/+3
2013-02-17Revbump all elisp packages after emacs changes.dholland1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-10-09This can be built with emacs23nox too.kim1-2/+5
2009-08-17Revert previous. It didn't work on emacs22.taca1-2/+2
2009-08-17To work on emacs23, add a minimum patch fromtaca1-2/+2
http://www.m17n.org/mlarchive/mule-ja/200703/msg00018.html. Bump PKGREVISION.
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-2/+2
in emacs23.
2009-08-05editors/tamago can be built with emacs23.minskim1-2/+2
2008-11-26ftp.m17.org is closed now.obache1-2/+2
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-2/+5
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-4/+4
through PLIST_SUBST to the plist module.
2007-11-12Use ${EMACS_FLAVOR} instead of ${_EMACS_TYPE}.uebayasi1-2/+2
2007-10-29Sort EMACS_VERSIONS_ACCEPTED.uebayasi1-2/+2
2007-08-18Fix a problem egg/its/aynu.el* left over with emacs22.taca1-1/+8
2007-06-24tamago works on emacs 22, add emacs22 to EMACS_VERSIONS_ACCEPTED.taca1-3/+3
Bump PKGREVISION.
2006-03-20Use EMACS_MODULES appropriately to replace EMACS_USE_LEIM and conditionaljlam1-2/+2
dependency on xemacs-packages.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-08-28Rework emacs.mk:uebayasi1-2/+2
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-22Add dependency to leim. I heard from tamago's developper "tamago workstaca1-1/+2
under control of leim. It works better, coexisting with and switching to other input methods."
2002-11-23Update tamago to 2002/9/9 version from CVS.taca1-6/+6
- Use last updated date for pacakge version. - Utilize emacs.mk. Now build problem on emacs 20.X was fixed. 2002-09-09 NIIBE Yutaka <gniibe@m17n.org> Check JIS x0213 support at compile time. * check-jisx0213.el: New file. * configure.in: Check if JIS X0213 is supported or not. * Makefile.in (TOPSRCS): Remove egg-x0213.el. (DEPS): Don't load jisx0213.el. (ITSSRCS): Removed its/aynu.el. (AYNU): New variable. Bug fix. * its/thai.el (its-thai-add-vowel, its-thai-add-tone): Bug fixes. Just call compose-string.
2002-09-04Update tamago package to 4.0.6nb1.taca1-1/+2
- Catch up to recent tamago's CVS repositry. - Sort PLIST. Changes are too large to include here, see ChangeLog in detail. Anyway mainly more better support for emacs 21.X and canna now.
2002-06-09Allow depends on emacs 21 and later.taca1-3/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-02divide "DEPENDS" line.jun1-2/+3
2001-01-31Initial import of "tamago":jun1-0/+14
CJK characters inputting system for emacs-20+leim