Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile +++ head/sysutils/Makefile @@ -716,6 +716,7 @@ SUBDIR += mount.app SUBDIR += mountsmb2 SUBDIR += mpiexec + SUBDIR += mping SUBDIR += mptd SUBDIR += msiklm SUBDIR += msktutil Index: head/sysutils/mping/Makefile =================================================================== --- head/sysutils/mping/Makefile +++ head/sysutils/mping/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= mping +DISTVERSION= 0.1.3 +CATEGORIES= sysutils + +MAINTAINER= dteske@FreeBSD.org +COMMENT= Ping multiple hosts + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= FrauBSD +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/mping +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/mping ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Index: head/sysutils/mping/distinfo =================================================================== --- head/sysutils/mping/distinfo +++ head/sysutils/mping/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529345998 +SHA256 (FrauBSD-mping-0.1.3_GH0.tar.gz) = 7c299d0433c8a02f94fd92c12e667e719edea1d2c1516c1eb6ebdc21511858e2 +SIZE (FrauBSD-mping-0.1.3_GH0.tar.gz) = 7104 Index: head/sysutils/mping/pkg-descr =================================================================== --- head/sysutils/mping/pkg-descr +++ head/sysutils/mping/pkg-descr @@ -0,0 +1,6 @@ +mping is a utility for pinging multiple hosts. It is written in shell with +minimal dependencies (awk, date, getconf, head, host, ping, sleep, sort, stty, +tr, uname, and xargs). It also has a feature to keep watching the given hosts +and alert to any changes in uptime. + +WWW: https://fraubsd.org/mping/