pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 19:06:46 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-pkgbuild: DESCR Makefile distinfo

Log Message:
R-pkgbuild: initial commit

Provides functions used to build R packages. Locates compilers needed
to build R packages on various platforms and ensures the PATH is
configured appropriately so R can use them.


To generate a diff of this commit:
cvs rdiff -u -r1.2890 -r1.2891 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-pkgbuild/DESCR \
    pkgsrc/devel/R-pkgbuild/Makefile pkgsrc/devel/R-pkgbuild/distinfo
cvs rdiff -u -r1.3362 -r1.3363 pkgsrc/doc/CHANGES-2019

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2890 pkgsrc/devel/Makefile:1.2891
--- pkgsrc/devel/Makefile:1.2890        Fri Aug  9 19:05:49 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 19:06:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2890 2019/08/09 19:05:49 brook Exp $
+# $NetBSD: Makefile,v 1.2891 2019/08/09 19:06:45 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -38,6 +38,7 @@ SUBDIR+=      R-iterators
 SUBDIR+=       R-lazyeval
 SUBDIR+=       R-magrittr
 SUBDIR+=       R-memoise
+SUBDIR+=       R-pkgbuild
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-plogr
 SUBDIR+=       R-proto

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3362 pkgsrc/doc/CHANGES-2019:1.3363
--- pkgsrc/doc/CHANGES-2019:1.3362      Fri Aug  9 19:05:49 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 19:06:45 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3362 2019/08/09 19:05:49 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3363 2019/08/09 19:06:45 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5485,3 +5485,4 @@ Changes to the packages collection and i
        Added sysutils/R-xopen version 1.0.0 [brook 2019-08-09]
        Added security/R-openssl version 1.4.1 [brook 2019-08-09]
        Added devel/R-callr version 3.3.1 [brook 2019-08-09]
+       Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09]

Added files:

Index: pkgsrc/devel/R-pkgbuild/DESCR
diff -u /dev/null pkgsrc/devel/R-pkgbuild/DESCR:1.1
--- /dev/null   Fri Aug  9 19:06:46 2019
+++ pkgsrc/devel/R-pkgbuild/DESCR       Fri Aug  9 19:06:46 2019
@@ -0,0 +1,3 @@
+Provides functions used to build R packages. Locates compilers needed
+to build R packages on various platforms and ensures the PATH is
+configured appropriately so R can use them.
Index: pkgsrc/devel/R-pkgbuild/Makefile
diff -u /dev/null pkgsrc/devel/R-pkgbuild/Makefile:1.1
--- /dev/null   Fri Aug  9 19:06:46 2019
+++ pkgsrc/devel/R-pkgbuild/Makefile    Fri Aug  9 19:06:46 2019
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:06:46 brook Exp $
+
+R_PKGNAME=     pkgbuild
+R_PKGVER=      1.0.4
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Find tools needed to build R packages
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-callr>=3.2.0:../../devel/R-callr
+DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+=      R-rprojroot>=1.3.2:../../devel/R-rprojroot
+DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
+DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-pkgbuild/distinfo
diff -u /dev/null pkgsrc/devel/R-pkgbuild/distinfo:1.1
--- /dev/null   Fri Aug  9 19:06:46 2019
+++ pkgsrc/devel/R-pkgbuild/distinfo    Fri Aug  9 19:06:46 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:06:46 brook Exp $
+
+SHA1 (R/pkgbuild_1.0.4.tar.gz) = 3698326678c63aad3e6aa620c4402fd6328d0fd1
+RMD160 (R/pkgbuild_1.0.4.tar.gz) = 85dcd3d75d638523886c2f5cb9c873a758afc14b
+SHA512 (R/pkgbuild_1.0.4.tar.gz) = cb6de726c10aa6b8eb5f1cb9360b48f71ce711821a3d0e3e2d07dfb3edc4b35da75a59e21ebe9934b39653ad584594ec1b6bae4e7ca6484c6bdfe7129534c49f
+Size (R/pkgbuild_1.0.4.tar.gz) = 28935 bytes



Home | Main Index | Thread Index | Old Index