Port details |
- R-cran-gert Simple Git Client for R
- 2.1.0 devel =2 1.3.0_4Version of this port present on the latest quarterly branch.
- Maintainer: jpbeconne@free.fr
- Port Added: 2021-08-06 12:18:06
- Last Update: 2024-08-16 09:18:55
- Commit Hash: 94b1643
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://docs.ropensci.org/gert/
- Description:
- Simple git client for R based on 'libgit2' with support for SSH and
HTTPS remotes. All functions in 'gert' use basic R data types (such
as vectors and data-frames) for their arguments and return values.
User credentials are shared with command line 'git' through the
git-credential store and ssh keys stored on disk or ssh-agent.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-gert>0:devel/R-cran-gert
- To install the port:
- cd /usr/ports/devel/R-cran-gert/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-gert
- pkg install R-cran-gert
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-gert
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723571521
SHA256 (gert_2.1.0.tar.gz) = 542b37ebdf69d9174d0df5432d6001d22fc7b8e2f2e0ecae080e94f256922d63
SIZE (gert_2.1.0.tar.gz) = 122911
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-cran-askpass>0 : security/R-cran-askpass
- R-cran-credentials>=1.2.1 : security/R-cran-credentials
- R-cran-openssl>=2.0.3 : security/R-cran-openssl
- R-cran-rstudioapi>=0.11 : devel/R-cran-rstudioapi
- R-cran-sys>0 : devel/R-cran-sys
- R-cran-zip>=2.1.0 : archivers/R-cran-zip
- R : math/R
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- R-cran-askpass>0 : security/R-cran-askpass
- R-cran-credentials>=1.2.1 : security/R-cran-credentials
- R-cran-openssl>=2.0.3 : security/R-cran-openssl
- R-cran-rstudioapi>=0.11 : devel/R-cran-rstudioapi
- R-cran-sys>0 : devel/R-cran-sys
- R-cran-zip>=2.1.0 : archivers/R-cran-zip
- R : math/R
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libgit2.so : devel/libgit2
- This port is required by:
- for Build
-
- devel/R-cran-usethis
- for Run
-
- devel/R-cran-usethis
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-gert
- 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 |
2.1.0 16 Aug 2024 09:18:55 |
Zsolt Udvari (uzsolt) |
devel/R-cran-gert: update to 2.1.0
Add LICENSE_FILE.
Add "compiles" option to uses-cran so don't need STRIP_CMD and
NO_ARCH_IGNORE.
Changelog: https://cloud.r-project.org/web/packages/gert/NEWS
PR: 280802
Approved by: Jean-Paul Beconne <jpbeconne@free.fr> (maintainer) |
1.3.0_4 13 Nov 2023 13:10:10 |
Matthias Fechner (mfechner) |
devel/libgit2: bump all ports depending on libgit2 for 1.7.1 upgrade |
1.3.0_3 08 Sep 2023 13:50:20 |
Matthias Fechner (mfechner) |
Bump ports with dependency to libgit2
See f11ed41604723ab3c75c6a108850858b7efd4f10 |
1.3.0_2 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) |
1.3.0_1 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 ) |
1.3.0_1 04 Dec 2021 12:07:30 |
Matthias Fechner (mfechner) |
*/*: bump ports depending on libgit2 |
1.3.0 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.3.0 06 Aug 2021 12:14:42 |
Guangyuan Yang (ygy) Author: Jean-Paul Beconne |
devel/R-cran-gert: New port: Simple Git Client for R
PR: 256709 |