[138907] trunk/dports/devel

sean at macports.org sean at macports.org
Wed Jul 22 14:33:13 PDT 2015


Revision: 138907
          https://trac.macports.org/changeset/138907
Author:   sean at macports.org
Date:     2015-07-22 14:33:13 -0700 (Wed, 22 Jul 2015)
Log Message:
-----------
editorconfig-core-c: add new port for editor config files

Added Paths:
-----------
    trunk/dports/devel/editorconfig-core-c/
    trunk/dports/devel/editorconfig-core-c/Portfile

Added: trunk/dports/devel/editorconfig-core-c/Portfile
===================================================================
--- trunk/dports/devel/editorconfig-core-c/Portfile	                        (rev 0)
+++ trunk/dports/devel/editorconfig-core-c/Portfile	2015-07-22 21:33:13 UTC (rev 138907)
@@ -0,0 +1,26 @@
+# -*- 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
+PortGroup           github 1.0
+PortGroup           cmake 1.0
+
+github.setup        editorconfig editorconfig-core-c 0.12.0 v
+license             BSD
+categories          devel
+maintainers         sean openmaintainer
+description         EditorConfig makes it easy to maintain the correct coding style
+long_description \
+   This code produces a program that accepts a filename as input and will \
+   look for .editorconfig files with sections applicable to the given file, \
+   outputting any properties found.
+
+platforms           darwin
+
+depends_build       port:cmake
+depends_lib         port:pcre
+
+checksums           rmd160  bf26913a2ed779b8ace3f98d7c392be6acf36afa \
+                    sha256  7fcf357aa40f96159917ae18cd84b21327acbe4bba21ebf4a6ebf7075c7bcd6f
+
+livecheck.regex     archive/[join ${github.tag_prefix} ""](\[^"^-\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150722/7fc2e4df/attachment-0001.html>


More information about the macports-changes mailing list