mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
48 lines
1.5 KiB
Tcl
48 lines
1.5 KiB
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 legacysupport 1.1
|
|
PortGroup openssl 1.0
|
|
|
|
name goaccess
|
|
version 1.10.2
|
|
revision 0
|
|
|
|
categories www
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description GoAccess was designed to be a fast, terminal-based log analyzer.
|
|
long_description {*}${description} Its core idea is to quickly analyze and view web \
|
|
server statistics in real time without needing to use your browser.
|
|
homepage https://goaccess.io/
|
|
master_sites https://tar.goaccess.io/
|
|
|
|
checksums rmd160 6d75a552d1ee9ce0e61f4b3fbeb5487994642275 \
|
|
sha256 b9b7484a413279863c7d92dc7dd4c19dcb55c0a2d138735efc18570bcc4eaa0e \
|
|
size 1135947
|
|
|
|
# strndup
|
|
legacysupport.newest_darwin_requires_legacy 10
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
openssl.branch 3
|
|
|
|
configure.args --enable-geoip=mmdb \
|
|
--enable-utf8 \
|
|
--with-openssl
|
|
|
|
depends_build port:gettext
|
|
|
|
depends_lib port:gettext-runtime \
|
|
port:libmaxminddb \
|
|
port:ncurses \
|
|
port:tokyocabinet
|
|
|
|
patchfiles patch-host_name_max.diff \
|
|
patch-src-util.c.diff
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}download
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
|