commit a2ebd7683c28a034c854e0dbae155343ab2fb22e from: shrub900 date: Wed May 27 14:39:43 2026 UTC fping commit - f33ebff46fbfa87debbcd497af8e5fbd89a13a41 commit + a2ebd7683c28a034c854e0dbae155343ab2fb22e blob - /dev/null blob + ceab9c3ade918bd095ba9ba6560065c39c7eddfd (mode 644) --- /dev/null +++ net/fping/deps @@ -0,0 +1,2 @@ +.samurai +.hell blob - /dev/null blob + 023532b3e5f793875c4b2727baceaf9effc2b661 (mode 644) --- /dev/null +++ net/fping/info @@ -0,0 +1,6 @@ +name: fping +description: high performance ping +license: +upstream: +version: git +maintainer: blob - /dev/null blob + 887a50210b88646d03785a27199ba7acac52c50d (mode 644) --- /dev/null +++ net/fping/ndmake.sh @@ -0,0 +1,9 @@ +#!/bin/sh -ue +NAME=fping +VERSION=git +RELEASE=1 +SOURCE="https://github.com/schweikert/fping" +BUILD_STYLE=hell +BUILD_OPT="-DCOND_IPV4=1 -DCOND_IPV6=1 -DDEF_IPV4=1 -DDEF_IPV6=1" + +. ${0%/*}/../../libsh/libdmake.sh