# $Id: Portfile 33469 2008-01-27 15:20:37Z nox@macports.org $

PortSystem      1.0

name            global
version         5.6.2
categories      devel
platforms       darwin
maintainers     nomaintainer
description     source code tag system

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 c927bcd92dff1c092d43f7d78911fc9c \
                sha1 0f594e1c10ab04db6dbd3e7bd6d6e16dd3c58ffa \
                rmd160 70862a2d79ec8fe97caa63416c1c945913fe0065

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

test.run        yes
test.target     check

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