pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-whoami (devel/R-whoami) import R-whoami-1.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/09012e07a585
branches: trunk
changeset: 770318:09012e07a585
user: mef <mef%pkgsrc.org@localhost>
date: Mon Nov 29 10:20:24 2021 +0000
description:
(devel/R-whoami) import R-whoami-1.3.0
Look up the username and full name of the current user, the current
user's email address and 'GitHub' username, using various sources of
system and configuration information.
diffstat:
devel/R-whoami/DESCR | 3 +++
devel/R-whoami/Makefile | 17 +++++++++++++++++
devel/R-whoami/distinfo | 5 +++++
3 files changed, 25 insertions(+), 0 deletions(-)
diffs (37 lines):
diff -r 0a8d66dfebb4 -r 09012e07a585 devel/R-whoami/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-whoami/DESCR Mon Nov 29 10:20:24 2021 +0000
@@ -0,0 +1,3 @@
+Look up the username and full name of the current user, the current
+user's email address and 'GitHub' username, using various sources of
+system and configuration information.
diff -r 0a8d66dfebb4 -r 09012e07a585 devel/R-whoami/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-whoami/Makefile Mon Nov 29 10:20:24 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/11/29 10:20:24 mef Exp $
+
+R_PKGNAME= whoami
+R_PKGVER= 1.3.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Username, Full Name, Email addr. 'GitHub' Username of the Current User
+LICENSE= mit # + file LICENSE
+
+DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+DEPENDS+= R-httr>=1.4.2:../../www/R-httr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0a8d66dfebb4 -r 09012e07a585 devel/R-whoami/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-whoami/distinfo Mon Nov 29 10:20:24 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/11/29 10:20:24 mef Exp $
+
+BLAKE2s (R/whoami_1.3.0.tar.gz) = 4a8983cc77a0962f0244fce70fc5b110db8a587b3a6557165e7d5f66497bf449
+SHA512 (R/whoami_1.3.0.tar.gz) = 872d2da85da3084935370e2852b81ab089aa756516ab681eb9d0a8343e4d2bf2dca728c0441400707155d78e160c79e8bf472b1c6eb110f15a7117e54b0200bd
+Size (R/whoami_1.3.0.tar.gz) = 6929 bytes
Home |
Main Index |
Thread Index |
Old Index