pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d04282a8b640
branches:  trunk
changeset: 337658:d04282a8b640
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 19:06:45 2019 +0000

description:
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.

diffstat:

 devel/Makefile            |   3 ++-
 devel/R-pkgbuild/DESCR    |   3 +++
 devel/R-pkgbuild/Makefile |  22 ++++++++++++++++++++++
 devel/R-pkgbuild/distinfo |   6 ++++++
 doc/CHANGES-2019          |   3 ++-
 5 files changed, 35 insertions(+), 2 deletions(-)

diffs (74 lines):

diff -r bbc9674caa2b -r d04282a8b640 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 19:05:49 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 19:06:45 2019 +0000
@@ -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-lazyeval
 SUBDIR+=       R-magrittr
 SUBDIR+=       R-memoise
+SUBDIR+=       R-pkgbuild
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-plogr
 SUBDIR+=       R-proto
diff -r bbc9674caa2b -r d04282a8b640 devel/R-pkgbuild/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgbuild/DESCR    Fri Aug 09 19:06:45 2019 +0000
@@ -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.
diff -r bbc9674caa2b -r d04282a8b640 devel/R-pkgbuild/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgbuild/Makefile Fri Aug 09 19:06:45 2019 +0000
@@ -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"
diff -r bbc9674caa2b -r d04282a8b640 devel/R-pkgbuild/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgbuild/distinfo Fri Aug 09 19:06:45 2019 +0000
@@ -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
diff -r bbc9674caa2b -r d04282a8b640 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 19:05:49 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 19:06:45 2019 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index