diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:19:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:19:04 +0000 |
commit | 9540a942f0b8b4bd46095e6d407042fef47e86b5 (patch) | |
tree | 142ffd05b8a063877aeb21638dc284582c89403a /math/R-shapefiles | |
parent | be00814269b0baae6492e357e1e4c5236ecf4fbf (diff) | |
download | pkgsrc-9540a942f0b8b4bd46095e6d407042fef47e86b5.tar.gz |
Imported R-shapefiles from pkgsrc-wip.
Functions to read and write ESRI shapefiles.
Diffstat (limited to 'math/R-shapefiles')
-rw-r--r-- | math/R-shapefiles/DESCR | 1 | ||||
-rw-r--r-- | math/R-shapefiles/Makefile | 15 | ||||
-rw-r--r-- | math/R-shapefiles/PLIST | 1 | ||||
-rw-r--r-- | math/R-shapefiles/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-shapefiles/DESCR b/math/R-shapefiles/DESCR new file mode 100644 index 00000000000..d663c7f2315 --- /dev/null +++ b/math/R-shapefiles/DESCR @@ -0,0 +1 @@ +Functions to read and write ESRI shapefiles. diff --git a/math/R-shapefiles/Makefile b/math/R-shapefiles/Makefile new file mode 100644 index 00000000000..96770f99337 --- /dev/null +++ b/math/R-shapefiles/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:19:04 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/shapefiles.html +COMMENT= Functions to read and write ESRI shapefiles + +R_PKGNAME= shapefiles +R_PKGVER= 0.3 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-shapefiles/PLIST b/math/R-shapefiles/PLIST new file mode 100644 index 00000000000..6ea1fe89cf5 --- /dev/null +++ b/math/R-shapefiles/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:19:04 rillig Exp $ diff --git a/math/R-shapefiles/distinfo b/math/R-shapefiles/distinfo new file mode 100644 index 00000000000..497410ada29 --- /dev/null +++ b/math/R-shapefiles/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:19:04 rillig Exp $ + +SHA1 (R/shapefiles_0.3.tar.gz) = 7ab6bc4cfc05e6aab40271979884f411c11469bd +RMD160 (R/shapefiles_0.3.tar.gz) = 930116440f7771cd446856f78a5362e94a6d268a +Size (R/shapefiles_0.3.tar.gz) = 7363 bytes |