From ae65d62fa3aa2cedc4bdbc470af484373e48f2f1 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 19 Dec 2000 13:36:31 +0000 Subject: Add sscalc 1.0, a sunrise/sunset time calculator ported to C from Javascript (uh, yeah). Too bad you have to hardcode your long/lat into the program, perhaps some kind soul will inflict getopt() on this prog. PR: 23245 Submitted by: Keith Walker --- astro/sscalc/pkg-descr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 astro/sscalc/pkg-descr (limited to 'astro/sscalc/pkg-descr') diff --git a/astro/sscalc/pkg-descr b/astro/sscalc/pkg-descr new file mode 100644 index 000000000000..4edd1a41492f --- /dev/null +++ b/astro/sscalc/pkg-descr @@ -0,0 +1,9 @@ +This is sscalc, a sunrise/sunset time calculator, ported to C. +You can find the sunrise and sunset times for anywhere in the world +as long as you know the latitude and longitude of the location. + +The program is a port of the Javascript program located at +http://www.srrb.noaa.gov/highlights/sunrise/gen.html + +The page was written by Aaron Horiuchi, Chris Lehman and Chris +Cornwall. -- cgit v1.2.3