# -*- 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 cmake 1.1 PortGroup github 1.0 PortGroup legacysupport 1.1 github.setup upa mscp 0.2.2 v github.tarball_from releases revision 0 description multi-threaded scp long_description \ mscp, a variant of scp, copies files over multiple SSH (SFTP) connections \ by multiple threads. categories net installs_libs no license GPL-3.0 maintainers {@lasmarois nicomarois.com:mail} \ openmaintainer checksums ${distname}${extract.suffix} \ rmd160 a7238a75ebd914414e0d7e74fcf53c0d5daa14ae \ sha256 ea94bd9097f80ff04fc45f597bc9f69d2f8d4de5f1542823aa9ee8cfc1a8df4a \ size 901452 cmake.build_type Release depends_build-append \ path:bin/doxygen:doxygen \ path:bin/pkg-config:pkgconfig \ port:python312 depends_lib-append path:lib/libssl.dylib:openssl \ port:kerberos5 \ port:libcomerr \ port:zlib # strndup, CLOCK_MONOTONIC legacysupport.newest_darwin_requires_legacy 15 # fileops.c:113: error: thread-local storage not supported for this target compiler.thread_local_storage yes configure.args-append \ -DPython_EXECUTABLE=${prefix}/bin/python3.12