On 2021/03/03 20:07, Bjorn Ketelaars wrote: > On Wed 03/03/2021 15:23, Stuart Henderson wrote: > > On 2021/03/03 15:23, Bjorn Ketelaars wrote: > > > I would like to import bupstash, which is a tool (written in rust) for > > > encrypted backups. Features are somewhat comparable to those of > > > sysutils/borgbackup and sysutils/restic. Interesting is that it feels > > > considerably faster than borgbackup, and the list of run dependencies is > > > short (1). Enclosed tarball supersedes the version I've sent earlier > > > [0]. > > > > The rundeps are short because they are bundled of course ;) > > I don't know if it's better to use this src+deps bundle tar.gz, or if > > it might be better to use the smaller git archive and normal MODCARGO > > infrastructure, CC'ing semarie, what do you think? > > I agree with semarie@'s comment: "but it is more work to use MODCARGO > instead of just using src+deps...". With this in mind I prefer to use > src+deps, which makes maintaining this port easier.
Thanks. OK. BTW besides the automatic handling for building with the ports version of some native libraries the semarie mentioned, it also provides a way to replace crates with different versions if needed, which we've had to use for rust software on some arches (especially libc on sparc64, but some others too I think). So it might be worth keeping an eye on bulk build logs and see how it gets on.