summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/markdown-mode/DESCR2
-rw-r--r--textproc/markdown-mode/Makefile34
-rw-r--r--textproc/markdown-mode/PLIST3
-rw-r--r--textproc/markdown-mode/distinfo5
4 files changed, 44 insertions, 0 deletions
diff --git a/textproc/markdown-mode/DESCR b/textproc/markdown-mode/DESCR
new file mode 100644
index 00000000000..582780c4a95
--- /dev/null
+++ b/textproc/markdown-mode/DESCR
@@ -0,0 +1,2 @@
+markdown-mode is a major mode for editing Markdown-formatted text
+files in GNU Emacs.
diff --git a/textproc/markdown-mode/Makefile b/textproc/markdown-mode/Makefile
new file mode 100644
index 00000000000..82a62e5bcba
--- /dev/null
+++ b/textproc/markdown-mode/Makefile
@@ -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"
diff --git a/textproc/markdown-mode/PLIST b/textproc/markdown-mode/PLIST
new file mode 100644
index 00000000000..076c1ccf378
--- /dev/null
+++ b/textproc/markdown-mode/PLIST
@@ -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
diff --git a/textproc/markdown-mode/distinfo b/textproc/markdown-mode/distinfo
new file mode 100644
index 00000000000..ed06c18d47e
--- /dev/null
+++ b/textproc/markdown-mode/distinfo
@@ -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