pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-gsl



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep 15 12:33:17 UTC 2021

Added Files:
        pkgsrc/math/R-gsl: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-gsl/DESCR pkgsrc/math/R-gsl/Makefile \
    pkgsrc/math/R-gsl/distinfo

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

Added files:

Index: pkgsrc/math/R-gsl/DESCR
diff -u /dev/null pkgsrc/math/R-gsl/DESCR:1.1
--- /dev/null   Wed Sep 15 12:33:17 2021
+++ pkgsrc/math/R-gsl/DESCR     Wed Sep 15 12:33:17 2021
@@ -0,0 +1,2 @@
+An R wrapper for the special functions and quasi random number
+generators of the Gnu Scientific Library.
Index: pkgsrc/math/R-gsl/Makefile
diff -u /dev/null pkgsrc/math/R-gsl/Makefile:1.1
--- /dev/null   Wed Sep 15 12:33:17 2021
+++ pkgsrc/math/R-gsl/Makefile  Wed Sep 15 12:33:17 2021
@@ -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"
Index: pkgsrc/math/R-gsl/distinfo
diff -u /dev/null pkgsrc/math/R-gsl/distinfo:1.1
--- /dev/null   Wed Sep 15 12:33:17 2021
+++ pkgsrc/math/R-gsl/distinfo  Wed Sep 15 12:33:17 2021
@@ -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