diff options
author | brook <brook@pkgsrc.org> | 2012-04-01 18:05:34 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-01 18:05:34 +0000 |
commit | c9b88c6f9c18f176d4fd3bc1dad019b5dd489ed9 (patch) | |
tree | a02d74d0a08903d5cf4bf5d0ae2bc06ff9e4fecf /math/R-sp | |
parent | 28338810c96bf996e3c09f712e544eedd2d378f4 (diff) | |
download | pkgsrc-c9b88c6f9c18f176d4fd3bc1dad019b5dd489ed9.tar.gz |
Update to version 0.9-98 of the R sp package. Cleanup of DESCR and
Makefile.
A package that provides classes and methods for spatial data. The
classes document where the spatial location information resides, for
2D or 3D data. Utility functions are provided, e.g. for plotting data
as maps, spatial selection, as well as methods for retrieving
coordinates, for subsetting, print, summary, etc.
Diffstat (limited to 'math/R-sp')
-rw-r--r-- | math/R-sp/DESCR | 9 | ||||
-rw-r--r-- | math/R-sp/Makefile | 6 | ||||
-rw-r--r-- | math/R-sp/distinfo | 8 |
3 files changed, 12 insertions, 11 deletions
diff --git a/math/R-sp/DESCR b/math/R-sp/DESCR index 9138f61e194..949960078d6 100644 --- a/math/R-sp/DESCR +++ b/math/R-sp/DESCR @@ -1,4 +1,5 @@ -A package that provides classes and methods for spatial data. The classes document -where the spatial location information resides, for 2D or 3D data. Utility functions -are provided, e.g. for plotting data as maps, spatial selection, as well as methods -for retrieving coordinates, for subsetting, print, summary, etc. +A package that provides classes and methods for spatial data. The +classes document where the spatial location information resides, for +2D or 3D data. Utility functions are provided, e.g. for plotting data +as maps, spatial selection, as well as methods for retrieving +coordinates, for subsetting, print, summary, etc. diff --git a/math/R-sp/Makefile b/math/R-sp/Makefile index 7ff13c75e2f..4321053dfa1 100644 --- a/math/R-sp/Makefile +++ b/math/R-sp/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2011/11/20 05:06:29 markd Exp $ +# $NetBSD: Makefile,v 1.4 2012/04/01 18:05:34 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/sp/ -COMMENT= classes and methods for spatial data +COMMENT= Classes and methods for spatial data LICENSE= gnu-gpl-v2 R_PKGNAME= sp -R_PKGVER= 0.9-91 +R_PKGVER= 0.9-98 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-sp/distinfo b/math/R-sp/distinfo index e450fbbef68..547ff90c4a2 100644 --- a/math/R-sp/distinfo +++ b/math/R-sp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/11/20 05:06:29 markd Exp $ +$NetBSD: distinfo,v 1.4 2012/04/01 18:05:34 brook Exp $ -SHA1 (R/sp_0.9-91.tar.gz) = 0538227a0e93aa878d48537221d0ac34af43e992 -RMD160 (R/sp_0.9-91.tar.gz) = 849366e037662e70a910776fa4508eb866aa88e6 -Size (R/sp_0.9-91.tar.gz) = 596365 bytes +SHA1 (R/sp_0.9-98.tar.gz) = 837acb8f8a12c919471546062b60cd4b15337aa3 +RMD160 (R/sp_0.9-98.tar.gz) = 628998d35f130bc0b2d47f462b2ffa6418a49eaa +Size (R/sp_0.9-98.tar.gz) = 784067 bytes |