Subject: CVS commit: pkgsrc/sysutils/ddiff
From: pin
Date: 2021-02-12 14:42:12
Message id: 20210212134213.05358FA95@cvs.NetBSD.org

Log Message:
sysutils/ddiff: import package

Small utility that checks if two folders are the same.
Simple CLI binary written in Rust that computes the hash of every file inside
two different folders and look for files inside the first folder but not inside
the second folder, and viceversa, or files with matching path but different
content (hash).

Check if two folders are the same or not e.g. while copying very important
files over the network.

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/ddiff/DESCR
1.1addpkgsrc/sysutils/ddiff/Makefile
1.1addpkgsrc/sysutils/ddiff/PLIST
1.1addpkgsrc/sysutils/ddiff/cargo-depends.mk
1.1addpkgsrc/sysutils/ddiff/distinfo