aboutsummaryrefslogtreecommitdiff
path: root/math/metis4
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
commit5930109e8ef02d47e1be967f2448c6438b53cbac (patch)
treed5955a0f99e2e4b6d189f4fc466e0b90a59f82d6 /math/metis4
parent1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff)
downloadports-5930109e8ef02d47e1be967f2448c6438b53cbac.tar.gz
ports-5930109e8ef02d47e1be967f2448c6438b53cbac.zip
Notes
Diffstat (limited to 'math/metis4')
-rw-r--r--math/metis4/Makefile13
-rw-r--r--math/metis4/pkg-descr6
2 files changed, 13 insertions, 6 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile
index 2175f2209ac9..928576d41b33 100644
--- a/math/metis4/Makefile
+++ b/math/metis4/Makefile
@@ -7,17 +7,24 @@
PORTNAME= metis
PORTVERSION= 4.0.3
+PORTREVISION= 1
CATEGORIES= math
-MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \
- http://www-users.cs.umn.edu/~karypis/metis/metis/files/
+MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/
MAINTAINER= bf@FreeBSD.org
COMMENT= A package for unstructured graph partitioning
-CONFLICTS= metis-edf-[0-9]*
+LICENSE= METIS
+LICENSE_NAME= University of Minnesota METIS License
+LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= auto-accept
+
+CONFLICTS= metis-5* metis-edf-[0-9]*
USE_LDCONFIG= yes
+LATEST_LINK= metis4
+PORTSCOUT= limit:4.*
PROGRAMS= graphchk kmetis mesh2dual mesh2nodal \
oemetis onmetis partnmesh partdmesh pmetis
diff --git a/math/metis4/pkg-descr b/math/metis4/pkg-descr
index 5b4615380726..8323971f5309 100644
--- a/math/metis4/pkg-descr
+++ b/math/metis4/pkg-descr
@@ -1,10 +1,10 @@
METIS is a set of serial programs for partitioning graphs,
-partitioning finite element meshes, and producing fill reducing
+partitioning finite element meshes, and producing fill-reducing
orderings for sparse matrices. The algorithms implemented in METIS are
based on the multilevel recursive-bisection, multilevel k-way, and
multi-constraint partitioning schemes developed in our lab.
-METIS provides high quality partitions, is extremely fast, and
-produces low fill orderings.
+METIS provides high-quality partitions, is extremely fast, and
+produces low-fill orderings.
WWW: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview