From b7bba968874621e114473a8581256c480239626f Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:32:23 +0000 Subject: Move pkg/ files into package's toplevel directory --- math/meschach/DESCR | 20 ++++++++++++++++++++ math/meschach/PLIST | 36 ++++++++++++++++++++++++++++++++++++ math/meschach/pkg/DESCR | 20 -------------------- math/meschach/pkg/PLIST | 36 ------------------------------------ 4 files changed, 56 insertions(+), 56 deletions(-) create mode 100644 math/meschach/DESCR create mode 100644 math/meschach/PLIST delete mode 100644 math/meschach/pkg/DESCR delete mode 100644 math/meschach/pkg/PLIST (limited to 'math/meschach') diff --git a/math/meschach/DESCR b/math/meschach/DESCR new file mode 100644 index 00000000000..a17860f1b6a --- /dev/null +++ b/math/meschach/DESCR @@ -0,0 +1,20 @@ + The Meschach Library is a numerical library of C routines for performing +calculations on matrices and vectors. It is intended for solving systems of +linear equations (dense and sparse), solve least squares problems, +computing eigenvalues and eigenvectors, etc. We do not claim that it +contains every useful algorithm in numerical linear algebra, but it does +provide a basis on which more advanced algorithms can be built. The library +is for people who know something about the C programming language, +something of how to solve the numerical problem they are faced with but do +not want to have the hassle of building all the necessary routines from the +scratch. The library is not a loose collection of numerical routines but it +comprises a coherent system. The current version is enhanced with many +features comparing with previous versions. Since the memory requirements +are nontrivial for large problems we have paid more attention to +allocation/deallocation of memory. + + The source code is available to be perused, used and passed on without +cost, while ensuring that the quality of the software is not compromised. +The software is copyrighted; however, the copyright agreement follows in +the footsteps of the Free Software Foundation in preventing abuse that +occurs with totally public domain software. diff --git a/math/meschach/PLIST b/math/meschach/PLIST new file mode 100644 index 00000000000..3248e4aa55d --- /dev/null +++ b/math/meschach/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:33:39 zuntum Exp $ +include/meschach/err.h +include/meschach/iter.h +include/meschach/machine.h +include/meschach/matlab.h +include/meschach/matrix.h +include/meschach/matrix2.h +include/meschach/meminfo.h +include/meschach/oldnames.h +include/meschach/sparse.h +include/meschach/sparse2.h +include/meschach/zmatrix.h +include/meschach/zmatrix2.h +lib/libmeschach.a +lib/libmeschach.so +lib/libmeschach.so.0 +lib/libmeschach.so.0.0 +lib/libmeschach_p.a +lib/libmeschach_pic.a +share/meschach/README +share/meschach/copyright +share/meschach/fnindex.txt +share/meschach/tests/Makefile +share/meschach/tests/iotort.c +share/meschach/tests/itertort.c +share/meschach/tests/memtort.c +share/meschach/tests/mfuntort.c +share/meschach/tests/sptort.c +share/meschach/tests/torture.c +share/meschach/tests/ztorture.c +share/meschach/tutadv.c +share/meschach/tutorial.c +share/meschach/tutorial.txt +@dirrm share/meschach/tests +@dirrm share/meschach +@dirrm include/meschach diff --git a/math/meschach/pkg/DESCR b/math/meschach/pkg/DESCR deleted file mode 100644 index a17860f1b6a..00000000000 --- a/math/meschach/pkg/DESCR +++ /dev/null @@ -1,20 +0,0 @@ - The Meschach Library is a numerical library of C routines for performing -calculations on matrices and vectors. It is intended for solving systems of -linear equations (dense and sparse), solve least squares problems, -computing eigenvalues and eigenvectors, etc. We do not claim that it -contains every useful algorithm in numerical linear algebra, but it does -provide a basis on which more advanced algorithms can be built. The library -is for people who know something about the C programming language, -something of how to solve the numerical problem they are faced with but do -not want to have the hassle of building all the necessary routines from the -scratch. The library is not a loose collection of numerical routines but it -comprises a coherent system. The current version is enhanced with many -features comparing with previous versions. Since the memory requirements -are nontrivial for large problems we have paid more attention to -allocation/deallocation of memory. - - The source code is available to be perused, used and passed on without -cost, while ensuring that the quality of the software is not compromised. -The software is copyrighted; however, the copyright agreement follows in -the footsteps of the Free Software Foundation in preventing abuse that -occurs with totally public domain software. diff --git a/math/meschach/pkg/PLIST b/math/meschach/pkg/PLIST deleted file mode 100644 index fbfa0f5309b..00000000000 --- a/math/meschach/pkg/PLIST +++ /dev/null @@ -1,36 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2001/05/01 02:13:24 jtb Exp $ -include/meschach/err.h -include/meschach/iter.h -include/meschach/machine.h -include/meschach/matlab.h -include/meschach/matrix.h -include/meschach/matrix2.h -include/meschach/meminfo.h -include/meschach/oldnames.h -include/meschach/sparse.h -include/meschach/sparse2.h -include/meschach/zmatrix.h -include/meschach/zmatrix2.h -lib/libmeschach.a -lib/libmeschach.so -lib/libmeschach.so.0 -lib/libmeschach.so.0.0 -lib/libmeschach_p.a -lib/libmeschach_pic.a -share/meschach/README -share/meschach/copyright -share/meschach/fnindex.txt -share/meschach/tests/Makefile -share/meschach/tests/iotort.c -share/meschach/tests/itertort.c -share/meschach/tests/memtort.c -share/meschach/tests/mfuntort.c -share/meschach/tests/sptort.c -share/meschach/tests/torture.c -share/meschach/tests/ztorture.c -share/meschach/tutadv.c -share/meschach/tutorial.c -share/meschach/tutorial.txt -@dirrm share/meschach/tests -@dirrm share/meschach -@dirrm include/meschach -- cgit v1.2.3