From 10d7be84d6f549001d3c1f48bb421dbb670370e6 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Nov 2005 08:08:01 +0000 Subject: Imported R-Matrix from pkgsrc-wip. Classes and methods for numerical linear algebra using Lapack, LDL,TAUCS, Metis, and UMFPACK. --- math/R-Matrix/DESCR | 2 ++ math/R-Matrix/Makefile | 15 +++++++++++++++ math/R-Matrix/PLIST | 1 + math/R-Matrix/distinfo | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 math/R-Matrix/DESCR create mode 100644 math/R-Matrix/Makefile create mode 100644 math/R-Matrix/PLIST create mode 100644 math/R-Matrix/distinfo (limited to 'math/R-Matrix') diff --git a/math/R-Matrix/DESCR b/math/R-Matrix/DESCR new file mode 100644 index 00000000000..8f7d529d348 --- /dev/null +++ b/math/R-Matrix/DESCR @@ -0,0 +1,2 @@ +Classes and methods for numerical linear algebra using +Lapack, LDL,TAUCS, Metis, and UMFPACK. diff --git a/math/R-Matrix/Makefile b/math/R-Matrix/Makefile new file mode 100644 index 00000000000..5bd03b1a928 --- /dev/null +++ b/math/R-Matrix/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/Matrix.html +COMMENT= Classes and methods for numerical linear algebra + +R_PKGNAME= Matrix +R_PKGVER= 0.8-11 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-Matrix/PLIST b/math/R-Matrix/PLIST new file mode 100644 index 00000000000..1f6ef2ebde6 --- /dev/null +++ b/math/R-Matrix/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $ diff --git a/math/R-Matrix/distinfo b/math/R-Matrix/distinfo new file mode 100644 index 00000000000..d5dd589bc75 --- /dev/null +++ b/math/R-Matrix/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $ + +SHA1 (R/Matrix_0.8-11.tar.gz) = 462e86631e0efc8145fcff87b29bc06c4f8b49b7 +RMD160 (R/Matrix_0.8-11.tar.gz) = e5bc5d85762d5ac314dad3db19e452af8e55e409 +Size (R/Matrix_0.8-11.tar.gz) = 480791 bytes -- cgit v1.2.3