pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d06f7e194ec1
branches:  trunk
changeset: 502338:d06f7e194ec1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 08:08:01 2005 +0000

description:
Imported R-Matrix from pkgsrc-wip.

Classes and methods for numerical linear algebra using
Lapack, LDL,TAUCS, Metis, and UMFPACK.

diffstat:

 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(+), 0 deletions(-)

diffs (39 lines):

diff -r abf1c69b49a0 -r d06f7e194ec1 math/R-Matrix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-Matrix/DESCR       Fri Nov 04 08:08:01 2005 +0000
@@ -0,0 +1,2 @@
+Classes and methods for numerical linear algebra using
+Lapack, LDL,TAUCS, Metis, and UMFPACK.
diff -r abf1c69b49a0 -r d06f7e194ec1 math/R-Matrix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-Matrix/Makefile    Fri Nov 04 08:08:01 2005 +0000
@@ -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@localhost
+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 -r abf1c69b49a0 -r d06f7e194ec1 math/R-Matrix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-Matrix/PLIST       Fri Nov 04 08:08:01 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $
diff -r abf1c69b49a0 -r d06f7e194ec1 math/R-Matrix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-Matrix/distinfo    Fri Nov 04 08:08:01 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index