# -*- 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 golang 1.0 go.setup github.com/zix99/rare 0.5.4 go.package rare go.offline_build no revision 0 homepage https://rare.zdyn.net description Realtime regex-extraction and aggregation into common \ formats such as histograms, bar graphs, numerical \ summaries, tables, and more! long_description {*}${description} categories textproc installs_libs no license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 23724bdc905a420132856cd5306d25daccf291a5 \ sha256 f07ace4af25658c7912861233a8308710b96bfa25aac55f016ed3ff344f43981 \ size 3134565 build.pre_args-append \ -ldflags \" -X main.version=${version} \" \ -tags urfave_cli_no_docs,rare_no_pprof post-build { # Generate man page system -W ${worksrcpath} "${go.bin} run . _gendoc --man > ${name}.1" } destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} xinstall -d ${destroot}${prefix}/share/man/man1 xinstall -m 0644 \ ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1/ } github.livecheck.regex \ {([0-9.-]+)}