pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-gsl (math/R-gsl) import R-gsl-2.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/614aeb64e867
branches:  trunk
changeset: 458407:614aeb64e867
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Sep 15 12:33:17 2021 +0000

description:
(math/R-gsl) import R-gsl-2.1.6

An R wrapper for the special functions and quasi random number
generators of the Gnu Scientific Library.

diffstat:

 math/R-gsl/DESCR    |   2 ++
 math/R-gsl/Makefile |  21 +++++++++++++++++++++
 math/R-gsl/distinfo |   6 ++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r d8c4d577ceaf -r 614aeb64e867 math/R-gsl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-gsl/DESCR  Wed Sep 15 12:33:17 2021 +0000
@@ -0,0 +1,2 @@
+An R wrapper for the special functions and quasi random number
+generators of the Gnu Scientific Library.
diff -r d8c4d577ceaf -r 614aeb64e867 math/R-gsl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-gsl/Makefile       Wed Sep 15 12:33:17 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/09/15 12:33:17 mef Exp $
+
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://cran.r-project.org/web/packages/gsl/
+COMMENT=       R wrapper for the Gnu Scientific Library
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     gsl
+R_PKGVER=      2.1-6
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.10.0
+BUILDLINK_API_DEPENDS.gsl+=    gsl>=1.12
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d8c4d577ceaf -r 614aeb64e867 math/R-gsl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-gsl/distinfo       Wed Sep 15 12:33:17 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/15 12:33:17 mef Exp $
+
+SHA1 (R/gsl_2.1-6.tar.gz) = f0ca6880022e82d31061660eda6cf8764f829097
+RMD160 (R/gsl_2.1-6.tar.gz) = d904aedca703094a1ce18f349f1ef96bf94179c8
+SHA512 (R/gsl_2.1-6.tar.gz) = 32e4d7618781160036817258e24b40305ef56488f65c4a0933550e86c1856395621f1465d7cfe9d0415f99f10bb0ed28c9888f8541f96d57b35350cb457c07e3
+Size (R/gsl_2.1-6.tar.gz) = 189794 bytes



Home | Main Index | Thread Index | Old Index