diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-13 11:29:08 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-13 11:29:08 +0000 |
commit | 7586d18cc0eb07650918d1df9562a1ac4a712277 (patch) | |
tree | 0b1bd427dd8fa3684ed13ea252795565b53bf3f4 /astro/Makefile | |
parent | 973b0f966966b1c5f668b423bd9a8b0d393a817d (diff) | |
download | FreeBSD-ports-7586d18cc0eb07650918d1df9562a1ac4a712277.zip FreeBSD-ports-7586d18cc0eb07650918d1df9562a1ac4a712277.tar.gz |
New Port: astro/jday
The jday binary can be used to convert calendar dates to astronomical
julian dates. This number is useful for a variety of purposes.
Especially related to calculating elapsed time between instances
over large or short periods of time.
PR: 23142
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 69bfac3..2383cc0 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -4,6 +4,7 @@ SUBDIR += dgpsip SUBDIR += ephem SUBDIR += glunarclock + SUBDIR += jday SUBDIR += luna SUBDIR += openuniverse SUBDIR += p5-Astro-MoonPhase |