Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2021 00:23:16 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566649 - in head/math: . R-cran-gsl
Message-ID:  <202102270023.11R0NGh1078206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Sat Feb 27 00:23:16 2021
New Revision: 566649
URL: https://svnweb.freebsd.org/changeset/ports/566649

Log:
  new port: math/R-cran-gsl: R Wrapper for the Gnu Scientific Library
  
  Approved by:	lwhsu

Added:
  head/math/R-cran-gsl/
  head/math/R-cran-gsl/Makefile   (contents, props changed)
  head/math/R-cran-gsl/distinfo   (contents, props changed)
  head/math/R-cran-gsl/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Feb 27 00:06:36 2021	(r566648)
+++ head/math/Makefile	Sat Feb 27 00:23:16 2021	(r566649)
@@ -62,6 +62,7 @@
     SUBDIR += R-cran-gmp
     SUBDIR += R-cran-gower
     SUBDIR += R-cran-gpclib
+    SUBDIR += R-cran-gsl
     SUBDIR += R-cran-gss
     SUBDIR += R-cran-gtable
     SUBDIR += R-cran-haven

Added: head/math/R-cran-gsl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gsl/Makefile	Sat Feb 27 00:23:16 2021	(r566649)
@@ -0,0 +1,18 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gsl
+DISTVERSION=	2.1-6
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	Wrapper for the Gnu Scientific Library
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libgsl.so:math/gsl
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/math/R-cran-gsl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gsl/distinfo	Sat Feb 27 00:23:16 2021	(r566649)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614270213
+SHA256 (gsl_2.1-6.tar.gz) = f5d463239693f146617018987687db31b163653708cbae0b730b9b7bed81995c
+SIZE (gsl_2.1-6.tar.gz) = 189794

Added: head/math/R-cran-gsl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gsl/pkg-descr	Sat Feb 27 00:23:16 2021	(r566649)
@@ -0,0 +1,3 @@
+An R wrapper for some of the functionality of the Gnu Scientific Library.
+
+WWW: https://github.com/RobinHankin/gsl.git



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102270023.11R0NGh1078206>