From 36e6f4f7baddd1d56c665672ca167c9b3adbfe66 Mon Sep 17 00:00:00 2001 From: markd Date: Mon, 9 Sep 2002 01:06:17 +0000 Subject: Initial import of R extension library grid, version 0.6 Graphics layout capabilities, plus some support for interaction. --- math/R-grid/DESCR | 1 + math/R-grid/Makefile | 14 ++++++++++++++ math/R-grid/distinfo | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 math/R-grid/DESCR create mode 100644 math/R-grid/Makefile create mode 100644 math/R-grid/distinfo (limited to 'math') diff --git a/math/R-grid/DESCR b/math/R-grid/DESCR new file mode 100644 index 00000000000..0a2bdf6b616 --- /dev/null +++ b/math/R-grid/DESCR @@ -0,0 +1 @@ +Graphics layout capabilities, plus some support for interaction. diff --git a/math/R-grid/Makefile b/math/R-grid/Makefile new file mode 100644 index 00000000000..5141cf82c96 --- /dev/null +++ b/math/R-grid/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/09 01:06:17 markd Exp $ + +R_PKGNAME= grid +R_PKGVER= 0.6 + +MAINTAINER= markd@netbsd.org +COMMENT= Grid R (S-Plus) Functions + +PLIST_SRC= /dev/null + +R_DEPENDS= R>=1.5.0 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-grid/distinfo b/math/R-grid/distinfo new file mode 100644 index 00000000000..42cc66e536d --- /dev/null +++ b/math/R-grid/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/09 01:06:17 markd Exp $ + +SHA1 (R/grid_0.6.tar.gz) = cbe7959ab9bfbceb686b6adf429f2020d3a4bb6d +Size (R/grid_0.6.tar.gz) = 139457 bytes -- cgit v1.2.3