diff --git a/net/slurm/Makefile b/net/slurm/Makefile index 37139b3ac926..3d0eefc2be33 100644 --- a/net/slurm/Makefile +++ b/net/slurm/Makefile @@ -1,26 +1,31 @@ PORTNAME= slurm DISTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= vidar@karlsen.tech COMMENT= Generic network load monitor WWW= https://github.com/mattthias/slurm/wiki/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= meson +USES= meson ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= mattthias GH_TAGNAME= upstream/${DISTVERSION} -PORTDOCS= AUTHORS COPYING COPYRIGHT ChangeLog FAQ KEYS README.md \ - THANKS THEMES.txt TODO +PORTDOCS= AUTHORS COPYING COPYRIGHT ChangeLog FAQ KEYS README.md THANKS \ + THEMES.txt TODO OPTIONS_DEFINE= DOCS +post-build: + cd ${WRKSRC} && mandoc -mdoc -T man slurm.1 > slurm.1.tmp && \ + ${MV} slurm.1.tmp slurm.1 + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/slurm/pkg-descr b/net/slurm/pkg-descr index 650a32bccd5a..3980b1dfab73 100644 --- a/net/slurm/pkg-descr +++ b/net/slurm/pkg-descr @@ -1,6 +1,7 @@ slurm - yet another network load monitor slurm started as a FreeBSD port of the Linux ppp link monitor called pppstatus -by Gabriel Montenegro. Hendrik Scholz ripped off the ppp dependent parts and -the email checks to turn it into a generic network load monitor for *BSD, -Linux, HP-UX and Solaris. +by Gabriel Montenegro. Hendrik Scholz removed the ppp dependent parts and +the email checks to turn it into a generic network load monitor. + +It shows device statistics together with a nice ascii graph.