diff options
author | markd <markd> | 2008-10-14 07:12:44 +0000 |
---|---|---|
committer | markd <markd> | 2008-10-14 07:12:44 +0000 |
commit | 096c51670cacfc7fb11bc6485801c049fc7d7de6 (patch) | |
tree | 177e2eb3afa95fb92129d2c5c99c3f74df39f602 /math | |
parent | 1114aa2e6a7b25045f93406475160fa9e282e181 (diff) | |
download | pkgsrc-096c51670cacfc7fb11bc6485801c049fc7d7de6.tar.gz |
Initial import of R-circular version 0.3.8
Circular Statistics, from "Topics in circular Statistics".
Diffstat (limited to 'math')
-rw-r--r-- | math/R-circular/DESCR | 2 | ||||
-rw-r--r-- | math/R-circular/Makefile | 16 | ||||
-rw-r--r-- | math/R-circular/distinfo | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/math/R-circular/DESCR b/math/R-circular/DESCR new file mode 100644 index 00000000000..b73906befb2 --- /dev/null +++ b/math/R-circular/DESCR @@ -0,0 +1,2 @@ +Circular Statistics, from "Topics in circular Statistics" (2001) S. Rao Jammalamadaka +and A. SenGupta, World Scientific. diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile new file mode 100644 index 00000000000..f380fc8b810 --- /dev/null +++ b/math/R-circular/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/14 07:12:44 markd Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/ +COMMENT= Circular Statistics, from "Topics in circular Statistics" + +R_PKGNAME= circular +R_PKGVER= 0.3-8 +USE_LANGUAGES+= c fortran + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-circular/distinfo b/math/R-circular/distinfo new file mode 100644 index 00000000000..4e6bc6ce7a1 --- /dev/null +++ b/math/R-circular/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/14 07:12:44 markd Exp $ + +SHA1 (R/circular_0.3-8.tar.gz) = c57a3310ababc8c4099b37926d418b08de9e65a8 +RMD160 (R/circular_0.3-8.tar.gz) = fcfec8697855e0bc80c6b1a66712a9cdb4a22435 +Size (R/circular_0.3-8.tar.gz) = 80812 bytes |