diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/R-pingr/DESCR | 2 | ||||
-rw-r--r-- | net/R-pingr/Makefile | 19 | ||||
-rw-r--r-- | net/R-pingr/distinfo | 6 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net/R-pingr/DESCR b/net/R-pingr/DESCR new file mode 100644 index 00000000000..42ad3e3bdf1 --- /dev/null +++ b/net/R-pingr/DESCR @@ -0,0 +1,2 @@ +Check if a remote computer is up. It can either just call the system +ping command, or check a specified TCP port. diff --git a/net/R-pingr/Makefile b/net/R-pingr/Makefile new file mode 100644 index 00000000000..087e207f2b2 --- /dev/null +++ b/net/R-pingr/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/08/01 13:08:32 mef Exp $ + +R_PKGNAME= pingr +R_PKGVER= 2.0.1 +CATEGORIES= net + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Check if a Remote Computer is Up +LICENSE= mit # + file LICENSE + +DEPENDS+= R-processx>=3.4.1:../../sysutils/R-processx + +# may conflict with tex-tetex-3.0.50602nb1 +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../print/tex-inconsolata + +USE_LANGUAGES= c + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/net/R-pingr/distinfo b/net/R-pingr/distinfo new file mode 100644 index 00000000000..785b5a4f4f9 --- /dev/null +++ b/net/R-pingr/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/01 13:08:32 mef Exp $ + +SHA1 (R/pingr_2.0.1.tar.gz) = 91eb4aa5f96f3c8a319320e0a26268a41b3d7c4a +RMD160 (R/pingr_2.0.1.tar.gz) = 6c44563c7bacf1f1ebc35c56e40b8758aa6521d6 +SHA512 (R/pingr_2.0.1.tar.gz) = 36e4f9106d682a0d2261bd5aa27ca918f5febe04689d032aaed9f574416cd1ccd3255303b3b5e08cea0efce3140b47d7c0aa57faac95f463cdc1ee4463111adb +Size (R/pingr_2.0.1.tar.gz) = 16845 bytes |