diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:05:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:05:09 +0000 |
commit | 4915248de4f83e05029e2b776b0b23a1cdf02e9b (patch) | |
tree | e6df1ac21977a0f0a4a02efc2d5ca1d0071ba100 /math/R-GRASS | |
parent | 66bf635196718a37e4596e1f6ba057eb2ed59755 (diff) | |
download | pkgsrc-4915248de4f83e05029e2b776b0b23a1cdf02e9b.tar.gz |
Imported R-GRASS from pkgsrc-wip.
Interface between GRASS 5.0 geographical information system
and R, based on starting R from within the GRASS environment
using values of environment variables set in the GISRC file.
Interface examples should be run outside GRASS, others may
be run within. Wrapper and helper functions are provided for
a range of R functions to match the interface metadata
structures.
Diffstat (limited to 'math/R-GRASS')
-rw-r--r-- | math/R-GRASS/DESCR | 7 | ||||
-rw-r--r-- | math/R-GRASS/Makefile | 15 | ||||
-rw-r--r-- | math/R-GRASS/PLIST | 1 | ||||
-rw-r--r-- | math/R-GRASS/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/math/R-GRASS/DESCR b/math/R-GRASS/DESCR new file mode 100644 index 00000000000..f1a62019bae --- /dev/null +++ b/math/R-GRASS/DESCR @@ -0,0 +1,7 @@ +Interface between GRASS 5.0 geographical information system +and R, based on starting R from within the GRASS environment +using values of environment variables set in the GISRC file. +Interface examples should be run outside GRASS, others may +be run within. Wrapper and helper functions are provided for +a range of R functions to match the interface metadata +structures. diff --git a/math/R-GRASS/Makefile b/math/R-GRASS/Makefile new file mode 100644 index 00000000000..f3174e415de --- /dev/null +++ b/math/R-GRASS/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:05:09 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/DAAG.html +COMMENT= Interface between GRASS 5.0 geographical information system and R + +R_PKGNAME= GRASS +R_PKGVER= 0.2-20 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-GRASS/PLIST b/math/R-GRASS/PLIST new file mode 100644 index 00000000000..90c4744d17f --- /dev/null +++ b/math/R-GRASS/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:05:09 rillig Exp $ diff --git a/math/R-GRASS/distinfo b/math/R-GRASS/distinfo new file mode 100644 index 00000000000..3ff77f988a6 --- /dev/null +++ b/math/R-GRASS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:05:09 rillig Exp $ + +SHA1 (R/GRASS_0.2-20.tar.gz) = d5a4dce225f8598ae25ff47302e5537aaceb503d +RMD160 (R/GRASS_0.2-20.tar.gz) = 7bdc72c794fb172ba9bb503731c93c4a00848273 +Size (R/GRASS_0.2-20.tar.gz) = 190507 bytes |