[127603] trunk/dports/editors

easieste at macports.org easieste at macports.org
Thu Oct 30 08:19:26 PDT 2014


Revision: 127603
          https://trac.macports.org/changeset/127603
Author:   easieste at macports.org
Date:     2014-10-30 08:19:26 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
markdown-mode.el:  an Emacs mode for editing Markdown files

Added Paths:
-----------
    trunk/dports/editors/markdown-mode.el/
    trunk/dports/editors/markdown-mode.el/Portfile

Added: trunk/dports/editors/markdown-mode.el/Portfile
===================================================================
--- trunk/dports/editors/markdown-mode.el/Portfile	                        (rev 0)
+++ trunk/dports/editors/markdown-mode.el/Portfile	2014-10-30 15:19:26 UTC (rev 127603)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+PortSystem 1.0
+
+name                   markdown-mode.el
+version                201410300
+categories             editors
+license                none
+maintainers            easieste openmaintainer
+description            An Emacs mode for editing Markdown files
+long_description       ${description}
+homepage               http://jblevins.org/projects/markdown-mode/
+platforms              darwin
+
+fetch.type             git
+git.url                git://jblevins.org/git/markdown-mode.git
+git.branch             0d12efd2939b0735c8b730041f168132d6df96ab
+
+depends_lib port:emacs
+
+use_configure no
+build {}
+destroot {
+    file mkdir ${destroot}${prefix}/share/emacs/site-lisp
+    file copy  ${workpath}/${worksrcdir}/markdown-mode.el  \
+        ${destroot}${prefix}/share/emacs/site-lisp
+}
+
+notes "To use add the following to your ~/.emacs:\n\
+(autoload 'markdown-mode \"markdown-mode\"\n\
+\  \"Major mode for editing Markdown files\" t)\n\
+(add-to-list 'auto-mode-alist '(\"\\\\.markdown\\\\'\" . markdown-mode))\n\
+(add-to-list 'auto-mode-alist '(\"\\\\.md\\\\'\" . markdown-mode))"
+


Property changes on: trunk/dports/editors/markdown-mode.el/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141030/66b9f79a/attachment.html>


More information about the macports-changes mailing list