pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-whoami



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Nov 29 10:20:24 UTC 2021

Added Files:
        pkgsrc/devel/R-whoami: DESCR Makefile distinfo

Log Message:
(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.


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

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

Added files:

Index: pkgsrc/devel/R-whoami/DESCR
diff -u /dev/null pkgsrc/devel/R-whoami/DESCR:1.1
--- /dev/null   Mon Nov 29 10:20:24 2021
+++ pkgsrc/devel/R-whoami/DESCR Mon Nov 29 10:20:24 2021
@@ -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.
Index: pkgsrc/devel/R-whoami/Makefile
diff -u /dev/null pkgsrc/devel/R-whoami/Makefile:1.1
--- /dev/null   Mon Nov 29 10:20:24 2021
+++ pkgsrc/devel/R-whoami/Makefile      Mon Nov 29 10:20:24 2021
@@ -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"
Index: pkgsrc/devel/R-whoami/distinfo
diff -u /dev/null pkgsrc/devel/R-whoami/distinfo:1.1
--- /dev/null   Mon Nov 29 10:20:24 2021
+++ pkgsrc/devel/R-whoami/distinfo      Mon Nov 29 10:20:24 2021
@@ -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