aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Units/pkg-descr
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-25 20:27:48 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-25 20:27:48 +0000
commiteffadb7fdc24694d014838cb9159da0a93d2364c (patch)
tree7a1b531f683a3b928d091c546b944a4487383298 /math/p5-Math-Units/pkg-descr
parent4fa76fde503d69abd73f7a73dbfd5da2f99dd288 (diff)
downloadports-effadb7fdc24694d014838cb9159da0a93d2364c.tar.gz
ports-effadb7fdc24694d014838cb9159da0a93d2364c.zip
Notes
Diffstat (limited to 'math/p5-Math-Units/pkg-descr')
-rw-r--r--math/p5-Math-Units/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/p5-Math-Units/pkg-descr b/math/p5-Math-Units/pkg-descr
new file mode 100644
index 000000000000..d7a771aa3c59
--- /dev/null
+++ b/math/p5-Math-Units/pkg-descr
@@ -0,0 +1,17 @@
+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
+that future conversions can be performed very quickly.
+
+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
+Author: Ken Fox