diff options
author | obache <obache@pkgsrc.org> | 2006-11-19 04:56:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-19 04:56:17 +0000 |
commit | ef6c45af5181e7ef2fd78245517e88beb6cbc6ec (patch) | |
tree | 2e2ebcf9f8006f465f70089d2d12c111cd84dc8f /math/units/DESCR | |
parent | dea4bd6524991e0f1f44ded97948a51b7c724542 (diff) | |
download | pkgsrc-ef6c45af5181e7ef2fd78245517e88beb6cbc6ec.tar.gz |
Import GNU units 1.86.
Based on PR 30397 by Cameron Patrick, I modify to adapt to recent pkgsrc
tree and update from 1.85 to 1.86.
GNU Units can convert quantities expressed in one unit to an equivalent in a
difference scale. Compared to traditional BSD implementations, it offers more
units, non-linear conversions (e.g. between degrees Celsius and Fahrenheit), a
more lenient input parser, and tab completion. It can also be used to perform
calculations taking physical units into account, and provide the definitions of
units (e.g. "joule = N m = 1 kg m^2 / s^2").
Diffstat (limited to 'math/units/DESCR')
-rw-r--r-- | math/units/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/units/DESCR b/math/units/DESCR new file mode 100644 index 00000000000..60a5cdb41eb --- /dev/null +++ b/math/units/DESCR @@ -0,0 +1,6 @@ +GNU Units can convert quantities expressed in one unit to an equivalent in a +difference scale. Compared to traditional BSD implementations, it offers more +units, non-linear conversions (e.g. between degrees Celsius and Fahrenheit), a +more lenient input parser, and tab completion. It can also be used to perform +calculations taking physical units into account, and provide the definitions of +units (e.g. "joule = N m = 1 kg m^2 / s^2"). |