git: f0d25d51a563 - main - devel/R-cran-git2r: add ports
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Apr 12 16:50:13 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0d25d51a563073a72867282863581293467b1f9
commit f0d25d51a563073a72867282863581293467b1f9
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-12 11:18:36 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-12 16:49:07 +0000
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 at free.fr
---
devel/Makefile | 1 +
devel/R-cran-git2r/Makefile | 15 +++++++++++++++
devel/R-cran-git2r/distinfo | 3 +++
devel/R-cran-git2r/pkg-descr | 5 +++++
4 files changed, 24 insertions(+)
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 at 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
More information about the dev-commits-ports-all
mailing list