diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 4e942b64191e2ef98dce2c5af31047a8640db768 (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/units | |
parent | 1d1f878054efdd1171a8cb006e59ad0727610293 (diff) | |
download | ports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip |
Notes
Diffstat (limited to 'math/units')
-rw-r--r-- | math/units/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/units/pkg-descr b/math/units/pkg-descr index 18351c7bfbca..a8803d555dce 100644 --- a/math/units/pkg-descr +++ b/math/units/pkg-descr @@ -3,10 +3,10 @@ The Free Software Foundation's "units" unit conversion and calculation utility. GNU units converts quantities expressed in various scales to their equivalents in other scales. Units can only handle multiplicative scale changes. For example, it cannot convert Celsius to Fahrenheit but it can convert -temperature differences between those temperature scales. +temperature differences between those temperature scales. The units are defined externally in an extensive, well annotated data file -that defines over 2000 units. You can also provide your own data file. +that defines over 2000 units. You can also provide your own data file. WWW: http://www.gnu.org/software/units/ |