Menu

Tree [51f5d0] master /
 History

HTTPS access


File Date Author Commit
 bin 2006-04-23 Matthew Mueller Matthew Mueller [4cf1b2] change test runner to handle the modular layout
 debian 2001-09-03 Matthew Mueller Matthew Mueller [3a139a] prepare for 1.9 release
 lib 2013-02-19 Matthew Mueller Matthew Mueller [51f5d0] Remove VerifyXML support. It was never enabled...
 test 2013-02-19 Matthew Mueller Matthew Mueller [51f5d0] Remove VerifyXML support. It was never enabled...
 .gitignore 2013-02-15 Matthew Mueller Matthew Mueller [fe460d] add .gitignore for .py[co] files
 COPYING 2001-03-19 Matthew Mueller Matthew Mueller [634723] mass commit of version 1.1
 Changelog 2008-06-23 Matthew Mueller Matthew Mueller [5aede5] move 1.18.2 changes into their own section of c...
 Makefile 2006-04-23 Matthew Mueller Matthew Mueller [80dca4] Make the setup.py file the canonical way to ins...
 README 2007-03-04 Matthew Mueller Matthew Mueller [6badfe] Import bencode and btformat modules, remove dep...
 cfv.1 2005-02-06 Matthew Mueller Matthew Mueller [b6a059] remove encoding option from cfvrc, it makes no ...
 cfv.nsi 2005-02-04 Matthew Mueller Matthew Mueller [c6f45c] prepare for 1.18.1 release
 setup.py 2006-04-23 Matthew Mueller Matthew Mueller [80dca4] Make the setup.py file the canonical way to ins...

Read Me

cfv 2.x  Copyright 2000-2006 Matthew Mueller <donut AT dakotacom DOT net>


Requirements:
  Python >= 2.4           http://www.python.org/

Optional:
  Python Imaging Library  http://www.pythonware.com/products/pil/
    (only needed if you want to create the dimensions column of .crc files)
  python-fchksum          http://www.dakotacom.net/~donut/programs/fchksum.html
    (may speed up checksumming speed a bit, especially if your python
     wasn't built with the mmap module.)

Unix Install:
1) make install (which just runs "python setup.py install --prefix=/usr/local")
2) read man page, cfv -h, etc.  have fun.
3) optional: run tests to verify correct operation: cd test; ./test.py

Windows Install:
1) maybe python setup.py install will do something useful?  At least it should
  stick the libraries in the right place.
2) move cfv.bat to somewhere in the path
3) Edit the cfv.bat file if your python is installed somewhere other than 
  c:\python24


Copying:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. 
See the file 'COPYING' for more information.

I would appreciate it if you make modifications if you would send them
to me for possible inclusion in the main source.

You can get the latest version at 
http://cfv.sourceforge.net/
or
http://www.dakotacom.net/~donut/programs/cfv.html
or
(ftp|http)://sunsite.unc.edu/pub/Linux/utils/file/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.