[94817] trunk/dports/math/metis/Portfile
Revision: 94817 https://trac.macports.org/changeset/94817 Author: ryandesign@macports.org Date: 2012-06-30 05:46:15 -0700 (Sat, 30 Jun 2012) Log Message: ----------- metis: whitespace changes / add modeline Modified Paths: -------------- trunk/dports/math/metis/Portfile Modified: trunk/dports/math/metis/Portfile =================================================================== --- trunk/dports/math/metis/Portfile 2012-06-30 12:43:43 UTC (rev 94816) +++ trunk/dports/math/metis/Portfile 2012-06-30 12:46:15 UTC (rev 94817) @@ -1,26 +1,30 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name metis +name metis version 5.0.2 -categories math +categories math +platforms darwin +maintainers nomaintainer # Included license is for "evaluation purposes" only (whatever that means) if # you're not a non-profit or US government agency. -license Restrictive -platforms darwin -maintainers nomaintainer -description A package for unstructured graph partitioning -long_description \ -METIS is a set of programs for partitioning graphs and for producing fill \ -reducing orderings for sparse matrices. The algorithms implemented by METIS \ -are based on the multilevel graph partitioning scheme described in \[KK95a\] \ -and \[KK95e\]. METIS provides high quality partitions, is extremely fast, and \ -produces low fill orderings. +license Restrictive -homepage http://glaros.dtc.umn.edu/gkhome/metis/metis/overview -master_sites http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ freebsd +description A package for unstructured graph partitioning +long_description METIS is a set of programs for partitioning graphs and \ + for producing fill reducing orderings for sparse \ + matrices. The algorithms implemented by METIS are based \ + on the multilevel graph partitioning scheme described \ + in \[KK95a\] and \[KK95e\]. METIS provides high quality \ + partitions, is extremely fast, and produces low fill \ + orderings. + +homepage http://glaros.dtc.umn.edu/gkhome/metis/metis/overview +master_sites http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ freebsd + checksums rmd160 737bac9b1c50ea0cf950d16c44ef8f7f9fa0b8f8 \ sha256 f79790676ca2ce3dfa9d5e2d74801e91d92415664ede2c2fc18fc49d4a161981
participants (1)
-
ryandesign@macports.org