svn commit: r467025 - in head/math: . R-cran-magic

TAKATSU Tomonari tota at FreeBSD.org
Wed Apr 11 05:25:22 UTC 2018


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 <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	magic
+DISTVERSION=	1.5-8
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at 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 <bsd.port.mk>

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/


More information about the svn-ports-head mailing list