-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
760f78d
commit 8100817
Showing
4 changed files
with
86 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# -*- 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 python 1.0 | ||
|
||
name py-mitmproxy_macos | ||
version 0.11.2 | ||
revision 0 | ||
|
||
license MIT | ||
maintainers nomaintainer | ||
supported_archs arm64 x86_64 | ||
|
||
description Precompiled binaries used by Mitmproxy | ||
long_description {*}${description}, provides Local Redirect Mode and automates the certificate trust process. \ | ||
See https://mitmproxy.org/posts/local-redirect/macos/ | ||
|
||
homepage https://mitmproxy.org/ | ||
|
||
master_sites https://files.pythonhosted.org/packages/2e/8f/0c7115979f756945bea0c7c9ddf31b5be98069dc87848a237b020462ed6f/ | ||
distname mitmproxy_macos-${version}-py3-none-any | ||
|
||
checksums rmd160 50f64257a2409f8e412384acf152887aeba9ca05 \ | ||
sha256 1711554a70e294a9dbcb6e332c1d5695b46dedde11c8bebc00ea60aaea70639c \ | ||
size 2654010 | ||
|
||
extract.suffix .whl | ||
extract.only | ||
|
||
python.versions 310 311 312 313 | ||
|
||
build {} | ||
|
||
destroot.target ${distpath}/${distfiles} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# -*- 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 python 1.0 | ||
|
||
name py-mitmproxy_rs | ||
version 0.11.2 | ||
revision 0 | ||
|
||
license MIT | ||
maintainers nomaintainer | ||
supported_archs arm64 x86_64 | ||
|
||
description "Rust bits" for Mitmproxy | ||
long_description {*}${description}, most notably WireGuard Mode and Local Redirect Mode. | ||
|
||
homepage https://mitmproxy.org/ | ||
|
||
master_sites https://files.pythonhosted.org/packages/0a/b9/fc824f3c05a88b371997160968a91ebe64ea3b1f4b0e68a3443f395f3b59/ | ||
distname mitmproxy_rs-${version}-cp310-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2 | ||
|
||
checksums rmd160 3b052ed68a153a2955e2d6785f008d052f53cc37 \ | ||
sha256 fa26b9abf8a126e0ec442aac676996f9f90c3a40926621611cf3f09764c4a7ec \ | ||
size 3721203 | ||
|
||
extract.suffix .whl | ||
extract.only | ||
|
||
python.versions 310 311 312 313 | ||
|
||
build {} | ||
|
||
destroot.target ${distpath}/${distfiles} | ||
|
||
if {${name} ne ${subport}} { | ||
depends_run-append \ | ||
port:py${python.version}-mitmproxy_macos | ||
} |