diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:17:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:17:10 +0000 |
commit | cd3c8ac47c8edd90420de23afed4c8a2bc933de5 (patch) | |
tree | 50571da78c9ad1479c69239e8a5ba7d25685919f /math | |
parent | 18c6051f26dca0caa166a5baf217aeafc9b7c907 (diff) | |
download | pkgsrc-cd3c8ac47c8edd90420de23afed4c8a2bc933de5.tar.gz |
Imported R-maps from pkgsrc-wip.
Display of maps. Projection code and larger maps are in separate
packages (mapproj and mapdata).
Diffstat (limited to 'math')
-rw-r--r-- | math/R-maps/DESCR | 2 | ||||
-rw-r--r-- | math/R-maps/Makefile | 15 | ||||
-rw-r--r-- | math/R-maps/PLIST | 1 | ||||
-rw-r--r-- | math/R-maps/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/math/R-maps/DESCR b/math/R-maps/DESCR new file mode 100644 index 00000000000..02c07f6462c --- /dev/null +++ b/math/R-maps/DESCR @@ -0,0 +1,2 @@ +Display of maps. Projection code and larger maps are in separate +packages (mapproj and mapdata). diff --git a/math/R-maps/Makefile b/math/R-maps/Makefile new file mode 100644 index 00000000000..71b926ecf65 --- /dev/null +++ b/math/R-maps/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:17:10 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/maps.html +COMMENT= Display of maps. Includes Projection code + +R_PKGNAME= maps +R_PKGVER= 2.0-22 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-maps/PLIST b/math/R-maps/PLIST new file mode 100644 index 00000000000..759dfb239b5 --- /dev/null +++ b/math/R-maps/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:17:10 rillig Exp $ diff --git a/math/R-maps/distinfo b/math/R-maps/distinfo new file mode 100644 index 00000000000..93ba391b29b --- /dev/null +++ b/math/R-maps/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:17:10 rillig Exp $ + +SHA1 (R/maps_2.0-22.tar.gz) = e4797d448d1fda0899eb032f3384bb514351a202 +RMD160 (R/maps_2.0-22.tar.gz) = 23493caf3c826a0c0d39de3749e1daf0383daf34 +Size (R/maps_2.0-22.tar.gz) = 882714 bytes |