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`.
98 lines
4.8 KiB
Tcl
98 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/jrhouston/tfk8s 0.1.10 v
|
|
revision 0
|
|
|
|
description \
|
|
A tool for converting Kubernetes YAML manifests to Terraform HCL
|
|
|
|
long_description \
|
|
${name} is a tool that makes it easier to work with the Terraform \
|
|
Kubernetes Provider. If you want to copy examples from the Kubernetes \
|
|
documentation or migrate existing YAML manifests and use them with \
|
|
Terraform without having to convert YAML to HCL by hand, this tool is for \
|
|
you.
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
build.cmd make
|
|
build.args build
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
checksums ${distname}${extract.suffix} \
|
|
rmd160 6a79a4ab45043cb32821bc7524890d06132fda4e \
|
|
sha256 be2680e76311ac7dd814a1bb0dceb486e3511d8d68845421338f9fcf5a92d5f9 \
|
|
size 11927
|
|
|
|
go.vendors sigs.k8s.io/yaml \
|
|
repo github.com/kubernetes-sigs/yaml \
|
|
lock v1.1.0 \
|
|
rmd160 63330fda26d3fd3f647451bce6db93e93752ffaf \
|
|
sha256 143f8101199ff36a2724a9aceef7b14689a812436ced01e63d969b3bebc2f37b \
|
|
size 14903 \
|
|
gopkg.in/yaml.v2 \
|
|
lock v2.2.8 \
|
|
rmd160 cd9df3ede3e0a28cc30fa7f41f59f20acb91edbf \
|
|
sha256 7c8b9e36fac643f1b4a5fc1dc578fb569fc3a1d611c02c3338f4efa84de729fa \
|
|
size 72749 \
|
|
gopkg.in/check.v1 \
|
|
lock 41f04d3bba15 \
|
|
rmd160 1e5543a8e6a3159296ee63e28cbde9931a04f6b3 \
|
|
sha256 c41575a73d10809f89b05ef9e783f2d53facdc6573697770d30efb05a9d2dc28 \
|
|
size 31612 \
|
|
golang.org/x/text \
|
|
lock v0.3.5 \
|
|
rmd160 2bc41a433ef7cbbf321afed39256a65d43ef3c8b \
|
|
sha256 148ec80befd0392454a5d7756abcebeb74f863e6e4b1e1ff63bbe06c2b49e120 \
|
|
size 8349629 \
|
|
github.com/zclconf/go-cty \
|
|
lock v1.8.0 \
|
|
rmd160 7a94044b9f0f5ec6d5513e35baee734a74f21452 \
|
|
sha256 cb17d56d5e0ebc21bc26561b481fa9bf0801a78de0c53599885ec08ca05fc9e3 \
|
|
size 185644 \
|
|
github.com/stretchr/testify \
|
|
lock v1.5.1 \
|
|
rmd160 db9d43c3c804950ce9650d830f7dea5434ed83c1 \
|
|
sha256 e5f566d1c23fb2b987f8a9f139e32866c1eea8c72051da25bbf6880a4f8c541a \
|
|
size 78702 \
|
|
github.com/spf13/pflag \
|
|
lock v1.0.3 \
|
|
rmd160 32abdd77a987af95ce5b647846bfdbb2d8db91a0 \
|
|
sha256 046b6b81e3925ffe60e2213e9a239303ff98a51e76764590b807b591fedf2d1e \
|
|
size 46029 \
|
|
github.com/pmezard/go-difflib \
|
|
lock v1.0.0 \
|
|
rmd160 fc879bfbdef9e3ff50844def58404e2b5a613ab8 \
|
|
sha256 7cd492737641847266115f3060489a67f63581e521a8ec51efbc280c33fc991f \
|
|
size 11409 \
|
|
github.com/kr/text \
|
|
lock v0.1.0 \
|
|
rmd160 0b3c78459e227170a3b80a0103d87a3eef77ed88 \
|
|
sha256 5ed970aad0da3cba3cffacdb4d154a162a8968655ee6d6f7b627e71b869efaf6 \
|
|
size 8691 \
|
|
github.com/kr/pretty \
|
|
lock v0.1.0 \
|
|
rmd160 9aa7a5aad4c48840eecfd0f80186d1fb5ded0fd6 \
|
|
sha256 f6c3f89667c63e5b7f1fc6ee2c06b6a6bfdce88f3a965ccd395b64c6f95c9a47 \
|
|
size 8553 \
|
|
github.com/google/go-cmp \
|
|
lock v0.5.2 \
|
|
rmd160 5021dfa1c1da165c38f7a1a0b78794204233735f \
|
|
sha256 6631e46f37f68fde3c411c90e9b9186526903a2123222f08de658547b1caafca \
|
|
size 99774 \
|
|
github.com/davecgh/go-spew \
|
|
lock v1.1.1 \
|
|
rmd160 7c02883aa81f81aca14e13a27fdca9e7fbc136f7 \
|
|
sha256 e85d6afa83e64962e0d63dd4812971eccf2b9b5445eda93f46a4406f0c177d5f \
|
|
size 42171
|