# -*- 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 72686 2010-10-23 22:13:11Z ryandesign@macports.org $

PortSystem              1.0

name                    augeas
version                 0.7.3
categories              sysutils
platforms               darwin
maintainers             nomaintainer

description             configuration editing tool

long_description        ${name} is a ${description}. It parses configuration \
                        files in their native formats and transforms them \
                        into a tree. Configuration changes are made by \
                        manipulating this tree and saving it back into native \
                        config files

homepage                http://www.augeas.net/
master_sites            ${homepage}download/

checksums               sha1    35f3e19468aa08658aaf48daef7c476dce51ecf1 \
                        rmd160  fa50cec34d3b353ae340085e51c9c9562e86a306

depends_lib             port:readline

# In file included from fa.c:37:
# internal.h:313: error: expected specifier-qualifier-list before 'locale_t'
configure.env-append    ac_cv_func_uselocale=no

livecheck.type          regex
livecheck.url           [lindex ${master_sites} 0]
livecheck.regex         ${name}-(\[0-9.\]+)${extract.suffix}
