diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 04:34:28 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 04:34:28 +0000 |
commit | 2555968c0573552d7e000631e90f448366d84321 (patch) | |
tree | 7a22b49bacb7cc1e31461c5b76827c82d9bee133 /editors | |
parent | 61b1548a17630ca89ef9d4a10a1f35fca7ac24ff (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/doxymacs/Makefile | 29 | ||||
-rw-r--r-- | editors/doxymacs/distinfo | 2 | ||||
-rw-r--r-- | editors/doxymacs/pkg-descr | 15 | ||||
-rw-r--r-- | editors/doxymacs/pkg-plist | 5 |
5 files changed, 0 insertions, 52 deletions
diff --git a/editors/Makefile b/editors/Makefile index 8580006e1f18..7fdbc0246336 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -31,7 +31,6 @@ SUBDIR += dhex SUBDIR += diakonos SUBDIR += dkns - SUBDIR += doxymacs SUBDIR += drjava SUBDIR += e3 SUBDIR += e93 diff --git a/editors/doxymacs/Makefile b/editors/doxymacs/Makefile deleted file mode 100644 index 014bfc334941..000000000000 --- a/editors/doxymacs/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Ports collection makefile for: w3 on Emacs21 -# Date created: 21 December 2003 -# Whom: Dryice Liu <dryice@liu.com.cn> -# -# $FreeBSD$ -# - -PORTNAME= doxymacs -PORTVERSION= 1.8.0 -PORTREVISION= 3 -CATEGORIES= editors elisp -MASTER_SITES= SF \ - http://dryice.name/computer/FreeBSD/distfiles/ - -MAINTAINER= dryice@dryice.name -COMMENT= Doxymacs is Doxygen + {X}Emacs - -DEPRECATED= Depends on www/w3-4, which is DEPRECATED -EXPIRATION_DATE= 2011-10-31 - -USE_EMACS= yes -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> diff --git a/editors/doxymacs/distinfo b/editors/doxymacs/distinfo deleted file mode 100644 index dca984a3361a..000000000000 --- a/editors/doxymacs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (doxymacs-1.8.0.tar.gz) = a23fd833bc3c21ee5387c62597610941e987f9d4372916f996bf6249cc495afa -SIZE (doxymacs-1.8.0.tar.gz) = 133600 diff --git a/editors/doxymacs/pkg-descr b/editors/doxymacs/pkg-descr deleted file mode 100644 index 30953a424a48..000000000000 --- a/editors/doxymacs/pkg-descr +++ /dev/null @@ -1,15 +0,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/ diff --git a/editors/doxymacs/pkg-plist b/editors/doxymacs/pkg-plist deleted file mode 100644 index 6bb9bcc6d25e..000000000000 --- a/editors/doxymacs/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -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 |