Bug 243627 - New port: devel/R-cran-git2r: Provides Access to Git Repositories
Summary: New port: devel/R-cran-git2r: Provides Access to Git Repositories
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-26 21:02 UTC by Jean-Paul Beconne
Modified: 2021-04-12 16:56 UTC (History)
0 users

See Also:


Attachments
SHAR file of the port (1.50 KB, text/plain)
2020-01-26 21:02 UTC, Jean-Paul Beconne
no flags Details
SHAR file for new version (1.50 KB, text/plain)
2020-05-29 11:38 UTC, Jean-Paul Beconne
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Paul Beconne 2020-01-26 21:02:07 UTC
Created attachment 211078 [details]
SHAR file of the port

New port: devel/R-cran-git2r Provides Access to Git Repositories
Comment 1 Jean-Paul Beconne 2020-05-29 11:38:52 UTC
Created attachment 215008 [details]
SHAR file for new version
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2021-03-17 00:57:23 UTC
What do you think of using system libgit2 unstead?

-USES=		cran:auto-plist,compiles\
-		ssl
+LIB_DEPENDS=   libgit2.so:devel/libgit2
+
+USES=          cran:auto-plist,compiles pkgconfig
Comment 3 Jean-Paul Beconne 2021-03-31 18:08:29 UTC
OK, the port compiles with this modification.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-04-12 16:50:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0d25d51a563073a72867282863581293467b1f9

commit f0d25d51a563073a72867282863581293467b1f9
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-12 11:18:36 +0000
Commit:     Dmitry Marakasov <amdmi3@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@free.fr

 devel/Makefile                     |  1 +
 devel/R-cran-git2r/Makefile (new)  | 15 +++++++++++++++
 devel/R-cran-git2r/distinfo (new)  |  3 +++
 devel/R-cran-git2r/pkg-descr (new) |  5 +++++
 4 files changed, 24 insertions(+)