# -*- 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: Portfile 101442 2013-01-11 03:42:51Z jeremyhu@macports.org $

PortSystem          1.0

name                uncrustify
version             0.60
categories          devel
platforms           darwin
maintainers         nomaintainer
license             GPL-2

description         Source code beautifier

long_description    Banish crusty code with the Uncrustify \
                    C/C++/C#/D/Java/Pawn source code beautifier. It indents, \
                    adds newlines, aligns, etc, and is highly configurable.

homepage            http://uncrustify.sourceforge.net/
master_sites        sourceforge:project/uncrustify/uncrustify/uncrustify-${version}

checksums           md5     0467a60b7c6f108259e69a90120afd4a \
                    sha1    769a7649a1cefb80beff9b67b11b4b87a8cc8e0e \
                    rmd160  5770265558adaeecf5b66334fe91389e75b19674

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/uncrustify/files/
livecheck.regex     "${name}-(0\\.\\d+)\\.tar"
