mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
94 lines
4.8 KiB
Tcl
94 lines
4.8 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/kffl/speedbump 1.1.0 v
|
|
revision 0
|
|
|
|
description \
|
|
TCP proxy for simulating variable, yet predictable network latency
|
|
|
|
long_description {*}${description}
|
|
|
|
categories net
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
checksums ${distname}${extract.suffix} \
|
|
rmd160 c88163480b6317da63baf7355d8fe48c7c229bc7 \
|
|
sha256 ab685094e2e78818921adc8705ab01c8d26719d11313e99b9638b84ebae38194 \
|
|
size 1546408
|
|
|
|
go.vendors gopkg.in/yaml.v3 \
|
|
lock v3.0.1 \
|
|
rmd160 e85ac1368fb7f9ef945b7fd7bd608a1f0d261c12 \
|
|
sha256 f3ea6be3f405ec25f8799773355aba54f8831d11f5315a01155bdc69b92eca7b \
|
|
size 91208 \
|
|
gopkg.in/alecthomas/kingpin.v2 \
|
|
lock v2.2.6 \
|
|
rmd160 af6db4648ec7638fb5cab49fd9536caa705f5fed \
|
|
sha256 31378085783496cff78c7d41479ccd6206c4f4e3892909ef0c2cd39e2de3b039 \
|
|
size 44374 \
|
|
golang.org/x/sys \
|
|
lock 988cb79eb6c6 \
|
|
rmd160 2a811d9ad19b374e9fa643a4b36cff0759f8c973 \
|
|
sha256 61e5f6e725d3a5ad7b647ddc01cfeae284330a078846982aced0a2e2ec3b5eb5 \
|
|
size 1303231 \
|
|
github.com/stretchr/testify \
|
|
lock v1.8.0 \
|
|
rmd160 5c390a4b7ea60de6cf9f69ece1cfc664e52c52b7 \
|
|
sha256 9b51f07d72fd2d88a76cd89fb8863fc69812e364d28d0a97f6eacf9cd974c71d \
|
|
size 97622 \
|
|
github.com/stretchr/objx \
|
|
lock v0.4.0 \
|
|
rmd160 7c15794276cc01606b1af8f7c1464f3c6267d669 \
|
|
sha256 2e19a33cf951b8d9d19ce9ac9ddbdf7bf866e8ee5a730a08020e612418ef3f3a \
|
|
size 163135 \
|
|
github.com/pmezard/go-difflib \
|
|
lock v1.0.0 \
|
|
rmd160 fc879bfbdef9e3ff50844def58404e2b5a613ab8 \
|
|
sha256 7cd492737641847266115f3060489a67f63581e521a8ec51efbc280c33fc991f \
|
|
size 11409 \
|
|
github.com/mattn/go-isatty \
|
|
lock v0.0.14 \
|
|
rmd160 8ebfd3a6f2898a729e41dff6b5359e88959c46e1 \
|
|
sha256 dc141c207a7f4eb83992df90ca087841a0a3aab5a4f2b528bf81d42a186bcc1e \
|
|
size 4705 \
|
|
github.com/mattn/go-colorable \
|
|
lock v0.1.12 \
|
|
rmd160 e2cc8dfa32f377718b887dd9493e277657206885 \
|
|
sha256 2eb2e98a9db73a52b684535450dbc1fda80780eada39612509550fbcb8c71cb1 \
|
|
size 9805 \
|
|
github.com/hashicorp/go-hclog \
|
|
lock v1.2.1 \
|
|
rmd160 fcdffb14a3982d6e60b164486a722089180a4e7d \
|
|
sha256 572881ec49ef452d13c2b1ce64b702f20c83661fe86b6c2a898c8f7070afaeb8 \
|
|
size 30223 \
|
|
github.com/fatih/color \
|
|
lock v1.13.0 \
|
|
rmd160 0c56533948a292eb8c5181e9a88a45fbd1267bf5 \
|
|
sha256 a65b114bfe507384e1660730803ffb4437c63a24dd11a5d7f61c77f048caa55f \
|
|
size 10828 \
|
|
github.com/davecgh/go-spew \
|
|
lock v1.1.1 \
|
|
rmd160 7c02883aa81f81aca14e13a27fdca9e7fbc136f7 \
|
|
sha256 e85d6afa83e64962e0d63dd4812971eccf2b9b5445eda93f46a4406f0c177d5f \
|
|
size 42171 \
|
|
github.com/alecthomas/units \
|
|
lock b94a6e3cc137 \
|
|
rmd160 475fb97c605c63d01720516dc3ee372ec7f1926d \
|
|
sha256 509136c476a1135a5cc81223096a593c83ff41cd618ecff775c309d5a0efa0e3 \
|
|
size 6017 \
|
|
github.com/alecthomas/template \
|
|
lock fb15b899a751 \
|
|
rmd160 34faebabc9eeabdf4e3efc70015e1f858ad787cf \
|
|
sha256 7bdd81cd04955c4251637e7196751a4626ae822382b9cbb33ea53eb5f8ce00e5 \
|
|
size 55322
|