summaryrefslogtreecommitdiff
path: root/devel/doxymacs
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-08-13Use less random gcc flags.joerg2-1/+15
2014-03-06Drop redundant abs.joerg2-6/+10
2013-02-17Revbump all elisp packages after emacs changes.dholland1-2/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-25Fix build with C99 compiler.joerg2-1/+114
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-1/+2
in emacs23.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-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-11If the Emacs flavour is "xemacs", don't pull in the www/w3 support, pull indsainty1-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-05Updated to doxymacs version 1.8.0:dsainty2-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-05Make Doxymacs work with Emacs 22 by avoiding using "www/w3" (Emacs/W3) if thedsainty1-2/+12
Emacs major is not below 22. The url-* support from Emacs/W3 has been integrated into Emacs version 22.
2006-11-01Now that PKGNAME is right, PLIST is wrong :) Fix that too.dsainty1-4/+4
2006-11-01Whoops... Make PKGNAME sane.dsainty1-2/+2
2006-11-01The purpose of the Doxymacs project is to create a LISP package that will makedsainty5-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.