Ticket #29947: Portfile

File Portfile, 982 bytes (added by tpecorella@…, 13 years ago)

Uncrustify 0.58 portfile

Line 
1# -*- 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
2# $Id: Portfile 73607 2010-11-19 23:48:47Z mk@macports.org $
3
4PortSystem      1.0
5
6name            uncrustify
7version         0.58
8categories      devel
9maintainers     openmaintainer
10description     Source code beautifier
11long_description    Banish crusty code with the Uncrustify C/C++/C#/D/Java/Pawn \
12                    source code beautifier. It indents, adds newlines, aligns, etc, \
13                    and is highly configurable.
14homepage        http://uncrustify.sourceforge.net/
15platforms       darwin
16master_sites    sourceforge
17
18checksums       md5 9fa275570a4422aa1cb90fbbdde79a76 \
19                sha1 baa441e163ae21842ed35e1abfc204b45e40820b \
20                rmd160 89eb9d3af8cdd7338b277406a3e43638575a1370
21
22livecheck.type    regex
23livecheck.url     http://sourceforge.net/projects/uncrustify/files/
24livecheck.regex   "(0\\.\\d+)"
25