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:07:44 UTC 2019

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

Log Message:
R-httr: initial commit

Useful tools for working with HTTP organised by HTTP verbs (GET(),
POST(), etc). Configuration functions make it easy to control
additional request components (authenticate(), add_headers() and so
on).


To generate a diff of this commit:
cvs rdiff -u -r1.3363 -r1.3364 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1393 -r1.1394 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-httr/DESCR pkgsrc/www/R-httr/Makefile \
    pkgsrc/www/R-httr/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.3363 pkgsrc/doc/CHANGES-2019:1.3364
--- pkgsrc/doc/CHANGES-2019:1.3363      Fri Aug  9 19:06:45 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 19:07:43 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3363 2019/08/09 19:06:45 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3364 2019/08/09 19:07:43 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5486,3 +5486,4 @@ Changes to the packages collection and i
        Added security/R-openssl version 1.4.1 [brook 2019-08-09]
        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]

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1393 pkgsrc/www/Makefile:1.1394
--- pkgsrc/www/Makefile:1.1393  Wed Jul 31 13:58:41 2019
+++ pkgsrc/www/Makefile Fri Aug  9 19:07:43 2019
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1393 2019/07/31 13:58:41 brook Exp $
+# $NetBSD: Makefile,v 1.1394 2019/08/09 19:07:43 brook Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
 
 SUBDIR+=       R-curl
 SUBDIR+=       R-htmlwidgets
+SUBDIR+=       R-httr
 SUBDIR+=       SOGo
 SUBDIR+=       SOGo3
 SUBDIR+=       SpeedyCGI

Added files:

Index: pkgsrc/www/R-httr/DESCR
diff -u /dev/null pkgsrc/www/R-httr/DESCR:1.1
--- /dev/null   Fri Aug  9 19:07:44 2019
+++ pkgsrc/www/R-httr/DESCR     Fri Aug  9 19:07:43 2019
@@ -0,0 +1,4 @@
+Useful tools for working with HTTP organised by HTTP verbs (GET(),
+POST(), etc). Configuration functions make it easy to control
+additional request components (authenticate(), add_headers() and so
+on).
Index: pkgsrc/www/R-httr/Makefile
diff -u /dev/null pkgsrc/www/R-httr/Makefile:1.1
--- /dev/null   Fri Aug  9 19:07:44 2019
+++ pkgsrc/www/R-httr/Makefile  Fri Aug  9 19:07:43 2019
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:07:43 brook Exp $
+
+R_PKGNAME=     httr
+R_PKGVER=      1.4.1
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Tools for working with URLs and HTTP
+LICENSE=       mit
+
+DEPENDS+=      R-mime>=0.7:../../mail/R-mime
+DEPENDS+=      R-openssl>=0.8:../../security/R-openssl
+DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-curl>=3.0.0:../../www/R-curl
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-httr/distinfo
diff -u /dev/null pkgsrc/www/R-httr/distinfo:1.1
--- /dev/null   Fri Aug  9 19:07:44 2019
+++ pkgsrc/www/R-httr/distinfo  Fri Aug  9 19:07:43 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:07:43 brook Exp $
+
+SHA1 (R/httr_1.4.1.tar.gz) = f457d46f87b61a399ee0b72e19e5d169f76289f8
+RMD160 (R/httr_1.4.1.tar.gz) = 34e3d10b37b21368dc8fe932268ad4d2fc932bdf
+SHA512 (R/httr_1.4.1.tar.gz) = 708984effcec7603ebcbc2a2f81b57500887084a5144855921119e32bc1bb3a01c1871d3144fd34850bc771ef5fddc1ce9d40dd4bdc4325e01c7a4315a463641
+Size (R/httr_1.4.1.tar.gz) = 158465 bytes



Home | Main Index | Thread Index | Old Index