From owner-svn-ports-all@freebsd.org Tue Mar 13 00:41:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC3F6A7C37C; Tue, 13 Mar 2018 00:41:14 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2317C7D4; Tue, 13 Mar 2018 00:41:14 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7954412DDD; Tue, 13 Mar 2018 00:41:14 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2D0fEqj028849; Tue, 13 Mar 2018 00:41:14 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2D0fDFY028845; Tue, 13 Mar 2018 00:41:13 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201803130041.w2D0fDFY028845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 13 Mar 2018 00:41:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/devel: . R-cran-classInt X-SVN-Commit-Revision: 464332 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 00:41:15 -0000 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 +# $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 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/