pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-crul: Import of R package crul-1.1.0 as wip/R-crul
Module Name: pkgsrc-wip
Committed By: Brook Milligan <brook%nmsu.edu@localhost>
Pushed By: brook
Date: Wed Sep 8 13:37:39 2021 -0600
Changeset: ee389dee2a4713c8061bf18c9eae84794500b498
Modified Files:
Makefile
Added Files:
R-crul/DESCR
R-crul/Makefile
R-crul/distinfo
Log Message:
R-crul: Import of R package crul-1.1.0 as wip/R-crul
A simple HTTP client, with tools for making HTTP requests, and mocking
HTTP requests. The package is built on R6, and takes inspiration from
Ruby's 'faraday' gem (<https://rubygems.org/gems/faraday>). The
package name is a play on curl, the widely used command line tool for
HTTP, and this package is built on top of the R package 'curl', an
interface to 'libcurl' (<https://curl.se/libcurl/>).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee389dee2a4713c8061bf18c9eae84794500b498
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
R-crul/DESCR | 6 ++++++
R-crul/Makefile | 18 ++++++++++++++++++
R-crul/distinfo | 6 ++++++
4 files changed, 31 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index bbb79ecdc0..523de4e6dc 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ SUBDIR+= R-bigmemory.sri
SUBDIR+= R-bigtabulate
SUBDIR+= R-bnlearn
SUBDIR+= R-conditionz
+SUBDIR+= R-crul
SUBDIR+= R-cubature
SUBDIR+= R-doParallel
SUBDIR+= R-easySVG
diff --git a/R-crul/DESCR b/R-crul/DESCR
new file mode 100644
index 0000000000..c3e6e38122
--- /dev/null
+++ b/R-crul/DESCR
@@ -0,0 +1,6 @@
+A simple HTTP client, with tools for making HTTP requests, and mocking
+HTTP requests. The package is built on R6, and takes inspiration from
+Ruby's 'faraday' gem (<https://rubygems.org/gems/faraday>). The
+package name is a play on curl, the widely used command line tool for
+HTTP, and this package is built on top of the R package 'curl', an
+interface to 'libcurl' (<https://curl.se/libcurl/>).
diff --git a/R-crul/Makefile b/R-crul/Makefile
new file mode 100644
index 0000000000..c477fa03c7
--- /dev/null
+++ b/R-crul/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+R_PKGNAME= crul
+R_PKGVER= 1.1.0
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= HTTP client
+LICENSE= mit
+
+DEPENDS+= R-mime>=0.9:../../mail/R-mime
+DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+DEPENDS+= R-curl>=3.3:../../www/R-curl
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-crul/distinfo b/R-crul/distinfo
new file mode 100644
index 0000000000..8ec4279e97
--- /dev/null
+++ b/R-crul/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/crul_1.1.0.tar.gz) = 2f771302e9e49697cc721d6155c7a334ca9e0e16
+RMD160 (R/crul_1.1.0.tar.gz) = d8816d3364e3333bbaeb20e10c0b2b650607162a
+SHA512 (R/crul_1.1.0.tar.gz) = 4dd2d75c5f02e919137884fadb81c7f3a2e3c092c46fc3df204d00499d204591d26706811de73ed9cbfd7510d5642eee32d394fbc2b346125892cc259e6d0580
+Size (R/crul_1.1.0.tar.gz) = 531803 bytes
Home |
Main Index |
Thread Index |
Old Index