Revision: 128989 https://trac.macports.org/changeset/128989 Author: larryv@macports.org Date: 2014-12-02 00:45:22 -0800 (Tue, 02 Dec 2014) Log Message: ----------- libmpc: Add modeline, rearrange, and reformat Modified Paths: -------------- trunk/dports/devel/libmpc/Portfile Modified: trunk/dports/devel/libmpc/Portfile =================================================================== --- trunk/dports/devel/libmpc/Portfile 2014-12-02 08:21:58 UTC (rev 128988) +++ trunk/dports/devel/libmpc/Portfile 2014-12-02 08:45:22 UTC (rev 128989) @@ -1,3 +1,4 @@ +# -*- 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 @@ -6,20 +7,23 @@ version 1.0.2 revision 1 categories devel -maintainers mww openmaintainer platforms darwin license LGPL-2.1+ -description C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result +maintainers mww openmaintainer + +description C library for the arithmetic of complex numbers \ + with arbitrarily high precision and correct \ + rounding of the result long_description ${description} +homepage http://www.multiprecision.org/mpc/ -homepage http://www.multiprecision.org/mpc/ +depends_lib port:gmp port:mpfr + master_sites http://www.multiprecision.org/mpc/download/ distname mpc-${version} checksums rmd160 1505c29d5e88c8785742c40fbbd441d241b3a9a4 \ sha256 b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488 -depends_lib port:gmp port:mpfr - # Don't link with "-flat_namespace -undefined suppress" on Yosemite and # later (#45710). patchfiles yosemite-libtool.patch