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/Makefile | |
parent | b386d4837aba650b63f1cfdc71ec70ef97af9da7 (diff) | |
download | freebsd-ports-gnome-d911085d0148588289bd7d26b669c2b43be2c27d.tar.gz freebsd-ports-gnome-d911085d0148588289bd7d26b669c2b43be2c27d.tar.zst freebsd-ports-gnome-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/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 4bc98ffa5078..d613ff08bb5c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -27,6 +27,7 @@ SUBDIR += clarence SUBDIR += cln SUBDIR += concorde + SUBDIR += convertall SUBDIR += cxsc SUBDIR += dcdflib SUBDIR += diehard |