Port details |
- R-cran-glue Interpreted String Literals
- 1.6.2 devel
=0 1.6.2Version of this port present on the latest quarterly branch. - Maintainer: tota@FreeBSD.org
 - Port Added: 2017-09-05 17:15:59
- Last Update: 2022-02-25 10:48:20
- Commit Hash: 0f9ca77
- License: MIT
- Description:
- An implementation of interpreted string literals, inspired by
Python's Literal String Interpolation and Docstrings and Julia's
Triple-Quoted String Literals.
WWW: https://cran.r-project.org/web/packages/glue/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-glue>0:devel/R-cran-glue
- To install the port:
- cd /usr/ports/devel/R-cran-glue/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-glue
- pkg install R-cran-glue
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-glue
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645776759
SHA256 (glue_1.6.2.tar.gz) = 9da518f12be584c90e75fe8e07f711ee3f6fc0d03d817f72c25dc0f66499fdbf
SIZE (glue_1.6.2.tar.gz) = 106510
- 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
- gfortran10 : lang/gcc10
- as : devel/binutils
- Runtime dependencies:
-
- R : math/R
- gfortran10 : lang/gcc10
- This port is required by:
- for Build
-
- devel/R-cran-broom
- devel/R-cran-cli
- devel/R-cran-hardhat
- devel/R-cran-lifecycle
- devel/R-cran-pillar
- devel/R-cran-tidyr
- devel/R-cran-tidyselect
- for Run
-
- devel/R-cran-broom
- devel/R-cran-cli
- devel/R-cran-cliapp
- devel/R-cran-hardhat
- devel/R-cran-lifecycle
- devel/R-cran-pillar
- devel/R-cran-pkgcache
- Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-glue
- USES:
- cran:auto-plist,compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Feb 2022 10:48:20 1.6.2
|
TAKATSU Tomonari (tota)  |
devel/R-cran-glue: Update to 1.6.2 |
25 Jan 2022 10:32:53 1.6.1
|
TAKATSU Tomonari (tota)  |
devel/R-cran-glue: Update to 1.6.1 |
21 Dec 2021 06:49:27 1.6.0
|
TAKATSU Tomonari (tota)  |
devel/R-cran-glue: Update to 1.6.0 |
02 Dec 2021 07:11:50 1.5.1
|
TAKATSU Tomonari (tota)  |
devel/R-cran-glue: Update to 1.5.1 |
09 Nov 2021 15:12:20 1.5.0
|
TAKATSU Tomonari (tota)  |
devel/R-cran-glue: Update to 1.5.0 |
06 Apr 2021 14:31:07 1.4.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Aug 2020 16:03:21
1.4.2
|
tota  |
- Update to 1.4.2 |
18 May 2020 03:57:07
1.4.1
|
tota  |
- Update to 1.4.1 |
05 May 2020 16:07:54
1.4.0_1
|
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 |
03 Apr 2020 15:46:49
1.4.0
|
tota  |
- Update to 1.4.0 |
26 Jul 2019 20:46:57
1.3.1_1
|
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 |
29 May 2019 22:54:46
1.3.1
|
tota  |
- Update to 1.3.1
PR: 238205
Submitted by: wen@ |
12 Dec 2018 01:35:36
1.3.0_1
|
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 |
23 Jul 2018 02:57:15
1.3.0
|
tota  |
- Update to 1.3.0 |
12 Mar 2018 02:06:03
1.2.0
|
tota  |
- Update to 1.2.0 |
10 Mar 2018 17:46:06
1.1.1_1
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
05 Sep 2017 17:15:34
1.1.1
|
tota  |
- Add new port: devel/R-cran-glue
An implementation of interpreted string literals, inspired by
Python's Literal String Interpolation and Docstrings and Julia's
Triple-Quoted String Literals.
WWW: https://cran.r-project.org/web/packages/glue/ |