diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-12 11:18:36 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-12 16:49:07 +0000 |
| commit | f0d25d51a563073a72867282863581293467b1f9 (patch) | |
| tree | 49f9bd8dfb497d9d60b34a36c9834451c66b8ccc | |
| parent | 9945661f238e9a5e2186b0c671c91c10a30cf53e (diff) | |
| download | ports-f0d25d51a563073a72867282863581293467b1f9.tar.gz ports-f0d25d51a563073a72867282863581293467b1f9.zip | |
devel/R-cran-git2r: add ports
Interface to the 'libgit2' library, which is a pure C implementation of the
'Git' core methods. Provides access to 'Git' repositories to extract data and
running some basic 'Git' commands.
WWW: https://CRAN.R-project.org/package=git2r
PR: 243627
Submitted by: jpbeconne@free.fr
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/R-cran-git2r/Makefile | 15 | ||||
| -rw-r--r-- | devel/R-cran-git2r/distinfo | 3 | ||||
| -rw-r--r-- | devel/R-cran-git2r/pkg-descr | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 694beafef7a5..50cf8f59b9f7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -47,6 +47,7 @@ SUBDIR += R-cran-gdata SUBDIR += R-cran-generics SUBDIR += R-cran-getopt + SUBDIR += R-cran-git2r SUBDIR += R-cran-glmnet SUBDIR += R-cran-glue SUBDIR += R-cran-gmodels diff --git a/devel/R-cran-git2r/Makefile b/devel/R-cran-git2r/Makefile new file mode 100644 index 000000000000..027773e15711 --- /dev/null +++ b/devel/R-cran-git2r/Makefile @@ -0,0 +1,15 @@ +PORTNAME= git2r +DISTVERSION= 0.27.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Provides Access to Git Repositories + +LICENSE= GPLv2 + +LIB_DEPENDS= libgit2.so:devel/libgit2 + +USES= cran:auto-plist,compiles pkgconfig + +.include <bsd.port.mk> diff --git a/devel/R-cran-git2r/distinfo b/devel/R-cran-git2r/distinfo new file mode 100644 index 000000000000..14f0e62139d6 --- /dev/null +++ b/devel/R-cran-git2r/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1590752149 +SHA256 (git2r_0.27.1.tar.gz) = 099207f180aa45ddcc443cbb22487eafd14e1cd8e5979b3476214253fd773bc0 +SIZE (git2r_0.27.1.tar.gz) = 1221472 diff --git a/devel/R-cran-git2r/pkg-descr b/devel/R-cran-git2r/pkg-descr new file mode 100644 index 000000000000..00a36571d7cf --- /dev/null +++ b/devel/R-cran-git2r/pkg-descr @@ -0,0 +1,5 @@ +Interface to the 'libgit2' library, which is a pure C implementation of the +'Git' core methods. Provides access to 'Git' repositories to extract data and +running some basic 'Git' commands. + +WWW: https://CRAN.R-project.org/package=git2r |
