Date: Tue, 13 Mar 2018 00:41:13 +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: r464332 - in head/devel: . R-cran-classInt Message-ID: <201803130041.w2D0fDFY028845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Tue Mar 13 00:41:13 2018 New Revision: 464332 URL: https://svnweb.freebsd.org/changeset/ports/464332 Log: - Add new port: devel/R-cran-classInt Selected commonly used methods for choosing univariate class intervals for mapping or other graphics purposes. WWW: https://cran.r-project.org/web/packages/classInt/ Added: head/devel/R-cran-classInt/ head/devel/R-cran-classInt/Makefile (contents, props changed) head/devel/R-cran-classInt/distinfo (contents, props changed) head/devel/R-cran-classInt/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 13 00:10:33 2018 (r464331) +++ head/devel/Makefile Tue Mar 13 00:41:13 2018 (r464332) @@ -23,6 +23,7 @@ SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron + SUBDIR += R-cran-classInt SUBDIR += R-cran-cli SUBDIR += R-cran-crayon SUBDIR += R-cran-data.table Added: head/devel/R-cran-classInt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-classInt/Makefile Tue Mar 13 00:41:13 2018 (r464332) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= classInt +DISTVERSION= 0.1-24 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Choose Univariate Class Intervals + +LICENSE= GPLv2+ + +CRAN_DEPENDS= R-cran-e1071>0:science/R-cran-e1071 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/devel/R-cran-classInt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-classInt/distinfo Tue Mar 13 00:41:13 2018 (r464332) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520849304 +SHA256 (classInt_0.1-24.tar.gz) = f3dc9084450ea3da07e1ea5eeb097fd2fedc7e29e5d7794b418bcb438c4fcfa2 +SIZE (classInt_0.1-24.tar.gz) = 19194 Added: head/devel/R-cran-classInt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-classInt/pkg-descr Tue Mar 13 00:41:13 2018 (r464332) @@ -0,0 +1,4 @@ +Selected commonly used methods for choosing univariate class intervals +for mapping or other graphics purposes. + +WWW: https://cran.r-project.org/web/packages/classInt/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803130041.w2D0fDFY028845>