Date: Tue, 1 Dec 2015 06:20:15 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402721 - in head/math: . R-cran-miscTools Message-ID: <201512010620.tB16KFVA026651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com> +# $FreeBSD$ + +PORTNAME= miscTools +DISTVERSION= 0.6-16 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512010620.tB16KFVA026651>