Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-13 | Use less random gcc flags. | joerg | 2 | -1/+15 | |
2014-03-06 | Drop redundant abs. | joerg | 2 | -6/+10 | |
2013-02-17 | Revbump all elisp packages after emacs changes. | dholland | 1 | -2/+2 | |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-06-25 | Fix build with C99 compiler. | joerg | 2 | -1/+114 | |
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2009-08-06 | PKGREVISION bump for elisp packages because of bytecode format changes | minskim | 1 | -1/+2 | |
in emacs23. | |||||
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -2/+1 | |
2008-10-11 | Move mk/emacs.mk to editors/emacs/modules.mk. | uebayasi | 1 | -2/+4 | |
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-08-11 | If the Emacs flavour is "xemacs", don't pull in the www/w3 support, pull in | dsainty | 1 | -5/+9 | |
"xemacs-packages" instead. Also, make sure that the Lisp installation directory is correct for all flavours. Patch from PR39287 from Anthony Mallet, with minor modification to pull in "xemacs-packages" as a replacement for "www/w3". | |||||
2007-08-05 | Updated to doxymacs version 1.8.0: | dsainty | 2 | -6/+6 | |
Fix bug #1490021: Allow spaces in @param [in] style documentation. Fix bug #1496399: Use better way to get user's e-mail address. | |||||
2007-08-05 | Make Doxymacs work with Emacs 22 by avoiding using "www/w3" (Emacs/W3) if the | dsainty | 1 | -2/+12 | |
Emacs major is not below 22. The url-* support from Emacs/W3 has been integrated into Emacs version 22. | |||||
2006-11-01 | Now that PKGNAME is right, PLIST is wrong :) Fix that too. | dsainty | 1 | -4/+4 | |
2006-11-01 | Whoops... Make PKGNAME sane. | dsainty | 1 | -2/+2 | |
2006-11-01 | The purpose of the Doxymacs project is to create a LISP package that will make | dsainty | 5 | -0/+73 | |
using Doxygen from within {X}Emacs easier. Doxymacs has the following features: * ability to look up documentation for symbols from {X}Emacs in the browser of your choice. * easily insert Doxygen style comments into source. * optionally use an "external" (i.e. written in C) XML parser to speed up building the completion list. * fontify Doxygen keywords. |