2014-12-29 00:02:59 +00:00
|
|
|
# -*- 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 andatool
|
|
|
|
|
version 0.8
|
2015-08-18 01:10:17 +00:00
|
|
|
revision 1
|
2014-12-29 00:02:59 +00:00
|
|
|
categories sysutils
|
|
|
|
|
license GPL-2
|
2021-06-21 08:11:20 -05:00
|
|
|
maintainers nomaintainer
|
2014-12-29 00:02:59 +00:00
|
|
|
platforms darwin
|
|
|
|
|
description Andatool displays in realtime how often regular expressions match
|
|
|
|
|
long_description Andatool displays in realtime how often one or more regular \
|
|
|
|
|
expressions match with what scrolls-by in a logfile. That way you can see \
|
|
|
|
|
quickly, for example, what firewall-rules get triggered most.
|
|
|
|
|
|
2021-06-21 08:11:20 -05:00
|
|
|
homepage https://web.archive.org/web/20161011014755/https://www.vanheusden.com/andatool/
|
2014-12-29 00:02:59 +00:00
|
|
|
master_sites ${homepage}
|
|
|
|
|
|
|
|
|
|
checksums rmd160 451ff667748b3963df0f65f5d1b57e98a356810a \
|
|
|
|
|
sha256 3bc399e1afae6648fa9596a01f5e42888439f7bfa3af319358b4928aed0e8051
|
|
|
|
|
extract.suffix .tgz
|
|
|
|
|
|
|
|
|
|
depends_lib port:ncurses
|
|
|
|
|
|
|
|
|
|
use_configure no
|
|
|
|
|
|
|
|
|
|
variant universal {}
|
|
|
|
|
|
|
|
|
|
build.args CC="${configure.cc} [get_canonical_archflags cc]"
|
|
|
|
|
|
2017-11-30 12:30:54 +11:00
|
|
|
destroot.args {*}${build.args}
|
2014-12-29 00:02:59 +00:00
|
|
|
|
|
|
|
|
pre-build {
|
|
|
|
|
reinplace "s|\$(DESTDIR)/usr/|\$(DESTDIR)${prefix}/|g" \
|
|
|
|
|
${worksrcpath}/Makefile
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-21 08:11:20 -05:00
|
|
|
livecheck.type none
|