# $Id: Portfile 65967 2010-04-04 00:26:59Z ryandesign@macports.org $

PortSystem      1.0

name            global
version         5.8.2
categories      devel
platforms       darwin
maintainers     nomaintainer
description     source code tag system
license         GPLv3/LGPLv3

long_description \
    GNU GLOBAL is a source code tag system that works the \
    same way across diverse environments. You can locate a \
    specified object in the source files and move there \
    easily. It is useful for hacking a large project \
    containing many subdirectories, many #ifdef and many \
    main() functions. It is similar to ctags or etags but \
    is different from them at the point of independence of \
    any editor.

homepage        http://www.gnu.org/software/global/
master_sites    gnu

checksums       md5     380a496cbe24263a80eb895f87b7c7f4 \
                sha1    301f6529a93aa7fdb841c9b3cab0291891fb19b1 \
                rmd160  d9945fc6924ed126fc854655dfdd5ff56d37db3b

depends_lib     port:libtool

configure.args  --infodir=${prefix}/share/info \
                --mandir=${prefix}/share/man

test.run        yes
test.target     check

livecheck.type  regex
livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
livecheck.regex ${name}-(\\d+\\.\\d+(?:\\.\\d+)?)
