OS4 DepotLogo by DBAlex 
(anonymous IP: 3.145.36.10,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Misc » cksfv.lha

Cksfv

Description: Cksfv Crc Tool Checker
Download: cksfv.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 67kb
Version: 1.3
Date: 29 Sep 2005
Author: Nicolas Mendoza (AmigaOS port)
Submitter: Steven Solie
Email: mendoza/pvv ntnu no
Homepage: http://www.fodder.org/cksfv
Category: utility/misc
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 1074
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 308  (Current version)
307  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Cksfv Crc Tool Checker

ABOUT:
 
This is a tool to generate ".SFV" files + test ".SFV" files other people has
made.
Sfv is a well known CRC checking tool and its for all plattforms, chksfv is
compatible
with QSFV for windows etc.


EXAMPLES:

Dopus 4.x Button example:  (for testing sfv's made by others)
 
SYS:C/cksfv -C "{s}" -f {o} -i
 
Dopus 4.x Button example: (Creating new sfv)
 
SYS:C/cksfv {O} > {Rs Name of Sfv}.sfv
 
or
 
cksfv {f} >{d}{rs}
 
 
--- Aminet-style readme written by Tony Aksnes


README:

##############################################################################
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()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.






Copyright © 2004-2024 by Björn Hagström All Rights Reserved