Date: Thu, 14 Apr 2016 21:45:57 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413319 - in head/devel: . R-cran-gmodels Message-ID: <201604142145.u3ELjvT1051757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Thu Apr 14 21:45:57 2016 New Revision: 413319 URL: https://svnweb.freebsd.org/changeset/ports/413319 Log: - Add new port: devel/R-cran-gmodels Various R Programming Tools for Model Fitting. WWW: https://cran.r-project.org/web/packages/gmodels/ Added: head/devel/R-cran-gmodels/ head/devel/R-cran-gmodels/Makefile (contents, props changed) head/devel/R-cran-gmodels/distinfo (contents, props changed) head/devel/R-cran-gmodels/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Apr 14 21:35:33 2016 (r413318) +++ head/devel/Makefile Thu Apr 14 21:45:57 2016 (r413319) @@ -26,6 +26,7 @@ SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata SUBDIR += R-cran-glmnet + SUBDIR += R-cran-gmodels SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-iterators Added: head/devel/R-cran-gmodels/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-gmodels/Makefile Thu Apr 14 21:45:57 2016 (r413319) @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gmodels +DISTVERSION= 2.16.2 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Various R Programming Tools for Model Fitting + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-gdata>0:devel/R-cran-gdata + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/devel/R-cran-gmodels/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-gmodels/distinfo Thu Apr 14 21:45:57 2016 (r413319) @@ -0,0 +1,2 @@ +SHA256 (gmodels_2.16.2.tar.gz) = ab018894bdb376c5bd6bc4fbc4fe6e86590f4106795a586ef196fbb6699ec47d +SIZE (gmodels_2.16.2.tar.gz) = 37401 Added: head/devel/R-cran-gmodels/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-gmodels/pkg-descr Thu Apr 14 21:45:57 2016 (r413319) @@ -0,0 +1,3 @@ +Various R Programming Tools for Model Fitting. + +WWW: https://cran.r-project.org/web/packages/gmodels/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604142145.u3ELjvT1051757>