mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup gnuradio 1.0
|
|
|
|
name gr-tdd
|
|
maintainers {michaelld @michaelld} openmaintainer
|
|
description Provides augmented functionality for GNU Radio: test driven development blocks
|
|
long_description {*}${description}
|
|
license GPL-3
|
|
|
|
if {${subport} eq ${name}} {
|
|
version 20190521-13ae75ea
|
|
revision 1
|
|
replaced_by gr37-tdd
|
|
PortGroup obsolete 1.0
|
|
}
|
|
|
|
subport gr37-tdd {
|
|
|
|
name gr37-tdd
|
|
|
|
github.setup mbkitine gr-tdd 13ae75ea7dd089f7d7082749f7b2ed2a7d771f38
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20190521-[string range ${github.version} 0 7]
|
|
checksums rmd160 c94cb8ed0e0b8601a50db8b3afe0322829216065 \
|
|
sha256 33e6fad6c45b136742bc85869364d1acb428fc19934543e8a50c80f1602e3681 \
|
|
size 1171149
|
|
revision 1
|
|
|
|
conflicts \
|
|
gr-tdd
|
|
|
|
}
|