Ticket #57765: Portfile.genders.4.txt

File Portfile.genders.4.txt, 1.3 KB (added by unix-fan, 5 years ago)

undid whitespace changes

Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           github 1.0
5github.setup        chaos genders 1.22 1-22-1
6
7categories          net
8platforms           darwin
9license             GPL-2+
10maintainers         github.com:unixfan
11
12description         Cluster Configuration Database
13long_description    Genders is a static cluster configuration database \
14                    used for cluster configuration management. It is used by a \
15                    variety of tools and scripts for management of large clusters.
16
17checksums           rmd160  819ea7a2e8ad552815c5446037554a6871ca9ae8 \
18                    sha256  0ff292825a29201106239c4d47d9ce4c6bda3f51c78c0463eb2634ecc337b774 \
19                    size 595795
20
21master_sites        ${homepage}/releases/download/${github.project}-${github.tag_prefix}
22
23configure.args      --without-java-extensions \
24                    --without-python-extensions \
25                    --without-perl-extensions \
26                    --without-cplusplus-extensions \
27                    --sysconfdir=${prefix}/etc \
28                    --mandir=${prefix}/share/man
29
30livecheck.type      regex
31livecheck.version   ${github.tag_prefix}
32livecheck.regex     ".*/releases/tag/${github.project}-(.*)\\\">.*"