pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/R-pingr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Aug  1 13:08:32 UTC 2020

Added Files:
        pkgsrc/net/R-pingr: DESCR Makefile distinfo

Log Message:
net/R-pingr: import R-pingr-2.0.1

Check if a remote computer is up. It can either just call the system
ping command, or check a specified TCP port.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/R-pingr/DESCR pkgsrc/net/R-pingr/Makefile \
    pkgsrc/net/R-pingr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/R-pingr/DESCR
diff -u /dev/null pkgsrc/net/R-pingr/DESCR:1.1
--- /dev/null   Sat Aug  1 13:08:32 2020
+++ pkgsrc/net/R-pingr/DESCR    Sat Aug  1 13:08:32 2020
@@ -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.
Index: pkgsrc/net/R-pingr/Makefile
diff -u /dev/null pkgsrc/net/R-pingr/Makefile:1.1
--- /dev/null   Sat Aug  1 13:08:32 2020
+++ pkgsrc/net/R-pingr/Makefile Sat Aug  1 13:08:32 2020
@@ -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@localhost
+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"
Index: pkgsrc/net/R-pingr/distinfo
diff -u /dev/null pkgsrc/net/R-pingr/distinfo:1.1
--- /dev/null   Sat Aug  1 13:08:32 2020
+++ pkgsrc/net/R-pingr/distinfo Sat Aug  1 13:08:32 2020
@@ -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



Home | Main Index | Thread Index | Old Index