Revision
128990
Author
larryv@macports.org
Date
2014-12-02 00:45:28 -0800 (Tue, 02 Dec 2014)

Log Message

libmpc: Expand long description with upstream text

Modified Paths

Diff

Modified: trunk/dports/devel/libmpc/Portfile (128989 => 128990)


--- trunk/dports/devel/libmpc/Portfile	2014-12-02 08:45:22 UTC (rev 128989)
+++ trunk/dports/devel/libmpc/Portfile	2014-12-02 08:45:28 UTC (rev 128990)
@@ -11,10 +11,15 @@
 license             LGPL-2.1+
 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}
+description         GNU MPC
+long_description    GNU MPC is a C library for the arithmetic of \
+                    complex numbers with arbitrarily high precision \
+                    and correct rounding of the result. It extends \
+                    the principles of the IEEE-754 standard for fixed \
+                    precision real floating point numbers to complex \
+                    numbers, providing well-defined semantics for \
+                    every operation. At the same time, speed of \
+                    operation at high precision is a major design goal.
 homepage            http://www.multiprecision.org/mpc/
 
 depends_lib         port:gmp port:mpfr