mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
[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
This commit is contained in:
parent
fe90fc79a0
commit
acb77e7f73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216335
@ -90,6 +90,7 @@
|
||||
SUBDIR += diffstat
|
||||
SUBDIR += diffutils
|
||||
SUBDIR += dixit
|
||||
SUBDIR += doc-mode.el
|
||||
SUBDIR += docbook
|
||||
SUBDIR += docbook-241
|
||||
SUBDIR += docbook-300
|
||||
|
27
textproc/doc-mode.el/Makefile
Normal file
27
textproc/doc-mode.el/Makefile
Normal file
@ -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>
|
3
textproc/doc-mode.el/distinfo
Normal file
3
textproc/doc-mode.el/distinfo
Normal file
@ -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
|
4
textproc/doc-mode.el/pkg-descr
Normal file
4
textproc/doc-mode.el/pkg-descr
Normal file
@ -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/
|
1
textproc/doc-mode.el/pkg-plist
Normal file
1
textproc/doc-mode.el/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%EMACS_SITE_LISPDIR%%/doc-mode.el
|
Loading…
Reference in New Issue
Block a user