# -*- 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
PortGroup       cmake 1.1

github.setup    mattthias slurm d0cc378c8fd250a59b2c43d5322df23f6d487308
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version         20211014
checksums       rmd160  4e536861430578fce4bb6a1aa38a13183cfedf68 \
                sha256  a5a0ce11cbe7dc7eb355d7775e3e614e3bfaff09d0f7737ba4179ed7baedc171 \
                size    36541

categories      net
license         GPL-2+
maintainers     wormulon.net:hscholz
platforms       darwin freebsd netbsd openbsd

description     yet another network load monitor
long_description \
    slurm started as a port of pppstatus to FreeBSD and now is a generic \
    curses based network load monitor. \
    It features three different modes with real-time ASCII graphs and \
    interface statistics for all kinds of network interfaces on most \
    Unix systems.

depends_lib-append \
                port:ncurses
