From bc66dcb81ed3c04e1560f31659707e54b2fbd9bd Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Nov 2005 08:19:04 +0000 Subject: Imported R-shapefiles from pkgsrc-wip. Functions to read and write ESRI shapefiles. --- math/R-shapefiles/DESCR | 1 + math/R-shapefiles/Makefile | 15 +++++++++++++++ math/R-shapefiles/PLIST | 1 + math/R-shapefiles/distinfo | 5 +++++ 4 files changed, 22 insertions(+) create mode 100644 math/R-shapefiles/DESCR create mode 100644 math/R-shapefiles/Makefile create mode 100644 math/R-shapefiles/PLIST create mode 100644 math/R-shapefiles/distinfo (limited to 'math') 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 -- cgit v1.2.3