pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-GRASS Imported R-GRASS from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/012ce4404dc4
branches:  trunk
changeset: 502334:012ce4404dc4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 08:05:09 2005 +0000

description:
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:

 math/R-GRASS/DESCR    |   7 +++++++
 math/R-GRASS/Makefile |  15 +++++++++++++++
 math/R-GRASS/PLIST    |   1 +
 math/R-GRASS/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 0c129d7bd536 -r 012ce4404dc4 math/R-GRASS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-GRASS/DESCR        Fri Nov 04 08:05:09 2005 +0000
@@ -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 -r 0c129d7bd536 -r 012ce4404dc4 math/R-GRASS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-GRASS/Makefile     Fri Nov 04 08:05:09 2005 +0000
@@ -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@localhost
+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 -r 0c129d7bd536 -r 012ce4404dc4 math/R-GRASS/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-GRASS/PLIST        Fri Nov 04 08:05:09 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:05:09 rillig Exp $
diff -r 0c129d7bd536 -r 012ce4404dc4 math/R-GRASS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-GRASS/distinfo     Fri Nov 04 08:05:09 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index