# -*- 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

PortSystem          1.0

name                argtable
version             2.13
revision            0
categories          devel
platforms           darwin
maintainers         nomaintainer
license             LGPL

description         ANSI C library for parsing GNU style command line arguments

long_description    Argtable is an ANSI C library for parsing GNU style command \
                    line arguments, as in foo -abc -o myfile --help --count=7. \
                    It enables a program's command line syntax to be defined in \
                    the source code as an array of argtable structs. The parsing \
                    itself is done using GNU getopt and so is 100% GNU compatible.

homepage            http://argtable.sourceforge.net/
master_sites        sourceforge:project/argtable/argtable/argtable-${version}
distname            ${name}[strsed ${version} {g/\./-/}]

checksums           rmd160  61d82358dac5996efd9bdb46909f7c39c6f68b07 \
                    sha256  8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf \
                    size    3326444

patchfiles          implicit.patch

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     {>Version ([0-9.]+)}
