Joshua Root 3da9cd2a0d Use clonefile(2) in more places
A lot of file copies that we create are not subsequently modified,
especially in the destroot phase. This makes cloning a more efficient
alternative.

* Modified xinstall and 'file copy' Tcl commands to try cloning.
* Created a vendored copy of install(1) that tries cloning.
* Created a thin wrapper around cp(1) that adds the -c flag.
* If the build directory is on a filesystem that supports cloning, the
  configure.install option defaults to our install(1), and the
  directory containing our install and cp commands is added to the
  front of PATH, currently only during the destroot phase.

The code for all of the above is not built on systems that lack
clonefile(2). If cloning fails, everything will fall back to creating
a copy as previously done.
2024-08-28 00:24:25 +10:00
2024-08-16 11:44:00 +10:00
2024-08-02 22:26:47 +10:00
2024-07-06 23:47:53 +10:00
2018-06-08 10:02:03 -05:00
2024-08-28 00:24:25 +10:00
2024-08-28 00:24:25 +10:00
2024-08-28 00:24:25 +10:00
2016-08-17 21:57:59 +00:00
2024-08-28 00:24:25 +10:00
2017-01-18 14:59:01 -08:00
2023-03-30 12:16:54 +00:00
2024-08-16 11:01:10 +10:00
2024-08-28 00:24:25 +10:00
2024-08-28 00:24:25 +10:00
2021-04-17 10:45:21 +10:00
2024-06-28 08:59:54 +10:00
2011-06-19 16:28:10 +00:00
2020-01-17 22:30:35 -08:00
2016-12-15 05:51:11 +11:00

macports-base

This repository contains the source code for the MacPorts command-line client.

Official documentation: https://guide.macports.org/

S
Languages
Tcl 51.7%
C 33.7%
Assembly 9.6%
M4 2.7%
Shell 1.2%
Other 1.1%