Commits
Michael Dickens authored 051f24eeb52
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 4 | PortGroup cmake 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | PortGroup qt5 1.0 |
7 7 | PortGroup cxx11 1.1 |
8 8 | |
9 - | github.setup miek inspectrum 11853b64062bda4f81926613f15d1d9654c227c8 |
10 - | version 20180320 |
11 - | checksums rmd160 16c45c6fcc214de8fcf978ec7ac29989800d1cf9 \ |
12 - | sha256 9c0a3d4a90b4de599fabe3dd4335d5dbd20757a9e192a743e99b31e5eb1b01a4 \ |
13 - | size 109201 |
9 + | github.setup miek inspectrum d8d523019866d2f54e0e6ddee3fd65214e01f62a |
10 + | version 20180603 |
11 + | checksums rmd160 27df16ddec484dc7634d61255b2a7d91ab9953a2 \ |
12 + | sha256 c5e3f1158d11b22103ec9b5a41601b4f9805a5d56ad1c07ab116608cdfc7d235 \ |
13 + | size 109187 |
14 14 | |
15 15 | categories science comms |
16 16 | maintainers {michaelld @michaelld} openmaintainer |
17 17 | description Provides augmented functionality for GNU Radio: inspectrum realizes signal analysis abilities in typical block-structure |
18 18 | long_description ${description} |
19 19 | license GPL-3 |
20 20 | platforms darwin |
21 21 | |
22 22 | depends_build-append port:pkgconfig |
23 23 | |