1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/cksfv/pkg-descr
James E. Housley b121518905 New Port: security/cksfv
Create or manipulate Simple File Verification (SFV) checksum files

PR:		22075
Submitted by:	Johann Visagie <johann@egenetics.com>
2000-10-28 12:44:15 +00:00

14 lines
529 B
Plaintext

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.
Licence: GPL
Author: Bryan Call <bc@fodder.org>
WWW: http://www.fodder.org/cksfv/
-- Johann Visagie <johann@egenetics.com>