diff options
author | brook <brook> | 2012-04-01 17:57:21 +0000 |
---|---|---|
committer | brook <brook> | 2012-04-01 17:57:21 +0000 |
commit | 9e21246fce81a0c73ad8b39646612967b6250452 (patch) | |
tree | bcbe1ef8d81abb55435d57d3f313874940889581 | |
parent | aa2910bf66665bfa26f46fa0e7213df6cd97bd56 (diff) | |
download | pkgsrc-9e21246fce81a0c73ad8b39646612967b6250452.tar.gz |
Initial import of the R-splancs package.
splancs: Spatial and Space-Time Point Pattern Analysis
-rw-r--r-- | math/R-splancs/DESCR | 1 | ||||
-rw-r--r-- | math/R-splancs/Makefile | 19 | ||||
-rw-r--r-- | math/R-splancs/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/R-splancs/DESCR b/math/R-splancs/DESCR new file mode 100644 index 00000000000..69cc53510bc --- /dev/null +++ b/math/R-splancs/DESCR @@ -0,0 +1 @@ +Spatial and space-time point pattern analysis functions. diff --git a/math/R-splancs/Makefile b/math/R-splancs/Makefile new file mode 100644 index 00000000000..91f2027512d --- /dev/null +++ b/math/R-splancs/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:57:21 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/splancs/ +COMMENT= Spatial and space-time point pattern analysis +LICENSE= gnu-gpl-v2 + +R_PKGNAME= splancs +R_PKGVER= 2.01-31 + +USE_LANGUAGES+= c fortran + +DEPENDS+= R-sp>=0.9.98:../../math/R-sp + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-splancs/distinfo b/math/R-splancs/distinfo new file mode 100644 index 00000000000..b62123b590a --- /dev/null +++ b/math/R-splancs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/01 17:57:21 brook Exp $ + +SHA1 (R/splancs_2.01-31.tar.gz) = 413341f550e4c99f94f5f55831a41097870a6e20 +RMD160 (R/splancs_2.01-31.tar.gz) = 794880b5f193f1783b2d980640398ea568dd4414 +Size (R/splancs_2.01-31.tar.gz) = 110804 bytes |