Port details |
- R-cran-cpp11 C++11 Interface for R's C Interface
- 0.5.1 devel =2 0.5.1Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2020-08-08 16:29:25
- Last Update: 2024-12-06 15:31:02
- Commit Hash: 0d6cdbf
- 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/cpp11/
- Description:
- Provides a header only, C++11 interface to R's C interface. Compared
to other approaches 'cpp11' strives to be safe against long jumps
from the C API as well as C++ exceptions, conform to normal R
function semantics and supports interaction with 'ALTREP' vectors.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-cpp11>0:devel/R-cran-cpp11
- To install the port:
- cd /usr/ports/devel/R-cran-cpp11/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-cpp11
- pkg install R-cran-cpp11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-cpp11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733476116
SHA256 (cpp11_0.5.1.tar.gz) = 3d1ea475bc2dc2e9d4ee3ce41edeb96370f5417fbd77c48a085e5ed6f379afd4
SIZE (cpp11_0.5.1.tar.gz) = 291870
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:
-
- R : math/R
- Test dependencies:
-
- R-cran-decor>0 : devel/R-cran-decor
- R-cran-knitr>0 : print/R-cran-knitr
- R-cran-mockery>0 : devel/R-cran-mockery
- R-cran-progress>0 : devel/R-cran-progress
- R-cran-testthat>0 : devel/R-cran-testthat
- Runtime dependencies:
-
- R : math/R
- This port is required by:
- for Build
-
- databases/R-cran-RSQLite
- devel/R-cran-roxygen2
- devel/R-cran-systemfonts
- devel/R-cran-tidyr
- devel/R-cran-timechange
- devel/R-cran-tzdb
- print/R-cran-textshaping
- for Run
-
- databases/R-cran-RSQLite
- devel/R-cran-clock
- devel/R-cran-roxygen2
- devel/R-cran-systemfonts
- devel/R-cran-tidyr
- devel/R-cran-timechange
- devel/R-cran-tzdb
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-cpp11
- USES:
- cran:auto-plist
- 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 |
0.5.1 06 Dec 2024 15:31:02 |
Nuno Teixeira (eduardo) |
devel/R-cran-cpp11: Update to 0.5.1
- Add TESTING_UNSAFE
ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html |
0.5.0 30 Aug 2024 07:02:22 |
Nuno Teixeira (eduardo) |
devel/R-cran-cpp11: Update to 0.5.0
- Remove USES=compiler
ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html |
0.4.7 09 Dec 2023 17:29:29 |
Nuno Teixeira (eduardo) |
devel/R-cran-cpp11: Update to 0.4.7
ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html |
0.4.6 12 Aug 2023 20:03:48 |
Nuno Teixeira (eduardo) |
devel/R-cran-cpp11: Update to 0.4.6
ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html |
0.4.5 26 Jul 2023 12:22:16 |
Nuno Teixeira (eduardo) |
devel/R-cran-cpp11: Update to 0.4.5
ChangeLog: https://github.com/r-lib/cpp11/releases/tag/v0.4.5 |
0.4.4 21 Jul 2023 08:00:57 |
Nuno Teixeira (eduardo) |
devel/R-cran-cpp11: Add missing test depends |
0.4.4 06 Jul 2023 08:53:17 |
Nuno Teixeira (eduardo) |
devel/R-cran-cpp11: Update to 0.4.4
- Switch to DISTVERSION
- Take maintainership
ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html |
0.4.3 05 May 2023 10:07:37 |
TAKATSU Tomonari (tota) |
devel/R-cran-cpp11: Update to 0.4.3
- Update to 0.4.3
- Drop maintainership |
0.4.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) |
0.4.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 ) |
0.4.2 02 Dec 2021 06:07:28 |
TAKATSU Tomonari (tota) |
devel/R-cran-cpp11: Update to 0.4.2 |
0.4.1 04 Nov 2021 15:10:26 |
TAKATSU Tomonari (tota) |
devel/R-cran-cpp11: Update to 0.4.1 |
0.4.0 22 Sep 2021 21:01:51 |
TAKATSU Tomonari (tota) |
devel/R-cran-cpp11: Update to 0.4.0 |
0.3.1 26 Jun 2021 07:25:39 |
TAKATSU Tomonari (tota) |
devel/R-cran-cpp11: Update to 0.3.1 |
0.2.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.7 30 Mar 2021 15:54:29 |
tota |
- Update to 0.2.7 |
0.2.6 30 Jan 2021 15:18:37 |
tota |
- Update to 0.2.6 |
0.2.5 16 Jan 2021 08:01:37 |
tota |
- Update to 0.2.5 |
0.2.4 08 Nov 2020 05:36:12 |
tota |
- Update to 0.2.4 |
0.2.3 17 Oct 2020 14:53:21 |
tota |
- Update to 0.2.3 |
0.2.2 04 Oct 2020 03:06:12 |
tota |
- Update to 0.2.2 |
0.2.1 15 Aug 2020 00:44:49 |
tota |
- Update to 0.2.1 |
0.1.0 08 Aug 2020 08:00:34 |
tota |
- Add new port: devel/R-cran-cpp11
Provides a header only, C++11 interface to R's C interface. Compared
to other approaches 'cpp11' strives to be safe against long jumps
from the C API as well as C++ exceptions, conform to normal R
function semantics and supports interaction with 'ALTREP' vectors.
WWW: https://cran.r-project.org/web/packages/cpp11/ |