Commits
Davide Gerhard authored and Marius Schamschula committed ae181753da8
1 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 2 | |
3 3 | PortSystem 1.0 |
4 + | PortGroup app 1.0 |
4 5 | |
5 6 | name gpredict |
6 7 | version 2.2.1 |
7 - | revision 3 |
8 + | revision 4 |
8 9 | categories science |
9 10 | license GPL-2+ |
10 11 | platforms darwin |
11 12 | maintainers {mps @Schamschula} openmaintainer |
12 13 | |
13 14 | description GNOME-based satellite tracking program |
14 15 | |
15 16 | long_description Gpredict is a real-time satellite tracking and orbit \ |
16 17 | prediction application. It can track an unlimited number \ |
17 18 | of satellites and display their position and other data \ |
33 34 | port:pkgconfig |
34 35 | depends_lib port:goocanvas2 \ |
35 36 | port:librsvg \ |
36 37 | port:curl |
37 38 | |
38 39 | # https://bugs.launchpad.net/intltool/+bug/1197875 |
39 40 | # gpredict ships its own copy of the buggy intltool.m4, so just autoreconfing |
40 41 | # won't help. Have to patch something and configure is easiest. |
41 42 | patchfiles configure-intltool_perl.patch |
42 43 | |
44 + | app.create yes |
45 + | app.name Gpredict |
46 + | app.executable gpredict |
47 + | app.icon pixmaps/icons/gpredict-icon.png |
48 + | app.retina yes |
49 + | |
43 50 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |