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/Makefile | |
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/Makefile')
-rw-r--r-- | math/R-sp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |