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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name uncrustify |
---|
7 | version 0.58 |
---|
8 | categories devel |
---|
9 | maintainers openmaintainer |
---|
10 | description Source code beautifier |
---|
11 | long_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. |
---|
14 | homepage http://uncrustify.sourceforge.net/ |
---|
15 | platforms darwin |
---|
16 | master_sites sourceforge |
---|
17 | |
---|
18 | checksums md5 9fa275570a4422aa1cb90fbbdde79a76 \ |
---|
19 | sha1 baa441e163ae21842ed35e1abfc204b45e40820b \ |
---|
20 | rmd160 89eb9d3af8cdd7338b277406a3e43638575a1370 |
---|
21 | |
---|
22 | livecheck.type regex |
---|
23 | livecheck.url http://sourceforge.net/projects/uncrustify/files/ |
---|
24 | livecheck.regex "(0\\.\\d+)" |
---|
25 | |
---|