Files
Aaron Madlon-KayandAaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

34 lines
1.3 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 golang 1.0
go.setup github.com/tylertreat/comcast 1.0.1 v
revision 0
description \
Simulating terrible network connections so you can build better systems.
long_description \
Testing distributed systems under hard failures like network partitions \
and instance termination is critical, but it's also important we test \
them under less catastrophic conditions because this is what they most \
often experience. Comcast is a tool designed to simulate common network \
problems like latency, bandwidth restrictions, and \
dropped/reordered/corrupted packets. It works by wrapping up some system \
tools in a portable(ish) way.
categories net
installs_libs no
license Apache-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 97d0e4b9b009083a7139e416d7ae2a00bb43bea3 \
sha256 d1ca7177314fc419bf3e10a33e09d582674bd59a5c3ec427ed56f5d8b1ddb2c8 \
size 13586
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}