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$ |
---|
3 | PortSystem 1.0 |
---|
4 | name gpredict |
---|
5 | version 1.1 |
---|
6 | categories science |
---|
7 | platforms darwin |
---|
8 | maintainers gmail.com:zapman |
---|
9 | description GNOME based satellite tracking program |
---|
10 | long_description Gpredict is a real-time satellite tracking and orbit prediction application. It can track an unlimited number of satellites and display their position and other data in lists, tables, maps, and polar plots (radar view). Gpredict can also predict the time of future passes for a satellite, and provide you with detailed information about each pass. |
---|
11 | homepage http://gpredict.oz9aec.net/ |
---|
12 | #master_sites http://downloads.sourceforge.net/project/gpredict/Gpredict/1.1/gpredict-1.1.tar.gz/download |
---|
13 | #master_sites http://sourceforge.net/projects/gpredict/files/Gpredict/1.1/gpredict-1.1.tar.gz/download |
---|
14 | master_sites http://downloads.sourceforge.net/project/gpredict/Gpredict/1.1/gpredict-1.1.tar.gz?use_mirror=surfnet&ts=1279040860 |
---|
15 | checksums md5 6d88bd51000e3f65962e60d0ab042229 \ |
---|
16 | sha1 c1517cd439e09b28912664a968fe005b082b8789 \ |
---|
17 | rmd160 a84656a7ad0589b101bb7c30282aa70766c48c06 |
---|
18 | depends_lib port:goocanvas \ |
---|
19 | port:curl |
---|