pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-backports: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/400d15fa8acc
branches:  trunk
changeset: 337041:400d15fa8acc
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:11:28 2019 +0000

description:
R-backports: initial commit.

Functions introduced or changed since R v3.0.0 are re-implemented in
this package. The backports are conditionally exported in order to let
R resolve the function name to either the implemented backport, or the
respective base version, if available. Package developers can make use
of new functions or arguments by selectively importing specific
backports to support older installations.

diffstat:

 doc/CHANGES-2019          |   3 ++-
 math/Makefile             |   3 ++-
 math/R-backports/DESCR    |   6 ++++++
 math/R-backports/Makefile |  16 ++++++++++++++++
 math/R-backports/distinfo |   6 ++++++
 5 files changed, 32 insertions(+), 2 deletions(-)

diffs (71 lines):

diff -r 6f4106a177f0 -r 400d15fa8acc doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:09:36 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:11:28 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3103 2019/07/31 13:09:36 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3104 2019/07/31 13:11:28 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5060,3 +5060,4 @@
        Added math/R-RandomFieldsUtils version 0.5.3 [brook 2019-07-31]
        Added math/R-RcmdrMisc version 2.5.1 [brook 2019-07-31]
        Added math/R-acepack version 1.4.1 [brook 2019-07-31]
+       Added math/R-backports version 1.1.4 [brook 2019-07-31]
diff -r 6f4106a177f0 -r 400d15fa8acc math/Makefile
--- a/math/Makefile     Wed Jul 31 13:09:36 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:11:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.413 2019/07/31 13:09:36 brook Exp $
+# $NetBSD: Makefile,v 1.414 2019/07/31 13:11:28 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -31,6 +31,7 @@
 SUBDIR+=       R-acepack
 SUBDIR+=       R-akima
 SUBDIR+=       R-aplpack
+SUBDIR+=       R-backports
 SUBDIR+=       R-bbmle
 SUBDIR+=       R-bitops
 SUBDIR+=       R-car
diff -r 6f4106a177f0 -r 400d15fa8acc math/R-backports/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-backports/DESCR    Wed Jul 31 13:11:28 2019 +0000
@@ -0,0 +1,6 @@
+Functions introduced or changed since R v3.0.0 are re-implemented in
+this package. The backports are conditionally exported in order to let
+R resolve the function name to either the implemented backport, or the
+respective base version, if available. Package developers can make use
+of new functions or arguments by selectively importing specific
+backports to support older installations.
diff -r 6f4106a177f0 -r 400d15fa8acc math/R-backports/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-backports/Makefile Wed Jul 31 13:11:28 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:11:28 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/backports/
+COMMENT=       Reimplementations of functions introduced since R-3.0.0
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     backports
+R_PKGVER=      1.1.4
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f4106a177f0 -r 400d15fa8acc math/R-backports/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-backports/distinfo Wed Jul 31 13:11:28 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:11:29 brook Exp $
+
+SHA1 (R/backports_1.1.4.tar.gz) = 5928c8b69a53339f0e1ebce8771fd7a21f7bf819
+RMD160 (R/backports_1.1.4.tar.gz) = 5106b05d8a016d0446f7468335d027ae6ec363ba
+SHA512 (R/backports_1.1.4.tar.gz) = 323d7761b113cd2b21f61c4855b9ed1ce0f472033175a689f3e3c545aef5c8103f1a23b55f6a4db2e88b18338903ec3ef0888bc7a7d1dbd30bc3741582186b15
+Size (R/backports_1.1.4.tar.gz) = 13859 bytes



Home | Main Index | Thread Index | Old Index