Commits
Michael Dickens authored 5e9d0b8aa17
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 d8d523019866d2f54e0e6ddee3fd65214e01f62a |
10 - | version 20180603 |
11 - | checksums rmd160 27df16ddec484dc7634d61255b2a7d91ab9953a2 \ |
12 - | sha256 c5e3f1158d11b22103ec9b5a41601b4f9805a5d56ad1c07ab116608cdfc7d235 \ |
13 - | size 109187 |
9 + | github.setup miek inspectrum d844c921e51e6d3e4aaea46b622cfa1a38feadfe |
10 + | version 20180708 |
11 + | checksums rmd160 ce4ff2bc4878ce32581782d48edb772be4aa51b7 \ |
12 + | sha256 273a62559afdfed647f4ea811969f8d944973444aae5ff9a18396fcf2788f41f \ |
13 + | size 109184 |
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 | |