From 43bc0401a289dbf3b3ce021aaf7dc99feb26d8ff Mon Sep 17 00:00:00 2001 From: brook Date: Sun, 1 Apr 2012 18:05:34 +0000 Subject: 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. --- math/R-sp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/R-sp/Makefile') 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" -- cgit v1.2.3