1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add doxymacs 1.5.0. Doxymacs is Doxygen + {X}Emacs.

The purpose of the doxymacs project is to create a LISP package that
will make using Doxygen from within {X}Emacs easier.

It 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.

WWW: http://doxymacs.sourceforge.net/

PR:		ports/60472
Submitted by:	Dryice Liu <dryice@liu.com.cn>
This commit is contained in:
Sam Lawrance 2005-11-10 22:20:58 +00:00
parent cd1f87030a
commit 9607a1c585
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147855
5 changed files with 46 additions and 0 deletions

View File

@ -37,6 +37,7 @@
SUBDIR += custom-emacs
SUBDIR += custom-mule
SUBDIR += dedit
SUBDIR += doxymacs
SUBDIR += dte
SUBDIR += e3
SUBDIR += e93

24
editors/doxymacs/Makefile Normal file
View File

@ -0,0 +1,24 @@
# Ports collection makefile for: w3 on Emacs21
# Date created: 21 December 2003
# Whom: Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#
PORTNAME= doxymacs
PORTVERSION= 1.5.0
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dryice@liu.com.cn
COMMENT= Doxymacs is Doxygen + {X}Emacs
EMACS_PORT_NAME?= emacs21
BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3/w3.el:${PORTSDIR}/www/w3-4 \
xmllint:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (doxymacs-1.5.0.tar.gz) = 30d07e61acf1c94168e2313985eae1e2

View File

@ -0,0 +1,15 @@
Doxymacs is Doxygen + {X}Emacs.
The purpose of the doxymacs project is to create a LISP package that
will make using Doxygen from within {X}Emacs easier.
It 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.
WWW: http://doxymacs.sourceforge.net/

View File

@ -0,0 +1,5 @@
bin/doxymacs_parser
%%EMACS_SITE_LISPDIR%%/doxymacs.el
%%EMACS_SITE_LISPDIR%%/doxymacs.elc
%%EMACS_SITE_LISPDIR%%/xml-parse.el
%%EMACS_SITE_LISPDIR%%/xml-parse.elc