1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 69712 2010-07-13 23:23:14Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gpredict |
---|
7 | version 1.2 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:zapman |
---|
11 | |
---|
12 | description GNOME-based satellite tracking program |
---|
13 | |
---|
14 | long_description Gpredict is a real-time satellite tracking and orbit \ |
---|
15 | prediction application. It can track an unlimited number \ |
---|
16 | of satellites and display their position and other data \ |
---|
17 | in lists, tables, maps, and polar plots (radar view). \ |
---|
18 | Gpredict can also predict the time of future passes for \ |
---|
19 | a satellite, and provide you with detailed information \ |
---|
20 | about each pass. |
---|
21 | |
---|
22 | homepage http://gpredict.oz9aec.net/ |
---|
23 | master_sites sourceforge |
---|
24 | |
---|
25 | checksums md5 9b46a3e0fe2de276b15ae10f72be0fca \ |
---|
26 | sha1 adea56e41af7c3f40c64203457f385993acb21c5 \ |
---|
27 | rmd160 91aa180bde14f1c44da1827cb29475bf73b66acd |
---|
28 | |
---|
29 | depends_lib port:goocanvas \ |
---|
30 | port:curl |
---|