You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1001 B
Tcl
28 lines
1001 B
Tcl
# -*- 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 tessus apachetop 0.23.2
|
|
revision 0
|
|
|
|
categories sysutils www
|
|
maintainers {evermeet.cx:tessarek @tessus}
|
|
description top-like display of Apache logs
|
|
long_description \
|
|
ApacheTop watches a logfile generated by Apache (in \
|
|
standard common or combined logformat, and generates \
|
|
human-parsable output in realtime.
|
|
platforms darwin freebsd
|
|
license BSD
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:readline port:pcre2 port:adns port:ncurses
|
|
|
|
github.tarball_from releases
|
|
checksums rmd160 2a8c80f7d0fc8150b4d1ae2aad0e39a567a0dd22 \
|
|
sha256 f94a34180808c3edb24c1779f72363246dd4143a89f579ef2ac168a45b04443f \
|
|
size 169381
|
|
|
|
configure.args --with-logfile=/private/var/log/apache2/access_log
|