diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:11:28 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:11:28 +0000 |
commit | afe857f0f032fd79e27a0762866b6bef96376105 (patch) | |
tree | 59dab920dd5a9bd60278e290a4e17f71de9c0ae4 | |
parent | 2ca074e4e277bf144ec58dd4e02fad034e0629d8 (diff) | |
download | pkgsrc-afe857f0f032fd79e27a0762866b6bef96376105.tar.gz |
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.
-rw-r--r-- | doc/CHANGES-2019 | 3 | ||||
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/R-backports/DESCR | 6 | ||||
-rw-r--r-- | math/R-backports/Makefile | 16 | ||||
-rw-r--r-- | math/R-backports/distinfo | 6 |
5 files changed, 32 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index 8871d619550..9fc3d9a0c18 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -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 @@ Changes to the packages collection and infrastructure in 2019: 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 --git a/math/Makefile b/math/Makefile index 1b0cb27f16e..c6a5c439be1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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-abind SUBDIR+= R-acepack SUBDIR+= R-akima SUBDIR+= R-aplpack +SUBDIR+= R-backports SUBDIR+= R-bbmle SUBDIR+= R-bitops SUBDIR+= R-car diff --git a/math/R-backports/DESCR b/math/R-backports/DESCR new file mode 100644 index 00000000000..cf3b48913bf --- /dev/null +++ b/math/R-backports/DESCR @@ -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 --git a/math/R-backports/Makefile b/math/R-backports/Makefile new file mode 100644 index 00000000000..d46b6629517 --- /dev/null +++ b/math/R-backports/Makefile @@ -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 +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 --git a/math/R-backports/distinfo b/math/R-backports/distinfo new file mode 100644 index 00000000000..237dc273e22 --- /dev/null +++ b/math/R-backports/distinfo @@ -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 |