# -*- 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 golang 1.0 go.setup github.com/Shopify/toxiproxy 2.1.4 v categories net platforms darwin supported_archs x86_64 maintainers {amake @amake} openmaintainer license MIT description Toxiproxy is a framework for simulating network conditions. long_description Toxiproxy is a framework for simulating network conditions. \ It's made specifically to work in testing, CI and development environments, \ supporting deterministic tampering with connections, but with support for \ randomized chaos and customization. Toxiproxy is the tool you need to prove \ with tests that your application doesn't have single points of failure. checksums rmd160 4d5e062f394c7cb71ab507282820e88272324ec8 \ sha256 ae16fc8392a2728d0c058d2757be1673224ff65d502dc474e335fedd63e816fa \ size 623940 build.cmd make build.target ${goos} destroot { xinstall -m 755 ${worksrcpath}/tmp/build/${name}-server-${goos}-${goarch} \ ${destroot}${prefix}/bin/${name}-server xinstall -m 755 ${worksrcpath}/tmp/build/${name}-cli-${goos}-${goarch} \ ${destroot}${prefix}/bin/${name}-cli }