From acb77e7f73e14411a3fb63c38f3041814c6bc2b4 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 5 Jul 2008 00:46:27 +0000 Subject: [NEW PORT] textproc/doc-mode.el: asciidoc fontlocking for emacs doc-mode is an emacs mode for editing documentation, specifically designed for use with asciidoc (textproc/asciidoc). WWW: http://xpt.sourceforge.net/tools/doc-mode/ PR: ports/123339 Submitted by: peter.schuller@infidyne.com --- textproc/Makefile | 1 + textproc/doc-mode.el/Makefile | 27 +++++++++++++++++++++++++++ textproc/doc-mode.el/distinfo | 3 +++ textproc/doc-mode.el/pkg-descr | 4 ++++ textproc/doc-mode.el/pkg-plist | 1 + 5 files changed, 36 insertions(+) create mode 100644 textproc/doc-mode.el/Makefile create mode 100644 textproc/doc-mode.el/distinfo create mode 100644 textproc/doc-mode.el/pkg-descr create mode 100644 textproc/doc-mode.el/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 617ec622e1ac..25a14b231116 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -90,6 +90,7 @@ SUBDIR += diffstat SUBDIR += diffutils SUBDIR += dixit + SUBDIR += doc-mode.el SUBDIR += docbook SUBDIR += docbook-241 SUBDIR += docbook-300 diff --git a/textproc/doc-mode.el/Makefile b/textproc/doc-mode.el/Makefile new file mode 100644 index 000000000000..b030adc13e83 --- /dev/null +++ b/textproc/doc-mode.el/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: doc-mode.el +# Date created: 2 May 2008 +# Whom: Peter Schuller +# +# $FreeBSD$ +# + +PORTNAME= doc-mode.el +PORTVERSION= 1.1 +CATEGORIES= textproc elisp +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=xpt +DISTNAME= doc-mode-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= peter.schuller@infidyne.com +COMMENT= Asciidoc fontlocking for emacs + +USE_EMACS= yes +EMACS_PORT_NAME?=emacs22 + +NO_BUILD= yes + +do-install: + ${INSTALL_DATA} ${WRKSRC}/doc-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/doc-mode.el + +.include diff --git a/textproc/doc-mode.el/distinfo b/textproc/doc-mode.el/distinfo new file mode 100644 index 000000000000..c8902429a238 --- /dev/null +++ b/textproc/doc-mode.el/distinfo @@ -0,0 +1,3 @@ +MD5 (doc-mode-1.1.tgz) = 202408ca62e0bc5d3e12d4053cc45352 +SHA256 (doc-mode-1.1.tgz) = f338613ab0ab153b130f9db3fb83834fc695fb89a760784f3ba138cf50aed0cb +SIZE (doc-mode-1.1.tgz) = 34473 diff --git a/textproc/doc-mode.el/pkg-descr b/textproc/doc-mode.el/pkg-descr new file mode 100644 index 000000000000..7d896f702082 --- /dev/null +++ b/textproc/doc-mode.el/pkg-descr @@ -0,0 +1,4 @@ +doc-mode is an emacs mode for editing documentation, specifically +designed for use with asciidoc (textproc/asciidoc). + +WWW: http://xpt.sourceforge.net/tools/doc-mode/ diff --git a/textproc/doc-mode.el/pkg-plist b/textproc/doc-mode.el/pkg-plist new file mode 100644 index 000000000000..fc67f1de71fc --- /dev/null +++ b/textproc/doc-mode.el/pkg-plist @@ -0,0 +1 @@ +%%EMACS_SITE_LISPDIR%%/doc-mode.el -- cgit v1.2.3