diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-20 17:07:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-20 17:07:39 +0800 |
commit | 074bc09bd01353101e23f51eff9a131a93f43238 (patch) | |
tree | 746c42f80b8580e358c6327cabc4387c38dd9d09 /security/cfv/pkg-descr | |
parent | a9888a304387435f59cb878d6cbb8a39926ddcd8 (diff) | |
download | freebsd-ports-gnome-074bc09bd01353101e23f51eff9a131a93f43238.tar.gz freebsd-ports-gnome-074bc09bd01353101e23f51eff9a131a93f43238.tar.zst freebsd-ports-gnome-074bc09bd01353101e23f51eff9a131a93f43238.zip |
add cfv
cfv is a utility to both test and create .sfv, .csv and md5sum files
Diffstat (limited to 'security/cfv/pkg-descr')
-rw-r--r-- | security/cfv/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/cfv/pkg-descr b/security/cfv/pkg-descr new file mode 100644 index 000000000000..f13da078eecf --- /dev/null +++ b/security/cfv/pkg-descr @@ -0,0 +1,14 @@ +cfv is a utility to both test and create .sfv, .csv and md5sum files. These +files are commonly used to ensure the correct retrieval or storage of data. + +Features: + - supports .sfv, .csv(2, 3, and 4 field variants) and md5sum file formats + - automatic checksum file naming ability in create mode + - recursive operation + - show unverified files option + - ignore case and fix path seperator options for cross platform use + - transparent gzip support for checksum files + - configurable renaming of bad files (with testing against previous bad + files, to save only unique differing copies) + +WWW: http://cfv.sourceforge.net/ |