Import markdown-mode-1.6 as textproc/markdown-mode.
markdown-mode is a major mode for editing Markdown-formatted text files in GNU Emacs.
This commit is contained in:
parent
d0038a77bc
commit
38798c5692
4 changed files with 44 additions and 0 deletions
2
textproc/markdown-mode/DESCR
Normal file
2
textproc/markdown-mode/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
markdown-mode is a major mode for editing Markdown-formatted text
|
||||
files in GNU Emacs.
|
34
textproc/markdown-mode/Makefile
Normal file
34
textproc/markdown-mode/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/14 06:09:13 minskim Exp $
|
||||
|
||||
DISTNAME= markdown-mode
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://jblevins.org/projects/markdown-mode/
|
||||
EXTRACT_SUFX= .el
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= http://jblevins.org/projects/markdown-mode/
|
||||
COMMENT= Emacs major mode for editing Markdown-formatted text files
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_LANGUAGES= # none
|
||||
NO_CONFIGURE= yes
|
||||
|
||||
INSTALLATION_DIRS= ${EMACS_LISPPREFIX}
|
||||
|
||||
EMACS_MODULES= base
|
||||
|
||||
.include "../../editors/emacs/modules.mk"
|
||||
|
||||
do-build:
|
||||
${EMACS_BIN} --no-init-file --no-site-file -batch \
|
||||
-f batch-byte-compile ${WRKSRC}/markdown-mode.el
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} markdown-mode.el markdown-mode.elc \
|
||||
${DESTDIR}${EMACS_LISPPREFIX}/
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
textproc/markdown-mode/PLIST
Normal file
3
textproc/markdown-mode/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/14 06:09:13 minskim Exp $
|
||||
${EMACS_LISPPREFIX}/markdown-mode.el
|
||||
${EMACS_LISPPREFIX}/markdown-mode.elc
|
5
textproc/markdown-mode/distinfo
Normal file
5
textproc/markdown-mode/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/14 06:09:13 minskim Exp $
|
||||
|
||||
SHA1 (markdown-mode.el) = 95637e688a1fa9e7388814145ad25a13b47b8fe1
|
||||
RMD160 (markdown-mode.el) = feba2970256357439463c1c7939e86b42e4d2814
|
||||
Size (markdown-mode.el) = 37891 bytes
|
Loading…
Reference in a new issue