diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-13 19:29:08 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-13 19:29:08 +0800 |
commit | 7586d18cc0eb07650918d1df9562a1ac4a712277 (patch) | |
tree | 0b1bd427dd8fa3684ed13ea252795565b53bf3f4 /astro/jday/pkg-descr | |
parent | 973b0f966966b1c5f668b423bd9a8b0d393a817d (diff) | |
download | freebsd-ports-graphics-7586d18cc0eb07650918d1df9562a1ac4a712277.tar.gz freebsd-ports-graphics-7586d18cc0eb07650918d1df9562a1ac4a712277.tar.zst freebsd-ports-graphics-7586d18cc0eb07650918d1df9562a1ac4a712277.zip |
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/jday/pkg-descr')
-rw-r--r-- | astro/jday/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/astro/jday/pkg-descr b/astro/jday/pkg-descr new file mode 100644 index 00000000000..ad63a46cf56 --- /dev/null +++ b/astro/jday/pkg-descr @@ -0,0 +1,9 @@ +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. + +The associated j2d binary can convert julian dates to calendar +dates. + +WWW: http://jday.sourceforge.net/ |