pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-git2r: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b14ed45698b
branches:  trunk
changeset: 399451:8b14ed45698b
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:37:22 2019 +0000

description:
R-git2r: initial commit

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.

diffstat:

 devel/Makefile         |   3 ++-
 devel/R-git2r/DESCR    |   3 +++
 devel/R-git2r/Makefile |  14 ++++++++++++++
 devel/R-git2r/distinfo |   6 ++++++
 doc/CHANGES-2019       |   3 ++-
 5 files changed, 27 insertions(+), 2 deletions(-)

diffs (66 lines):

diff -r a40a2f6067d5 -r 8b14ed45698b devel/Makefile
--- a/devel/Makefile    Fri Aug 09 18:36:28 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 18:37:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2886 2019/08/09 18:35:36 brook Exp $
+# $NetBSD: Makefile,v 1.2887 2019/08/09 18:37:22 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -28,6 +28,7 @@
 SUBDIR+=       R-evaluate
 SUBDIR+=       R-fansi
 SUBDIR+=       R-fs
+SUBDIR+=       R-git2r
 SUBDIR+=       R-glue
 SUBDIR+=       R-ini
 SUBDIR+=       R-inline
diff -r a40a2f6067d5 -r 8b14ed45698b devel/R-git2r/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-git2r/DESCR       Fri Aug 09 18:37:22 2019 +0000
@@ -0,0 +1,3 @@
+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.
diff -r a40a2f6067d5 -r 8b14ed45698b devel/R-git2r/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-git2r/Makefile    Fri Aug 09 18:37:22 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:37:22 brook Exp $
+
+R_PKGNAME=     git2r
+R_PKGVER=      0.26.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Provides access to Git repositories
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r a40a2f6067d5 -r 8b14ed45698b devel/R-git2r/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-git2r/distinfo    Fri Aug 09 18:37:22 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:37:22 brook Exp $
+
+SHA1 (R/git2r_0.26.1.tar.gz) = 32a45bf6676e0dc9d4e819f6c8780e332382cf40
+RMD160 (R/git2r_0.26.1.tar.gz) = 4c671fabfc9f8df8b5dcfdc20d3053418709be13
+SHA512 (R/git2r_0.26.1.tar.gz) = 478092db866a3ecc9b333bc9dade5522f484b18cc8ae6f214089b27d090966ba7b759790a0705e5c4cc414a20205ea290bfabf4d9441d82f77e9f8ba4d93bbcd
+Size (R/git2r_0.26.1.tar.gz) = 1214783 bytes
diff -r a40a2f6067d5 -r 8b14ed45698b doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:36:28 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:37:22 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3353 2019/08/09 18:36:28 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3354 2019/08/09 18:37:22 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5476,3 +5476,4 @@
        Added devel/R-sessioninfo version 1.1.1 [brook 2019-08-09]
        Added devel/R-rprojroot version 1.3.2 [brook 2019-08-09]
        Added sysutils/R-sys version 3.2 [brook 2019-08-09]
+       Added devel/R-git2r version 0.26.1 [brook 2019-08-09]



Home | Main Index | Thread Index | Old Index