From owner-svn-ports-head@freebsd.org Wed Apr 11 05:25:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46B43F97476; Wed, 11 Apr 2018 05:25:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7E5B6F863; Wed, 11 Apr 2018 05:25:21 +0000 (UTC) (envelope-from tota@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 E12D117F1E; Wed, 11 Apr 2018 05:25:21 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3B5PLTK054663; Wed, 11 Apr 2018 05:25:21 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3B5PLoC054659; Wed, 11 Apr 2018 05:25:21 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201804110525.w3B5PLoC054659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 11 Apr 2018 05:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467025 - in head/math: . R-cran-magic X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-magic X-SVN-Commit-Revision: 467025 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.25 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: Wed, 11 Apr 2018 05:25:22 -0000 Author: tota Date: Wed Apr 11 05:25:21 2018 New Revision: 467025 URL: https://svnweb.freebsd.org/changeset/ports/467025 Log: - Add new port: math/R-cran-magic A collection of efficient, vectorized algorithms for the creation and investigation of magic squares and hypercubes, including a variety of functions for the manipulation and analysis of arbitrarily dimensioned arrays. The package includes methods for creating normal magic squares of any order greater than 2. The ultimate intention is for the package to be a computerized embodiment all magic square knowledge, including direct numerical verification of properties of magic squares (such as recent results on the determinant of odd-ordered semimagic squares). Some antimagic functionality is included. The package also serves as a rebuttal to the often-heard comment "I thought R was just for statistics". WWW: https://cran.r-project.org/web/packages/magic/ Added: head/math/R-cran-magic/ head/math/R-cran-magic/Makefile (contents, props changed) head/math/R-cran-magic/distinfo (contents, props changed) head/math/R-cran-magic/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Apr 11 04:40:56 2018 (r467024) +++ head/math/Makefile Wed Apr 11 05:25:21 2018 (r467025) @@ -17,6 +17,7 @@ SUBDIR += R-cran-MCMCpack SUBDIR += R-cran-MSwM SUBDIR += R-cran-MatchIt + SUBDIR += R-cran-magic SUBDIR += R-cran-Matching SUBDIR += R-cran-MatrixModels SUBDIR += R-cran-NMF Added: head/math/R-cran-magic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-magic/Makefile Wed Apr 11 05:25:21 2018 (r467025) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= magic +DISTVERSION= 1.5-8 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Create and Investigate Magic Squares + +LICENSE= GPLv2 + +CRAN_DEPENDS= R-cran-abind>0:devel/R-cran-abind +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include Added: head/math/R-cran-magic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-magic/distinfo Wed Apr 11 05:25:21 2018 (r467025) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523350215 +SHA256 (magic_1.5-8.tar.gz) = 7f8bc26e05003168e9d2dadf64eb9a34b51bc41beba482208874803dee7d6c20 +SIZE (magic_1.5-8.tar.gz) = 363723 Added: head/math/R-cran-magic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-magic/pkg-descr Wed Apr 11 05:25:21 2018 (r467025) @@ -0,0 +1,13 @@ +A collection of efficient, vectorized algorithms for the creation +and investigation of magic squares and hypercubes, including a +variety of functions for the manipulation and analysis of arbitrarily +dimensioned arrays. The package includes methods for creating normal +magic squares of any order greater than 2. The ultimate intention +is for the package to be a computerized embodiment all magic square +knowledge, including direct numerical verification of properties +of magic squares (such as recent results on the determinant of +odd-ordered semimagic squares). Some antimagic functionality is +included. The package also serves as a rebuttal to the often-heard +comment "I thought R was just for statistics". + +WWW: https://cran.r-project.org/web/packages/magic/