pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 19:08:33 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/R-gh: DESCR Makefile distinfo

Log Message:
R-gh: initial commit

Minimal client to access the 'GitHub' 'API'.


To generate a diff of this commit:
cvs rdiff -u -r1.3364 -r1.3365 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1394 -r1.1395 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-gh/DESCR pkgsrc/www/R-gh/Makefile \
    pkgsrc/www/R-gh/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3364 pkgsrc/doc/CHANGES-2019:1.3365
--- pkgsrc/doc/CHANGES-2019:1.3364      Fri Aug  9 19:07:43 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 19:08:33 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1394 pkgsrc/www/Makefile:1.1395
--- pkgsrc/www/Makefile:1.1394  Fri Aug  9 19:07:43 2019
+++ pkgsrc/www/Makefile Fri Aug  9 19:08:32 2019
@@ -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

Added files:

Index: pkgsrc/www/R-gh/DESCR
diff -u /dev/null pkgsrc/www/R-gh/DESCR:1.1
--- /dev/null   Fri Aug  9 19:08:33 2019
+++ pkgsrc/www/R-gh/DESCR       Fri Aug  9 19:08:33 2019
@@ -0,0 +1 @@
+Minimal client to access the 'GitHub' 'API'.
Index: pkgsrc/www/R-gh/Makefile
diff -u /dev/null pkgsrc/www/R-gh/Makefile:1.1
--- /dev/null   Fri Aug  9 19:08:33 2019
+++ pkgsrc/www/R-gh/Makefile    Fri Aug  9 19:08:33 2019
@@ -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"
Index: pkgsrc/www/R-gh/distinfo
diff -u /dev/null pkgsrc/www/R-gh/distinfo:1.1
--- /dev/null   Fri Aug  9 19:08:33 2019
+++ pkgsrc/www/R-gh/distinfo    Fri Aug  9 19:08:33 2019
@@ -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