summaryrefslogtreecommitdiff
path: root/editors/emacs-packages
AgeCommit message (Collapse)AuthorFilesLines
2015-04-05elscreen is an old unmaintained package that doesn't work with emacs >= 24.jnemeth1-3/+4
Approved By: uebayasi@
2015-03-26navi2ch is gone. Bump revision.joerg1-3/+2
2013-02-17Revbump all elisp packages after emacs changes.dholland1-1/+2
2011-04-14Fix some dependencies for emacs 23.hans1-1/+13
For mail/wl and www/emacs-w3m, only the snapshot versions work with emacs 23, while lang/eieio and devel/semantic don't work at all.
2009-04-08Use META_PACKAGE.joerg1-9/+3
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-2/+2
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.
2007-10-30Somewhat overdue, add devel/doxymacs. Bump to 0.9.dsainty1-2/+3
2007-10-29Welcome to version 0.8:uebayasi1-2/+9
* Add misc/elscreen. * Fix build for Emacs 22.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-3/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-2/+0
can handle packages having no PLIST files.
2006-10-09Updated emacs-packages to 0.7, since mail/mew3 does not exist anymore.rillig1-5/+3
2006-06-30matlab-mode-* => matlab-mode-[0-9]*. Bump revision.joerg1-3/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-08-28Rework emacs.mk:uebayasi1-49/+49
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-11-30Depend on riece instead of liece. Bump version to 0.6.wiz1-3/+3
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-5/+5
2004-01-13Back the last out according to Jan's request.uebayasi1-6/+5
2004-01-13Update to 0.6; exclude JDE temporarily from the list on behalf of bulk-builds.uebayasi1-5/+6
2003-09-04Add bbdb.minoura1-2/+3
2003-09-02Add skk, remove ddskk.minoura1-3/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-05Update to version 0.3 - add ess.markd1-2/+3
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-16Update the version to 0.2 for the previous matlab-mode addition.uebayasi1-2/+5
2003-03-15add matlab-modedmcmahill1-1/+2
2003-03-05The package is called ispell-emacs, not ispell_el.wiz1-2/+2
2003-03-05correct name for psgml-modedmcmahill1-2/+2
2003-03-04Emacs-packages version 0.1.uebayasi1-3/+5
* Add flyspell. * Add ispell-emacs. * Add JDE, which was accidentaly commented out in the previous version. JDE is enabled only for Emacs 21.
2003-03-01Initial import of emacs-packages, Emacs lisp package collection (a.k.a.uebayasi3-0/+74
meta package) for FSF Emacs 20 / 21. Requested by Jan Schaumann in PR19180.