From 98cf373d367fc32881cb40926be1a79736f39794 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/metis/DESCR | 6 ++++++ math/metis/PLIST | 26 ++++++++++++++++++++++++++ math/metis/pkg/DESCR | 6 ------ math/metis/pkg/PLIST | 26 -------------------------- 4 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 math/metis/DESCR create mode 100644 math/metis/PLIST delete mode 100644 math/metis/pkg/DESCR delete mode 100644 math/metis/pkg/PLIST (limited to 'math/metis') diff --git a/math/metis/DESCR b/math/metis/DESCR new file mode 100644 index 00000000000..e194754c5d0 --- /dev/null +++ b/math/metis/DESCR @@ -0,0 +1,6 @@ +METIS is a family of programs for partitioning unstructured graphs and +hypergraphs and computing fill-reducing orderings of sparse matrices. +The underlying algorithms used by METIS are based on the +state-of-the-art multilevel paradigm that has been shown to produce +high quality results and scale to very large problems. It is +available both as a set of stand-alone programs and as a library. diff --git a/math/metis/PLIST b/math/metis/PLIST new file mode 100644 index 00000000000..3931b66697a --- /dev/null +++ b/math/metis/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:33:40 zuntum Exp $ +bin/graphchk +bin/kmetis +bin/mesh2dual +bin/mesh2nodal +bin/oemetis +bin/onmetis +bin/partdmesh +bin/partnmesh +bin/pmetis +include/metis/defs.h +include/metis/macros.h +include/metis/metis.h +include/metis/proto.h +include/metis/rename.h +include/metis/struct.h +lib/libmetis.a +share/doc/metis/manual.ps +share/examples/metis/0README +share/examples/metis/4elt.graph +share/examples/metis/metis.mesh +share/examples/metis/mtest.c +share/examples/metis/test.mgraph +@dirrm share/examples/metis +@dirrm share/doc/metis +@dirrm include/metis diff --git a/math/metis/pkg/DESCR b/math/metis/pkg/DESCR deleted file mode 100644 index e194754c5d0..00000000000 --- a/math/metis/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -METIS is a family of programs for partitioning unstructured graphs and -hypergraphs and computing fill-reducing orderings of sparse matrices. -The underlying algorithms used by METIS are based on the -state-of-the-art multilevel paradigm that has been shown to produce -high quality results and scale to very large problems. It is -available both as a set of stand-alone programs and as a library. diff --git a/math/metis/pkg/PLIST b/math/metis/pkg/PLIST deleted file mode 100644 index 9e4f5ccb975..00000000000 --- a/math/metis/pkg/PLIST +++ /dev/null @@ -1,26 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/10 04:18:37 jtb Exp $ -bin/graphchk -bin/kmetis -bin/mesh2dual -bin/mesh2nodal -bin/oemetis -bin/onmetis -bin/partdmesh -bin/partnmesh -bin/pmetis -include/metis/defs.h -include/metis/macros.h -include/metis/metis.h -include/metis/proto.h -include/metis/rename.h -include/metis/struct.h -lib/libmetis.a -share/doc/metis/manual.ps -share/examples/metis/0README -share/examples/metis/4elt.graph -share/examples/metis/metis.mesh -share/examples/metis/mtest.c -share/examples/metis/test.mgraph -@dirrm share/examples/metis -@dirrm share/doc/metis -@dirrm include/metis -- cgit v1.2.3