File: README

package info (click to toggle)
cfv 1.18-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,016 kB
  • ctags: 471
  • sloc: python: 3,284; makefile: 94; sh: 24
file content (45 lines) | stat: -rw-r--r-- 1,801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
cfv 1.18  Copyright 2000-2005 Matthew Mueller <donut AT dakotacom DOT net>


Requirements:
  Python >= 1.6           http://www.python.org/
    (Python >= 2.3 is recommended for best unicode support)

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.)
  BitTorrent              http://www.bitconjurer.org/BitTorrent/
    (modules must be in the python search path to allow .torrent checking.)

Unix Install:
1) run make with no arguments to see possible installation methods
2) run your chosen method (or manually put cfv and cfv.1 where you want)
3) read man page, cfv -h, etc.  have fun.
4) optional: run tests to verify correct operation: cd test; ./test.py

Windows Install:
1) move cfv.py to c:\python24\lib\site-packages\
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 (and obviously you'll need to change the path in step 1 too.)


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/