diff options
author | edwin <edwin@FreeBSD.org> | 2008-07-05 08:46:27 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-07-05 08:46:27 +0800 |
commit | a472a886221e944cb63ce4799d9948dfa9848040 (patch) | |
tree | f75f9fa6e0ce4c0e8fc01d028076475f405001e7 | |
parent | 00d4ceef28a64a693ce9c508984d1c3bffba10a7 (diff) | |
download | freebsd-ports-gnome-a472a886221e944cb63ce4799d9948dfa9848040.tar.gz freebsd-ports-gnome-a472a886221e944cb63ce4799d9948dfa9848040.tar.zst freebsd-ports-gnome-a472a886221e944cb63ce4799d9948dfa9848040.zip |
[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
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/doc-mode.el/Makefile | 27 | ||||
-rw-r--r-- | textproc/doc-mode.el/distinfo | 3 | ||||
-rw-r--r-- | textproc/doc-mode.el/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/doc-mode.el/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
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 <peter.schuller@infidyne.com> +# +# $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 <bsd.port.mk> 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 |