Received: by mail.netbsd.org (Postfix, from userid 605) id 6BFD184DFE; Tue, 30 Jan 2018 02:13:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC17E84D2C for ; Tue, 30 Jan 2018 02:13:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9s8NPLUYC3p7 for ; Tue, 30 Jan 2018 02:13:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7AE5E84CE1 for ; Tue, 30 Jan 2018 02:13:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75DFEFBDE; Tue, 30 Jan 2018 02:13:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15172784172080" MIME-Version: 1.0 Date: Tue, 30 Jan 2018 02:13:37 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/math/R-stabledist To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180130021337.75DFEFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15172784172080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Jan 30 02:13:37 UTC 2018 Added Files: pkgsrc/math/R-stabledist: DESCR Makefile distinfo Log Message: math/R-stabledist: Import version 0.7-1 This package provides density, probability, and quantile functions, and random number generation for (skew) stable distributions, using the parametrizations of Nolan. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-stabledist/DESCR \ pkgsrc/math/R-stabledist/Makefile pkgsrc/math/R-stabledist/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15172784172080 Content-Disposition: inline Content-Length: 1659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/R-stabledist/DESCR diff -u /dev/null pkgsrc/math/R-stabledist/DESCR:1.1 --- /dev/null Tue Jan 30 02:13:37 2018 +++ pkgsrc/math/R-stabledist/DESCR Tue Jan 30 02:13:37 2018 @@ -0,0 +1,3 @@ +This package provides density, probability, and quantile functions, +and random number generation for (skew) stable distributions, using +the parametrizations of Nolan. Index: pkgsrc/math/R-stabledist/Makefile diff -u /dev/null pkgsrc/math/R-stabledist/Makefile:1.1 --- /dev/null Tue Jan 30 02:13:37 2018 +++ pkgsrc/math/R-stabledist/Makefile Tue Jan 30 02:13:37 2018 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2018/01/30 02:13:37 minskim Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://www.rmetrics.org/ +COMMENT= Stable distribution functions +LICENSE= gnu-gpl-v2 + +R_PKGNAME= stabledist +R_PKGVER= 0.7-1 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/R-stabledist/distinfo diff -u /dev/null pkgsrc/math/R-stabledist/distinfo:1.1 --- /dev/null Tue Jan 30 02:13:37 2018 +++ pkgsrc/math/R-stabledist/distinfo Tue Jan 30 02:13:37 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/01/30 02:13:37 minskim Exp $ + +SHA1 (R/stabledist_0.7-1.tar.gz) = 5670ba81bc02a1b487f1807c5d8aa69969d15920 +RMD160 (R/stabledist_0.7-1.tar.gz) = 96cf43c21f0c89623244bfb07d46bc2d9edeae4d +SHA512 (R/stabledist_0.7-1.tar.gz) = f0819fbd39ea53efae5a1e862801d3aa9ae304edad18ecfa1ea06683480d79081e8b42c5af2d9c627673d55b74b948bf2127a519d8a73cb65aa8a9f4d786789a +Size (R/stabledist_0.7-1.tar.gz) = 31963 bytes --_----------=_15172784172080--