Classes and app to compute satellite visibility Maintained by:perl@FreeBSD.org Port Added: 11 Apr 2009 22:35:17 Also Listed In:perl5 License: ART10 GPLv1
Astro-satpass contains classes needed to predict satellite
visibility, and a demonstration application (satpass) that
makes use of these classes.
WWW: http://search.cpan.org/dist/Astro-satpass/
To install the port:cd /usr/ports/astro/p5-Astro-satpass/ && make install clean To add the package:pkg_add -r p5-Astro-satpass
Configuration Options
===> The following configuration options are available for p5-Astro-satpass-0.050:
GEOCODER_US=on (default) "Add support for Geo::Coder::Geocoder::US"
SIMBAD=on (default) "Add support for Astro::SIMBAD::Client"
SOAPLITE=off (default) "Add support for SOAP::Lite (deprecated)"
SPACETRACK=on (default) "Add support for Astro::SpaceTrack"
USGS=on (default) "Add support for Geo::WebService::Elevation::USGS"
===> Use 'make config' to modify these settings
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
Astro-satpass contains classes needed to predict satellite
visibility, and a demonstration application (satpass) that
makes use of these classes.
WWW: http://search.cpan.org/dist/Astro-satpass/
PR: ports/133605
Submitted by: Wen Heping <wenheping at gmail.com>