pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-gh: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/94c2b90cf55e
branches: trunk
changeset: 399462:94c2b90cf55e
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 19:08:32 2019 +0000
description:
R-gh: initial commit
Minimal client to access the 'GitHub' 'API'.
diffstat:
doc/CHANGES-2019 | 3 ++-
www/Makefile | 3 ++-
www/R-gh/DESCR | 1 +
www/R-gh/Makefile | 18 ++++++++++++++++++
www/R-gh/distinfo | 6 ++++++
5 files changed, 29 insertions(+), 2 deletions(-)
diffs (66 lines):
diff -r fe916420043f -r 94c2b90cf55e doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 19:07:43 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 19:08:32 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3364 2019/08/09 19:07:43 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3365 2019/08/09 19:08:33 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5487,3 +5487,4 @@
Added devel/R-callr version 3.3.1 [brook 2019-08-09]
Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09]
Added www/R-httr version 1.4.1 [brook 2019-08-09]
+ Added www/R-gh version 1.0.1 [brook 2019-08-09]
diff -r fe916420043f -r 94c2b90cf55e www/Makefile
--- a/www/Makefile Fri Aug 09 19:07:43 2019 +0000
+++ b/www/Makefile Fri Aug 09 19:08:32 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1394 2019/08/09 19:07:43 brook Exp $
+# $NetBSD: Makefile,v 1.1395 2019/08/09 19:08:32 brook Exp $
#
COMMENT= Packages related to the World Wide Web
SUBDIR+= R-curl
+SUBDIR+= R-gh
SUBDIR+= R-htmlwidgets
SUBDIR+= R-httr
SUBDIR+= SOGo
diff -r fe916420043f -r 94c2b90cf55e www/R-gh/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-gh/DESCR Fri Aug 09 19:08:32 2019 +0000
@@ -0,0 +1,1 @@
+Minimal client to access the 'GitHub' 'API'.
diff -r fe916420043f -r 94c2b90cf55e www/R-gh/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-gh/Makefile Fri Aug 09 19:08:32 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:08:33 brook Exp $
+
+R_PKGNAME= gh
+R_PKGVER= 1.0.1
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= GitHub API
+LICENSE= mit
+
+DEPENDS+= R-ini>=0.3.1:../../devel/R-ini
+DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+= R-httr>=1.4.1:../../www/R-httr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r fe916420043f -r 94c2b90cf55e www/R-gh/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-gh/distinfo Fri Aug 09 19:08:32 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:08:33 brook Exp $
+
+SHA1 (R/gh_1.0.1.tar.gz) = 0d6967fd8463d08a40aef630c10ff25728407bcc
+RMD160 (R/gh_1.0.1.tar.gz) = eccacd566867fc2a849b5108db5f595d652d0c30
+SHA512 (R/gh_1.0.1.tar.gz) = ce9a7412f0c30825366513bd4a36e5132fe26e4ddac9aff3dc4bf479046c7a093c32585e433217e8aeab921a36bdf0e562773c2dfacff9bcdec6fbb1a9fbdbd7
+Size (R/gh_1.0.1.tar.gz) = 15513 bytes
Home |
Main Index |
Thread Index |
Old Index