svn commit: r402721 - in head/math: . R-cran-miscTools

Wen Heping wen at FreeBSD.org
Tue Dec 1 06:20:17 UTC 2015


Author: wen
Date: Tue Dec  1 06:20:15 2015
New Revision: 402721
URL: https://svnweb.freebsd.org/changeset/ports/402721

Log:
  R-cran-miscTools is miscellaneous tools and utilities for R.
  
  WWW: http://www.micecon.org/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Dec  1 03:10:30 2015	(r402720)
+++ head/math/Makefile	Tue Dec  1 06:20:15 2015	(r402721)
@@ -38,6 +38,7 @@
     SUBDIR += R-cran-lme4
     SUBDIR += R-cran-memisc
     SUBDIR += R-cran-minqa
+    SUBDIR += R-cran-miscTools
     SUBDIR += R-cran-mvtnorm
     SUBDIR += R-cran-nloptr
     SUBDIR += R-cran-nnls

Added: head/math/R-cran-miscTools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-miscTools/Makefile	Tue Dec  1 06:20:15 2015	(r402721)
@@ -0,0 +1,17 @@
+# Created by: Wen Heping <wenheping at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	miscTools
+DISTVERSION=	0.6-16
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Miscellaneous small tools and utilities for R
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-miscTools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-miscTools/distinfo	Tue Dec  1 06:20:15 2015	(r402721)
@@ -0,0 +1,2 @@
+SHA256 (miscTools_0.6-16.tar.gz) = 813bcc2021124f8bcf961e707a97001cc33e5d0664075a6bce1a554acca2baa6
+SIZE (miscTools_0.6-16.tar.gz) = 17377

Added: head/math/R-cran-miscTools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-miscTools/pkg-descr	Tue Dec  1 06:20:15 2015	(r402721)
@@ -0,0 +1,3 @@
+R-cran-miscTools is miscellaneous tools and utilities for R.
+
+WWW: http://www.micecon.org/


More information about the svn-ports-all mailing list