pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/markdown-mode Import markdown-mode-1.6 as tex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6660603a7482
branches:  trunk
changeset: 392956:6660603a7482
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu May 14 06:09:13 2009 +0000

description:
Import markdown-mode-1.6 as textproc/markdown-mode.

markdown-mode is a major mode for editing Markdown-formatted text
files in GNU Emacs.

diffstat:

 textproc/markdown-mode/DESCR    |   2 ++
 textproc/markdown-mode/Makefile |  34 ++++++++++++++++++++++++++++++++++
 textproc/markdown-mode/PLIST    |   3 +++
 textproc/markdown-mode/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 8a9b9d265027 -r 6660603a7482 textproc/markdown-mode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/markdown-mode/DESCR      Thu May 14 06:09:13 2009 +0000
@@ -0,0 +1,2 @@
+markdown-mode is a major mode for editing Markdown-formatted text
+files in GNU Emacs.
diff -r 8a9b9d265027 -r 6660603a7482 textproc/markdown-mode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/markdown-mode/Makefile   Thu May 14 06:09:13 2009 +0000
@@ -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@localhost
+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 -r 8a9b9d265027 -r 6660603a7482 textproc/markdown-mode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/markdown-mode/PLIST      Thu May 14 06:09:13 2009 +0000
@@ -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 -r 8a9b9d265027 -r 6660603a7482 textproc/markdown-mode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/markdown-mode/distinfo   Thu May 14 06:09:13 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index