diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-01-14 21:52:08 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-01-14 21:52:08 +0000 |
commit | 850b4060ac83e1b342ebbb9fcd1204e568494885 (patch) | |
tree | fd9c6fad30f407b9146178390d841736b3c64e67 /science/Makefile | |
parent | c28ba6d653d7970da758b52b5da06baf8e9cb8f9 (diff) |
Add a port of udunits:
The Unidata units library, udunits, supports conversion of unit
specifications between formatted and binary forms, arithmetic
manipulation of unit specifications, and conversion of values
between compatible scales of measurement.
WWW: http://www.unidata.ucar.edu/packages/udunits/
Obtained from: Gentoo (partially)
Notes
Notes:
svn path=/head/; revision=126463
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 1bd280bc8027..745034e134b6 100644 --- a/science/Makefile +++ b/science/Makefile @@ -50,6 +50,7 @@ SUBDIR += ruby-dcl-gtk SUBDIR += ruby-gphys SUBDIR += simlib + SUBDIR += udunits SUBDIR += vis5d+ SUBDIR += vmd SUBDIR += x11iraf |