Revision
103385
Author
cal@macports.org
Date
2013-02-23 12:17:43 -0800 (Sat, 23 Feb 2013)

Log Message

mpvim: Port for the MacPorts vim support package from contrib, closes #37825

Added Paths

Diff

Added: trunk/dports/editors/mpvim/Portfile (0 => 103385)


--- trunk/dports/editors/mpvim/Portfile	                        (rev 0)
+++ trunk/dports/editors/mpvim/Portfile	2013-02-23 20:17:43 UTC (rev 103385)
@@ -0,0 +1,33 @@
+# -*- 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                mpvim
+version             103376
+categories-append   editors macports
+platforms           darwin
+maintainers         gwmail.gwu.edu:egall larryv cal openmaintainer
+license             BSD
+supported_archs     noarch
+
+description         ${name} adds MacPorts support to vim.
+long_description    ${description} This currently includes syntax coloring for \
+                    Portfiles, running lint from vim and some snippets.
+homepage            http://svn.macports.org/repository/macports/contrib/mpvim
+
+livecheck.url       http://trac.macports.org/log/contrib/mpvim
+livecheck.type      regex
+livecheck.regex     {@(\d+)</a>}
+
+fetch.type          svn
+svn.url             https://svn.macports.org/repository/macports/contrib/mpvim
+svn.revision        ${version}
+
+depends_run-append  path:bin/vim:vim
+
+worksrcdir          ${name}
+
+use_configure       no
+
+destroot.destdir    prefix=${destroot}${prefix}/share/vim/vimfiles
Property changes on: trunk/dports/editors/mpvim/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style