summaryrefslogtreecommitdiff
path: root/editors/leim/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-10-29Move editors/leim to editors/leim21 as it's only for emacs21.uebayasi1-40/+0
2007-06-30Copy DragonFly header from emacs21.joerg1-1/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-04Add DragonFly support.joerg1-1/+4
2005-08-28Rework emacs.mk:uebayasi1-1/+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.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-26Update to 21.4: no change in the files in the leim distribution.wiz1-3/+3
2004-05-08Make this aware of emacs21nox.uebayasi1-3/+4
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-16Accept emacs' version equals to of leim itself, or later as well. Fixeskei1-2/+2
installation problem.
2003-04-12Update to 21.3. ChangeLog says:wiz1-4/+4
* quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'. * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ESC$,1 AESC(B, ~O -> ESC$,1 @ESC(B. * Makefile.in (install): Use "tar -chf", to follow symlinks.
2003-04-11Re-import Leim for Emacs 21, which has settled down in editors/leim21.uebayasi1-7/+6
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-19Set the proper owner/group for installed files. Pointed out by Toruuebayasi1-1/+6
Takamizu.
2003-03-05Bump to nb2: depend on emacs-20.7nb2.wiz1-3/+3
2003-01-12Bump to 20.7nb1: depend on latest emacs20.wiz1-2/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-06-24Updated to 20.7. Tests needed.minoura1-3/+3
2000-03-10Updated to Emacs-20.6.minoura1-3/+3
Emacs-20.6 is a bug-fix release with one user-visible change * Support for ARM-based non-RISCiX machines has been added. (patches/patch-be was removed because of this addition). I believe it can run on any ports on which Emacs-20.5a runs.
1999-12-28Import new "leim" package:tron1-0/+25
Libraries of Emacs Input Methods. This package is based on PR pkg/9014 by Minoura Makoto.