AminetAminet
Search:
84479 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/misc/cksfv-1.3.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Check SFV: Create + verify SFV files
Author:Bryan Call
Uploader:aminet aminet net
Type:util/misc
Version:1.3
Architecture:ppc-morphos
Date:2006-12-14
Download:http://aminet.net/util/misc/cksfv-1.3.lha - View contents
Readme:http://aminet.net/util/misc/cksfv-1.3.readme
Downloads:788

##############################################################################
Overview
##############################################################################
cksfv (Check SFV) can create simple file verification (SFV) listings and test
already created SFV files.  Uses the crc32 checksum.

##############################################################################
Description
##############################################################################
Some files that you download will come with a .sfv file.  This is used to
verify that the files that you recieved are the same as the originals.
cksfv is a program that can use the .sfv file to verify the downloaded
files.  Also, it can be used to create new .sfv files.

##############################################################################
Examples
##############################################################################
Say you just downloaded some files and they came with .sfv file.  To verify
the files you can run the following command.  The output for the following
command is also shown.

        $ cksfv -f new_files.sfv
        --( Verifying file: new_files.sfv )-------------------------
        COPYING:        OK
        ChangeLog:      OK
        Makefile:       OK
        README:         OK
        cksfv:          OK
        ------------------------------------------------------------
        Everything OK

If you are getting a lot of errors looking like this:

        $ cksfv -f new_files.sfv
        --( Verifying file: new_files.sfv )-------------------------
        COPYING:        No such file or directory
        ChangeLog:      No such file or directory
        Makefile:       No such file or directory
        README:         No such file or directory
        cksfv:          No such file or directory
        ------------------------------------------------------------
        Errors Occured

You might want to try using the -i flag.  This ignores case on filenames.
Sometimes the .sfv file will have all the file names in uppercase and your
files will be all in lowercase.  This option will fix that problem.

        $ cksfv -f new_files.sfv -i
        --( Verifying file: new_files.sfv )-------------------------
        COPYING:        OK
        ChangeLog:      OK
        Makefile:       OK
        README:         OK
        cksfv:          OK
        ------------------------------------------------------------
        Everything OK
        
Now for creating your own .sfv files.  You can run the following command.

        $ cksfv * > mine.sfv

It will create a create a file that looks like:

        ; Generated by cksfv v1.0 on 2000-04-17 at 10:47.20
        ; Written by Bryan Call <bc at fodder.org> - http://www.fodder.org/cksfv
        ;
        ;        17982  16:38.32 2000-04-16 COPYING
        ;          237  16:38.32 2000-04-16 ChangeLog
        ;          987  10:18.08 2000-04-17 Makefile
        ;          612  16:55.15 2000-04-16 README
        ;         9247  10:46.31 2000-04-17 cksfv
        COPYING 82734A69
        ChangeLog B8C5F036
        Makefile 44B12F14
        README 24C0ECD3
        cksfv 24B53B0D


Right now the files can only be access via http at
http://www.fodder.org/cksfv/.  I have a tarball and RPMs there.


Contents of util/misc/cksfv-1.3.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  676    1289  52.4% -lh5- b01c Jul  6  2001 ChangeLog
[generic]                13044   26648  48.9% -lh5- 014e Jul 15  2004 cksfv
[generic]                 6993   17982  38.9% -lh5- dc3e Jul  6  2001 copying
[generic]                  403    1236  32.6% -lh5- 1bbd Jul  6  2001 install
[generic]                  976    3274  29.8% -lh5- a62f Jul  6  2001 readme
[generic]                  314     566  55.5% -lh5- e5ab Jul  6  2001 todo
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total         6 files   22406   50995  43.9%            Dec 14  2006

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>