diff options
author | wen <wen@FreeBSD.org> | 2017-04-03 16:40:33 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2017-04-03 16:40:33 +0800 |
commit | 324c9af64afab22a0938503ba52b56d32809acca (patch) | |
tree | c80fc70da3a45935fdc44e29311e4cea89a1cba3 /astro/Makefile | |
parent | bf175ec4aaff29918e58aeb8bc450cda0e1b2aba (diff) | |
download | freebsd-ports-gnome-324c9af64afab22a0938503ba52b56d32809acca.tar.gz freebsd-ports-gnome-324c9af64afab22a0938503ba52b56d32809acca.tar.zst freebsd-ports-gnome-324c9af64afab22a0938503ba52b56d32809acca.zip |
This class implements an application to predict satellite visibility and
related phenomena. It is a mostly-compatible rewrite and eventual
replacement of the satpass script in distribution Astro-satpass, aimed
at making it easier to test, and removing some of the odder cruft that
has accumulated in the satpass script.
WWW: http://search.cpan.org/dist/Astro-App-Satpass2/
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 e2dd6e93da82..32cedf71145d 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -49,6 +49,7 @@ SUBDIR += osmosis SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS + SUBDIR += p5-Astro-App-Satpass2 SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-Constants SUBDIR += p5-Astro-Coords |