Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/R-pingr net/R-pingr: import R-pingr-2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dbc342b5f1c
branches:  trunk
changeset: 436386:3dbc342b5f1c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Aug 01 13:08:32 2020 +0000

description:
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.

diffstat:

 net/R-pingr/DESCR    |   2 ++
 net/R-pingr/Makefile |  19 +++++++++++++++++++
 net/R-pingr/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 4d93c73541ed -r 3dbc342b5f1c net/R-pingr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/R-pingr/DESCR Sat Aug 01 13:08:32 2020 +0000
@@ -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 -r 4d93c73541ed -r 3dbc342b5f1c net/R-pingr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/R-pingr/Makefile      Sat Aug 01 13:08:32 2020 +0000
@@ -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"
diff -r 4d93c73541ed -r 3dbc342b5f1c net/R-pingr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/R-pingr/distinfo      Sat Aug 01 13:08:32 2020 +0000
@@ -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