Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
445 B
Text
9 lines
445 B
Text
The Simple File Verification (SFV) system is a file integrity verification
|
|
system which is popular on some platforms. A software package may be
|
|
accompanied by an SFV file (usually with extension .sfv) which contains
|
|
CRC-32 checksums for all the files that comprise the package.
|
|
|
|
cksfv (Check SFV) can both create simple file verification (SFV) files, and
|
|
test file integrity against existing SFV files.
|
|
|
|
WWW: http://freecode.com/projects/cksfv
|