# $Id: Portfile 74424 2010-12-16 22:55:11Z takanori@macports.org $

PortSystem      1.0

name            global
version         5.9.3
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     2c07f065f3e37c6333569f3af1fbbe5d \
                sha1    292f75e444898c2689dfdcd9ba8f9d0ca9776dee \
                rmd160  422ed68c54ee3c5181a6b251e2af0c3a42a1b2f8

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+)?)
