Fri Aug 9 18:37:22 2019 UTC ()
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.


(brook)
diff -r1.2886 -r1.2887 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/R-git2r/DESCR
diff -r0 -r1.1 pkgsrc/devel/R-git2r/Makefile
diff -r0 -r1.1 pkgsrc/devel/R-git2r/distinfo
diff -r1.3353 -r1.3354 pkgsrc/doc/CHANGES-2019

cvs diff -r1.2886 -r1.2887 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2019/08/09 18:35:36 1.2886
+++ pkgsrc/devel/Makefile 2019/08/09 18:37:22 1.2887
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2886 2019/08/09 18:35:36 brook Exp $ 1# $NetBSD: Makefile,v 1.2887 2019/08/09 18:37:22 brook Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -18,26 +18,27 @@ SUBDIR+= R-R6 @@ -18,26 +18,27 @@ SUBDIR+= R-R6
18SUBDIR+= R-Rcpp 18SUBDIR+= R-Rcpp
19SUBDIR+= R-assertthat 19SUBDIR+= R-assertthat
20SUBDIR+= R-bindr 20SUBDIR+= R-bindr
21SUBDIR+= R-bit 21SUBDIR+= R-bit
22SUBDIR+= R-bit64 22SUBDIR+= R-bit64
23SUBDIR+= R-blob 23SUBDIR+= R-blob
24SUBDIR+= R-checkmate 24SUBDIR+= R-checkmate
25SUBDIR+= R-cli 25SUBDIR+= R-cli
26SUBDIR+= R-clipr 26SUBDIR+= R-clipr
27SUBDIR+= R-crayon 27SUBDIR+= R-crayon
28SUBDIR+= R-evaluate 28SUBDIR+= R-evaluate
29SUBDIR+= R-fansi 29SUBDIR+= R-fansi
30SUBDIR+= R-fs 30SUBDIR+= R-fs
 31SUBDIR+= R-git2r
31SUBDIR+= R-glue 32SUBDIR+= R-glue
32SUBDIR+= R-ini 33SUBDIR+= R-ini
33SUBDIR+= R-inline 34SUBDIR+= R-inline
34SUBDIR+= R-iterators 35SUBDIR+= R-iterators
35SUBDIR+= R-lazyeval 36SUBDIR+= R-lazyeval
36SUBDIR+= R-magrittr 37SUBDIR+= R-magrittr
37SUBDIR+= R-memoise 38SUBDIR+= R-memoise
38SUBDIR+= R-pkgconfig 39SUBDIR+= R-pkgconfig
39SUBDIR+= R-plogr 40SUBDIR+= R-plogr
40SUBDIR+= R-proto 41SUBDIR+= R-proto
41SUBDIR+= R-purrr 42SUBDIR+= R-purrr
42SUBDIR+= R-rematch 43SUBDIR+= R-rematch
43SUBDIR+= R-remotes 44SUBDIR+= R-remotes

File Added: pkgsrc/devel/R-git2r/DESCR
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.

File Added: pkgsrc/devel/R-git2r/Makefile
# $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
COMMENT=	Provides access to Git repositories
LICENSE=	gnu-gpl-v2

USE_LANGUAGES=	c

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/R-git2r/distinfo
$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

cvs diff -r1.3353 -r1.3354 pkgsrc/doc/CHANGES-2019 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2019 2019/08/09 18:36:28 1.3353
+++ pkgsrc/doc/CHANGES-2019 2019/08/09 18:37:22 1.3354
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3353 2019/08/09 18:36:28 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3354 2019/08/09 18:37:22 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5466,13 +5466,14 @@ Changes to the packages collection and i @@ -5466,13 +5466,14 @@ Changes to the packages collection and i
5466 Updated x11/qt5 to 5.13.0 [adam 2019-08-09] 5466 Updated x11/qt5 to 5.13.0 [adam 2019-08-09]
5467 Added devel/R-whisker version 0.3.2 [brook 2019-08-09] 5467 Added devel/R-whisker version 0.3.2 [brook 2019-08-09]
5468 Added devel/R-ini version 0.3.1 [brook 2019-08-09] 5468 Added devel/R-ini version 0.3.1 [brook 2019-08-09]
5469 Added devel/R-fs version 1.3.1 [brook 2019-08-09] 5469 Added devel/R-fs version 1.3.1 [brook 2019-08-09]
5470 Added textproc/R-clisymbols version 1.2.0 [brook 2019-08-09] 5470 Added textproc/R-clisymbols version 1.2.0 [brook 2019-08-09]
5471 Added misc/R-praise version 1.0.0 [brook 2019-08-09] 5471 Added misc/R-praise version 1.0.0 [brook 2019-08-09]
5472 Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09] 5472 Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09]
5473 Added textproc/R-commonmark version 1.7 [brook 2019-08-09] 5473 Added textproc/R-commonmark version 1.7 [brook 2019-08-09]
5474 Added textproc/R-brew version 1.0.6 [brook 2019-08-09] 5474 Added textproc/R-brew version 1.0.6 [brook 2019-08-09]
5475 Added devel/R-remotes version 2.1.0 [brook 2019-08-09] 5475 Added devel/R-remotes version 2.1.0 [brook 2019-08-09]
5476 Added devel/R-sessioninfo version 1.1.1 [brook 2019-08-09] 5476 Added devel/R-sessioninfo version 1.1.1 [brook 2019-08-09]
5477 Added devel/R-rprojroot version 1.3.2 [brook 2019-08-09] 5477 Added devel/R-rprojroot version 1.3.2 [brook 2019-08-09]
5478 Added sysutils/R-sys version 3.2 [brook 2019-08-09] 5478 Added sysutils/R-sys version 3.2 [brook 2019-08-09]
 5479 Added devel/R-git2r version 0.26.1 [brook 2019-08-09]