From owner-svn-ports-head@freebsd.org Sat May 6 15:10:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AD97D61252; Sat, 6 May 2017 15:10:58 +0000 (UTC) (envelope-from miwi@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 mx1.freebsd.org (Postfix) with ESMTPS id C6C3317C; Sat, 6 May 2017 15:10:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FAujH006163; Sat, 6 May 2017 15:10:56 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FAuBT006159; Sat, 6 May 2017 15:10:56 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061510.v46FAuBT006159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440269 - in head/graphics: . R-cran-qcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:10:58 -0000 Author: miwi Date: Sat May 6 15:10:56 2017 New Revision: 440269 URL: https://svnweb.freebsd.org/changeset/ports/440269 Log: qcc: Quality Control Charts Shewhart quality control charts for continuous, attribute and count data. Cusum and EWMA charts. Operating characteristic curves. Process capability analysis. Pareto chart and cause-and-effect chart. Multivariate control charts. WWW: http://cran.r-project.org/web/packages/qcc/ PR: 216165 Submitted by: Pedro Giffuni Added: head/graphics/R-cran-qcc/ head/graphics/R-cran-qcc/Makefile (contents, props changed) head/graphics/R-cran-qcc/distinfo (contents, props changed) head/graphics/R-cran-qcc/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat May 6 15:09:22 2017 (r440268) +++ head/graphics/Makefile Sat May 6 15:10:56 2017 (r440269) @@ -27,6 +27,7 @@ SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap SUBDIR += R-cran-png + SUBDIR += R-cran-qcc SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales Added: head/graphics/R-cran-qcc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-qcc/Makefile Sat May 6 15:10:56 2017 (r440269) @@ -0,0 +1,17 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= qcc +DISTVERSION= 2.6 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Quality Control Charts + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include Added: head/graphics/R-cran-qcc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-qcc/distinfo Sat May 6 15:10:56 2017 (r440269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475119631 +SHA256 (qcc_2.6.tar.gz) = b988f07c5f1856883d15b422fe64d2ffce9bf7449d77ab70e0e2cf8df57d4d2f +SIZE (qcc_2.6.tar.gz) = 159062 Added: head/graphics/R-cran-qcc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-qcc/pkg-descr Sat May 6 15:10:56 2017 (r440269) @@ -0,0 +1,8 @@ +qcc: Quality Control Charts + +Shewhart quality control charts for continuous, attribute and count data. +Cusum and EWMA charts. Operating characteristic curves. Process capability +analysis. Pareto chart and cause-and-effect chart. Multivariate control +charts. + +WWW: http://cran.r-project.org/web/packages/qcc/