aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-git2r
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-12 11:18:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-12 16:49:07 +0000
commitf0d25d51a563073a72867282863581293467b1f9 (patch)
tree49f9bd8dfb497d9d60b34a36c9834451c66b8ccc /devel/R-cran-git2r
parent9945661f238e9a5e2186b0c671c91c10a30cf53e (diff)
downloadports-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
Diffstat (limited to 'devel/R-cran-git2r')
-rw-r--r--devel/R-cran-git2r/Makefile15
-rw-r--r--devel/R-cran-git2r/distinfo3
-rw-r--r--devel/R-cran-git2r/pkg-descr5
3 files changed, 23 insertions, 0 deletions
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