# -*- 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
PortGroup           github 1.0

github.setup        chaos genders 1.22 1-22-1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

categories          net
license             GPL-2+
maintainers         {github.com:unixfan @unix-fan} openmaintainer

description         Cluster Configuration Database
long_description    Genders is a static cluster configuration database \
                    used for cluster configuration management. It is used by a \
                    variety of tools and scripts for management of large clusters.

checksums           rmd160  819ea7a2e8ad552815c5446037554a6871ca9ae8 \
                    sha256  0ff292825a29201106239c4d47d9ce4c6bda3f51c78c0463eb2634ecc337b774 \
                    size    595795

master_sites        ${homepage}/releases/download/${github.project}-${github.tag_prefix}

configure.args      --without-java-extensions \
                    --without-python-extensions \
                    --without-perl-extensions \
                    --without-cplusplus-extensions \
                    --sysconfdir=${prefix}/etc \
                    --mandir=${prefix}/share/man

livecheck.type      regex
livecheck.version   ${github.tag_prefix}
livecheck.regex     ".*/releases/tag/${github.project}-(.*)\\\">.*"
