aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Units
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
commit3f42e716135bc048b90cb6cca188f324e65c69dc (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-Math-Units
parente127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff)
downloadfreebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/p5-Math-Units')
-rw-r--r--math/p5-Math-Units/pkg-descr18
1 files changed, 9 insertions, 9 deletions
diff --git a/math/p5-Math-Units/pkg-descr b/math/p5-Math-Units/pkg-descr
index 518a1fbca16a..a5b0c0c57560 100644
--- a/math/p5-Math-Units/pkg-descr
+++ b/math/p5-Math-Units/pkg-descr
@@ -1,16 +1,16 @@
-The Math::Units module converts a numeric value in one unit of measurement
-to some other unit. The units must be compatible, i.e. length can not be
-converted to volume. If a conversion can not be made an exception is
+The Math::Units module converts a numeric value in one unit of measurement
+to some other unit. The units must be compatible, i.e. length can not be
+converted to volume. If a conversion can not be made an exception is
thrown.
-A combination chaining and reduction algorithm is used to perform the most
-direct unit conversion possible. Units may be written in several different
-styles. An abbreviation table is used to convert from common long-form
-unit names to the (more or less) standard abbreviations that the units
-module uses internally. All multiplicative unit conversions are cached so
+A combination chaining and reduction algorithm is used to perform the most
+direct unit conversion possible. Units may be written in several different
+styles. An abbreviation table is used to convert from common long-form
+unit names to the (more or less) standard abbreviations that the units
+module uses internally. All multiplicative unit conversions are cached so
that future conversions can be performed very quickly.
-Too many units, prefixes and abbreviations are supported to list here. See
+Too many units, prefixes and abbreviations are supported to list here. See
the source code for a complete listing.
WWW: http://search.cpan.org/dist/Math-Units/