Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19599/10.3/unstable/main/finkinfo/net

Added Files:
        python-fchksum-py.info 
Removed Files:
        python-fchksum.info 
Log Message:
rename file to agree with convention


--- NEW FILE: python-fchksum-py.info ---
Info2: <<
Package: python-fchksum-py%type_pkg[python]
Version: 1.7.1
Revision: 3
Type: python (2.1 2.2 2.3 2.4)
Source: 
http://www.dakotacom.net/~donut/programs/fchksum/python-fchksum-%v.tar.gz
Source-MD5: 5a7fdec9b6a04ef6d17962df2a74284b
Depends: python%type_pkg[python]
Provides: python-fchksum
UpdateConfigGuess: true
CompileScript: <<
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py bdist
tar xzfv dist/*.tar.gz -C %d/
<<
DocFiles: COPYING Changelog README
Description: Python extension to find checksum of files
DescDetail: <<
fchksum is a Python module to find the checksum of files. Currently 
it supports md5, crc32, cksum, bsd-style sum, and sysv-style sum.

The advantage of using fchksum over the python md5 and zlib(.crc32) 
modules is both ease of use and speed. You only need to tell it the 
filename and the actual work is done by C code. Compared to the implementing 
a read loop in python with the standard python modules, fchksum is up to 2.0x 
faster in md5 and 1.1x faster in crc32. fchksum is written in C, and should 
probably compile on any unix. Most likely on other operating systems too.
<<
License: GPL
Maintainer: Thomas Kotzian <[EMAIL PROTECTED]>
Homepage: http://www.azstarnet.com/~donut/programs/fchksum.html
<<

--- python-fchksum.info DELETED ---



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to