pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-httr: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe916420043f
branches: trunk
changeset: 399461:fe916420043f
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 19:07:43 2019 +0000
description:
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).
diffstat:
doc/CHANGES-2019 | 3 ++-
www/Makefile | 3 ++-
www/R-httr/DESCR | 4 ++++
www/R-httr/Makefile | 19 +++++++++++++++++++
www/R-httr/distinfo | 6 ++++++
5 files changed, 33 insertions(+), 2 deletions(-)
diffs (71 lines):
diff -r 1f7b48c3eedd -r fe916420043f doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 19:06:45 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 19:07:43 2019 +0000
@@ -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 @@
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]
diff -r 1f7b48c3eedd -r fe916420043f www/Makefile
--- a/www/Makefile Fri Aug 09 19:06:45 2019 +0000
+++ b/www/Makefile Fri Aug 09 19:07:43 2019 +0000
@@ -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
diff -r 1f7b48c3eedd -r fe916420043f www/R-httr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-httr/DESCR Fri Aug 09 19:07:43 2019 +0000
@@ -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).
diff -r 1f7b48c3eedd -r fe916420043f www/R-httr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-httr/Makefile Fri Aug 09 19:07:43 2019 +0000
@@ -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"
diff -r 1f7b48c3eedd -r fe916420043f www/R-httr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-httr/distinfo Fri Aug 09 19:07:43 2019 +0000
@@ -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