From owner-svn-ports-head@freebsd.org Sat Feb 27 00:23:17 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39DA3554BFE; Sat, 27 Feb 2021 00:23:17 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DnS111Bclz3Nvd; Sat, 27 Feb 2021 00:23:17 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BC3014557; Sat, 27 Feb 2021 00:23:17 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11R0NGot078210; Sat, 27 Feb 2021 00:23:16 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11R0NGh1078206; Sat, 27 Feb 2021 00:23:16 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202102270023.11R0NGh1078206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Sat, 27 Feb 2021 00:23:16 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/math: . R-cran-gsl X-SVN-Commit-Revision: 566649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 00:23:17 -0000 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 +# $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 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