diff options
author | pav <pav@FreeBSD.org> | 2004-08-30 01:35:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-30 01:35:23 +0800 |
commit | d911085d0148588289bd7d26b669c2b43be2c27d (patch) | |
tree | 942f8e48b56db465e7102757972bd33b25e5454b /math/convertall/pkg-descr | |
parent | b386d4837aba650b63f1cfdc71ec70ef97af9da7 (diff) | |
download | freebsd-ports-graphics-d911085d0148588289bd7d26b669c2b43be2c27d.tar.gz freebsd-ports-graphics-d911085d0148588289bd7d26b669c2b43be2c27d.tar.zst freebsd-ports-graphics-d911085d0148588289bd7d26b669c2b43be2c27d.zip |
Add convertall, a unit converter that can combine the units any way you want.
If you want to convert from inches per decade, that's fine. Or from
meter-pounds. Or from cubic nautical miles. The units don't have to
make sense to anyone else.
PR: ports/71081
Submitted by: Michael Johnson <ahze@ahze.net>
Diffstat (limited to 'math/convertall/pkg-descr')
-rw-r--r-- | math/convertall/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/convertall/pkg-descr b/math/convertall/pkg-descr new file mode 100644 index 00000000000..18274393f73 --- /dev/null +++ b/math/convertall/pkg-descr @@ -0,0 +1,8 @@ +[From README.html] + +A unit converter that can combine the units any way you want. If +you want to convert from inches per decade, that's fine. Or from +meter-pounds. Or from cubic nautical miles. The units don't have to +make sense to anyone else. + +WWW: http://www.bellz.org/convertall/ |