Port details |
- R-cran-curl Modern and Flexible Web Client for R
- 6.1.0 ftp =2 6.0.1Version of this port present on the latest quarterly branch.
- Maintainer: uzsolt@FreeBSD.org
- Port Added: 2015-08-09 21:47:07
- Last Update: 2025-01-13 14:09:43
- Commit Hash: 6d7aee8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://cran.r-project.org/web/packages/curl/
- Description:
- The curl() and curl_download() functions provide highly configurable
drop-in replacements for base url() and download.file() with better
performance, support for encryption (https://, ftps://), 'gzip'
compression, authentication, and other 'libcurl' goodies. The core
of the package implements a framework for performing fully customized
requests where data can be processed either in memory, on disk, or
streaming via the callback or connection interfaces. Some knowledge
of 'libcurl' is recommended; for a more-user-friendly web client
see the 'httr' package which builds on this package with HTTP
specific tools and logic.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-curl>0:ftp/R-cran-curl
- To install the port:
- cd /usr/ports/ftp/R-cran-curl/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/R-cran-curl
- pkg install R-cran-curl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-curl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736743974
SHA256 (curl_6.1.0.tar.gz) = 81d45525057fe21be3d57071e65032114c9014392454dd40ff32ca5e5ae2c539
SIZE (curl_6.1.0.tar.gz) = 932957
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- curl.h : ftp/curl
- R : math/R
- gfortran13 : lang/gcc13
- as : devel/binutils
- Test dependencies:
-
- R-cran-httpuv>=1.4.4 : www/R-cran-httpuv
- R-cran-jsonlite>0 : converters/R-cran-jsonlite
- R-cran-knitr>0 : print/R-cran-knitr
- R-cran-later>0 : devel/R-cran-later
- R-cran-rmarkdown>0 : textproc/R-cran-rmarkdown
- R-cran-spelling>0 : textproc/R-cran-spelling
- R-cran-testthat>=1.0.0 : devel/R-cran-testthat
- Runtime dependencies:
-
- R : math/R
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libcurl.so : ftp/curl
- This port is required by:
- for Build
-
- devel/R-cran-googlesheets4
- devel/R-cran-rcmdcheck
- devel/R-cran-urlchecker
- devel/R-cran-usethis
- finance/R-cran-quantmod
- graphics/R-cran-magick
- graphics/R-cran-qpdf
- for Run
-
- devel/R-cran-googlesheets4
- devel/R-cran-pkgcache
- devel/R-cran-pkgdepends
- devel/R-cran-pkgsearch
- devel/R-cran-rcmdcheck
- devel/R-cran-rversions
- devel/R-cran-urlchecker
Configuration Options:
- No options to configure
- Options name:
- ftp_R-cran-curl
- USES:
- cran:auto-plist,compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.0 13 Jan 2025 14:09:43 |
Zsolt Udvari (uzsolt) |
ftp/R-cran-curl: Update to 6.1.0
Changelog: https://cran.r-project.org/web/packages/curl/NEWS |
6.0.1 22 Nov 2024 18:39:54 |
Zsolt Udvari (uzsolt) Author: Einar Bjarni Halldórsson |
ftp/R-cran-curl: Update to 0.6.1
Remove R-cran-magrittr from TEST_DEPENDS.
Add TESTING_UNSAFE=yes:
* checking running R code from vignettes ...
'intro.Rmd' using 'UTF-8'... failed
'windows.Rmd' using 'UTF-8'... OK
ERROR
Errors in running code in vignettes:
when running code in 'intro.Rmd'
...
> mirros <- read.csv("mirrors.csv")
> unlink("mirrors.csv")
> close(con)
When sourcing 'intro.R':
Error: invalid connection
Execution halted
PR: 282908 |
5.2.3 22 Sep 2024 18:06:24 |
Zsolt Udvari (uzsolt) |
ftp/R-cran-curl: Update to 5.2.3
Changelog: https://cran.r-project.org/web/packages/curl/NEWS |
5.2.2 27 Aug 2024 20:02:08 |
Zsolt Udvari (uzsolt) |
ftp/R-cran-curl: Update to 5.2.2
Changelog: https://cran.r-project.org/web/packages/curl/NEWS |
5.2.1 17 Mar 2024 06:18:59 |
Zsolt Udvari (uzsolt) |
ftp/R-cran-curl: update to 5.2.1
Changelog: https://cran.r-project.org/web/packages/curl/NEWS
Approved by: bofh (mentor)
Differential Revision: https://reviews.freebsd.org/D44363 |
5.2.0 30 Jan 2024 08:05:56 |
Zsolt Udvari (uzsolt) |
multiple_ports: Update MAINTAINER
Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl (Only the first 15 lines of the commit message are shown above ) |
5.2.0 10 Dec 2023 14:56:33 |
Muhammad Moinur Rahman (bofh) Author: Zsolt Udvari |
ftp/R-cran-curl: Update version 5.1.0=>5.2.0
Changelog: https://cran.r-project.org/web/packages/curl/NEWS
PR: 275662
Approved by: submitter is maintainer |
5.1.0 03 Nov 2023 07:41:11 |
Li-Wen Hsu (lwhsu) Author: Zsolt Udvari |
ftp/R-cran-curl: Update to 5.1.0.
Added TEST_DEPENDS and pre-test target to run 'make test'.
Changelog: https://cran.r-project.org/web/packages/curl/NEWS
PR: 274854 |
5.0.2 02 Sep 2023 01:48:26 |
TAKATSU Tomonari (tota) |
ftp/R-cran-curl: Update to 5.0.2
Approved by: maintainer (via private email) |
5.0.1 26 Jun 2023 22:58:24 |
Robert Clausecker (fuz) Author: Zsolt Udvari |
ftp/R-cran-curl: update to 5.0.1
Changelog: https://cran.r-project.org/web/packages/curl/NEWS
PR: 271948 |
5.0.0 01 Jun 2023 10:55:30 |
Wen Heping (wen) |
*/*: Pass maintainership to submitter
PR: 271317
Reported by: uzsolt@uzsolt.hu |
5.0.0 03 May 2023 03:15:30 |
TAKATSU Tomonari (tota) |
ftp/R-cran-curl: Update to 5.0.0
- Update to 5.0.0
- Drop maintainership |
4.3.2_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.2 20 Jul 2022 14:21:53 |
Tobias C. Berner (tcberner) |
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com> (Only the first 15 lines of the commit message are shown above ) |
4.3.2 24 Jun 2021 07:32:06 |
TAKATSU Tomonari (tota) |
ftp/R-cran-curl: Update to 4.3.2 |
4.3.1 01 May 2021 10:49:21 |
TAKATSU Tomonari (tota) |
ftp/R-cran-curl: Update to 4.3.1 |
4.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3_1 05 May 2020 16:07:54 |
jrm |
math/R: Update to version 4.0.0
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html
Also bump PORTREVISION of ports that depend on math/R.
Submitted by: wen (in part)
Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision: https://reviews.freebsd.org/D24572 |
4.3 03 Dec 2019 15:33:21 |
tota |
- Update to 4.3 |
4.2 24 Nov 2019 04:13:50 |
tota |
- Fix build on powerpc64 elfv2
PR: 242108
Submitted by: pkubaj@ |
4.2 28 Sep 2019 13:41:11 |
tota |
- Update to 4.2 |
4.1 17 Sep 2019 11:36:53 |
tota |
- Update to 4.1
Reported by: pkg-fallout |
4.0 04 Aug 2019 04:37:30 |
tota |
- Update to 4.0 |
3.3_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.3 01 Jul 2019 23:33:05 |
tota |
- Update to 3.3
- Regenerate the patch to preserve original timestamp |
3.2_1 24 Jun 2019 07:24:28 |
pkubaj |
ftp/R-cran-curl: fix build on big-endian architectures
BSWAP_32 is undefined on FreeBSD, use bswap32.
It also needs sys/endian.h include.
Needed because of:
/wrkdirs/usr/ports/ftp/R-cran-curl/work/stage/usr/local/lib/R/library/00LOCK-curl/00new/curl/libs/curl.so:
Undefined symbol "BSWAP_32"
PR: 238704
Approved by: tota (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20726 |
3.2_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.2 10 Apr 2018 04:12:52 |
tota |
- Update to 3.2 |
3.1_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.1 09 Mar 2018 09:19:32 |
tota |
- Update to 3.1 |
2.8.1 28 Aug 2017 06:05:06 |
tota |
- Update to 2.8.1 |
2.7 28 Jun 2017 09:47:24 |
tota |
- Update to 2.7 |
2.6 07 May 2017 06:15:30 |
tota |
- Update to 2.6 |
2.3 17 Dec 2016 06:11:02 |
tota |
- Update to 2.3 |
2.2 16 Dec 2016 08:53:34 |
tota |
- Update to 2.2 |
2.1 10 Oct 2016 14:58:47 |
tota |
- Update to 2.1 |
2.0 08 Oct 2016 07:34:55 |
tota |
- Update to 2.0 |
1.2 15 Aug 2016 05:05:44 |
tota |
- Update to 1.2 |
1.1 29 Jul 2016 05:43:30 |
tota |
- Update to 1.1 |
1.0 28 Jul 2016 10:17:21 |
tota |
- Update to 1.0
- Add "compiles" argument to USES=cran |
0.9.7 14 Apr 2016 11:03:33 |
tota |
- Update to 0.9.7 |
0.9.6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.6 19 Feb 2016 04:58:21 |
tota |
- Update to 0.9.6 |
0.9.5 27 Jan 2016 05:47:13 |
tota |
- Update to 0.9.5
- Cosmetic change |
0.9.4 25 Nov 2015 20:26:10 |
tota |
- Update to 0.9.4 |
0.9.3 29 Aug 2015 07:40:19 |
tota |
- Update to 0.9.3 |
0.9.2 09 Aug 2015 21:46:55 |
tota |
- Add new port: ftp/R-cran-curl
The curl() and curl_download() functions provide highly configurable
drop-in replacements for base url() and download.file() with better
performance, support for encryption (https://, ftps://), 'gzip'
compression, authentication, and other 'libcurl' goodies. The core
of the package implements a framework for performing fully customized
requests where data can be processed either in memory, on disk, or
streaming via the callback or connection interfaces. Some knowledge
of 'libcurl' is recommended; for a more-user-friendly web client
see the 'httr' package which builds on this package with HTTP
specific tools and logic.
WWW: https://cran.r-project.org/web/packages/curl/ |