aboutsummaryrefslogtreecommitdiff
path: root/astro/sscalc/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-19 13:36:31 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-19 13:36:31 +0000
commitae65d62fa3aa2cedc4bdbc470af484373e48f2f1 (patch)
tree71109aa10b36b5e53cf31ab1fecba5d16d6793ca /astro/sscalc/pkg-descr
parentd7f33247bc24353a9ad7a1d0bb8132a823a55e29 (diff)
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 <kew@icehouse.net>
Notes
Notes: svn path=/head/; revision=36122
Diffstat (limited to 'astro/sscalc/pkg-descr')
-rw-r--r--astro/sscalc/pkg-descr9
1 files changed, 9 insertions, 0 deletions
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.