[138907] trunk/dports/devel
Ryan Schmidt
ryandesign at macports.org
Sun Jul 26 11:18:10 PDT 2015
> On Jul 22, 2015, at 4:33 PM, sean at macports.org wrote:
>
> Revision
> 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
> Diff
>
> Added: trunk/dports/devel/editorconfig-core-c/Portfile (0 => 138907)
>
> --- 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
The cmake 1.0 portgroup adds the build dependency on the cmake port for you.
> +depends_lib port:pcre
> +
> +checksums rmd160 bf26913a2ed779b8ace3f98d7c392be6acf36afa \
> + sha256 7fcf357aa40f96159917ae18cd84b21327acbe4bba21ebf4a6ebf7075c7bcd6f
> +
> +livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"^-\]+)${extract.suffix}
More information about the macports-dev
mailing list