Fri Aug 9 19:01:08 2019 UTC ()
R-desc: initial commit

Tools to read, write, create, and manipulate DESCRIPTION files. It is
intended for packages that create or manipulate other packages.


(brook)
diff -r1.2888 -r1.2889 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/R-desc/DESCR
diff -r0 -r1.1 pkgsrc/devel/R-desc/Makefile
diff -r0 -r1.1 pkgsrc/devel/R-desc/distinfo
diff -r1.3356 -r1.3357 pkgsrc/doc/CHANGES-2019

cvs diff -r1.2888 -r1.2889 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2019/08/09 18:39:06 1.2888
+++ pkgsrc/devel/Makefile 2019/08/09 19:01:07 1.2889
@@ -1,40 +1,41 @@ @@ -1,40 +1,41 @@
1# $NetBSD: Makefile,v 1.2888 2019/08/09 18:39:06 brook Exp $ 1# $NetBSD: Makefile,v 1.2889 2019/08/09 19:01:07 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
15SUBDIR+= R-IRdisplay 15SUBDIR+= R-IRdisplay
16SUBDIR+= R-IRkernel 16SUBDIR+= R-IRkernel
17SUBDIR+= R-R6 17SUBDIR+= 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-desc
28SUBDIR+= R-evaluate 29SUBDIR+= R-evaluate
29SUBDIR+= R-fansi 30SUBDIR+= R-fansi
30SUBDIR+= R-fs 31SUBDIR+= R-fs
31SUBDIR+= R-git2r 32SUBDIR+= R-git2r
32SUBDIR+= R-glue 33SUBDIR+= R-glue
33SUBDIR+= R-ini 34SUBDIR+= R-ini
34SUBDIR+= R-inline 35SUBDIR+= R-inline
35SUBDIR+= R-iterators 36SUBDIR+= R-iterators
36SUBDIR+= R-lazyeval 37SUBDIR+= R-lazyeval
37SUBDIR+= R-magrittr 38SUBDIR+= R-magrittr
38SUBDIR+= R-memoise 39SUBDIR+= R-memoise
39SUBDIR+= R-pkgconfig 40SUBDIR+= R-pkgconfig
40SUBDIR+= R-plogr 41SUBDIR+= R-plogr

File Added: pkgsrc/devel/R-desc/DESCR
Tools to read, write, create, and manipulate DESCRIPTION files. It is
intended for packages that create or manipulate other packages.

File Added: pkgsrc/devel/R-desc/Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 19:01:08 brook Exp $

R_PKGNAME=	desc
R_PKGVER=	1.2.0
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Manipulate DESCRIPTION files
LICENSE=	mit

DEPENDS+=	R-assertthat>=0.2.1:../../devel/R-assertthat
DEPENDS+=	R-crayon>=1.3.4:../../devel/R-crayon
DEPENDS+=	R-rprojroot>=1.3.2:../../devel/R-rprojroot

USE_LANGUAGES=	# none

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

File Added: pkgsrc/devel/R-desc/distinfo
$NetBSD: distinfo,v 1.1 2019/08/09 19:01:08 brook Exp $

SHA1 (R/desc_1.2.0.tar.gz) = 1b58f9f275931c8e4d4fd9a99edc6423b1fe980a
RMD160 (R/desc_1.2.0.tar.gz) = 90aac1900348f8420d5eb29ffe5887914e197e9b
SHA512 (R/desc_1.2.0.tar.gz) = c0ef146faa28aa9b7f2ca20a5711d6e1f5553b8d4292d3e8d877e37ca78ebf720a8eca8fd3a5dc4ddef339fd28c639bb4e20813b8f2be4f5666897385eb456fc
Size (R/desc_1.2.0.tar.gz) = 65612 bytes

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

--- pkgsrc/doc/CHANGES-2019 2019/08/09 18:39:06 1.3356
+++ pkgsrc/doc/CHANGES-2019 2019/08/09 19:01:07 1.3357
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3356 2019/08/09 18:39:06 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3357 2019/08/09 19:01:07 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]
@@ -5469,13 +5469,14 @@ Changes to the packages collection and i @@ -5469,13 +5469,14 @@ Changes to the packages collection and i
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] 5479 Added devel/R-git2r version 0.26.1 [brook 2019-08-09]
5480 Added sysutils/R-ps version 1.3.0 [brook 2019-08-09] 5480 Added sysutils/R-ps version 1.3.0 [brook 2019-08-09]
5481 Added devel/R-testthat version 2.2.1 [brook 2019-08-09] 5481 Added devel/R-testthat version 2.2.1 [brook 2019-08-09]
 5482 Added devel/R-desc version 1.2.0 [brook 2019-08-09]