diff options
author | naddy <naddy@FreeBSD.org> | 2003-01-02 06:06:00 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-01-02 06:06:00 +0800 |
commit | 74b7f23d4f4f7c7bd5afb2cd71963637d21085f3 (patch) | |
tree | 2c1904170f5a461ebe3440ab0cc85efa3f1edfca /astro/jday/pkg-descr | |
parent | 64288f013a3a7a1e0712a3feb5febd3f1e2cb770 (diff) | |
download | freebsd-ports-graphics-74b7f23d4f4f7c7bd5afb2cd71963637d21085f3.tar.gz freebsd-ports-graphics-74b7f23d4f4f7c7bd5afb2cd71963637d21085f3.tar.zst freebsd-ports-graphics-74b7f23d4f4f7c7bd5afb2cd71963637d21085f3.zip |
Update to 1.3. Now includes a man page.
Diffstat (limited to 'astro/jday/pkg-descr')
-rw-r--r-- | astro/jday/pkg-descr | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/astro/jday/pkg-descr b/astro/jday/pkg-descr index 6fd18d7a6f8..bdb5a63f726 100644 --- a/astro/jday/pkg-descr +++ b/astro/jday/pkg-descr @@ -1,9 +1,6 @@ -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. +jday and j2d are command line utilities to convert calendar dates +to astronomical julian dates, and julian dates to calendar dates. +There is a corresponding library libjday.a which can be used for +the same functionality within applications. WWW: http://jday.sourceforge.net/ |