[138907] trunk/dports/devel
Sean Farley
sean at macports.org
Sun Jul 26 12:32:43 PDT 2015
Ryan Schmidt <ryandesign at macports.org> writes:
>> 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.
Ah, right, thanks for pointing that out.
More information about the macports-dev
mailing list