Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144574 - app-crypt/ffv-0.43.ebuild (New Package)
Summary: app-crypt/ffv-0.43.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-20 19:07 UTC by Christopher J. Madsen
Modified: 2011-11-21 02:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-crypt/ffv-0.46.ebuild (ffv-0.46.ebuild,531 bytes, text/plain)
2006-08-20 19:09 UTC, Christopher J. Madsen
Details
digest-ffv-0.43 (digest-ffv-0.43,226 bytes, text/plain)
2006-08-20 19:15 UTC, Christopher J. Madsen
Details
app-crypt/ffv-0.47.ebuild (ffv-0.47.ebuild,486 bytes, text/plain)
2011-11-21 02:51 UTC, Christopher J. Madsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher J. Madsen 2006-08-20 19:07:29 UTC
I've written a program called Fast File Validator (FFV).  Since I'm a Gentoo user, I created an ebuild to go with it.

Fast File Validator (http://www.pobox.com/~cjm/ffv/) is a program for verifying files against a checksum file and for creating such checksum files. (I'm using checksum in the generic sense. Technically, neither CRC32 nor MD5 is really a checksum.)  FFV supports both SFV files (which use the CRC32 algorithm) and MD5 files.

I suggest app-crypt/ffv, since I found other checksum utilities there.

The only dependencies are g++ and the C++ standard library.  I'm not sure if that's supposed to be spelled out, so I just left DEPEND empty.
Comment 1 Christopher J. Madsen 2006-08-20 19:09:34 UTC
Created attachment 94737 [details]
app-crypt/ffv-0.46.ebuild
Comment 2 Christopher J. Madsen 2006-08-20 19:15:55 UTC
Created attachment 94738 [details]
digest-ffv-0.43
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-20 23:41:22 UTC
Comment on attachment 94738 [details]
digest-ffv-0.43

No need to attach digests...
Comment 4 Christopher J. Madsen 2006-08-31 12:40:41 UTC
Comment on attachment 94737 [details]
app-crypt/ffv-0.46.ebuild

I've released ffv 0.44, so I've renamed the ebuild to ffv-0.44.ebuild.
Comment 5 Christopher J. Madsen 2006-10-09 19:36:44 UTC
Comment on attachment 94737 [details]
app-crypt/ffv-0.46.ebuild

I've released ffv 0.45, so I've renamed the ebuild to ffv-0.45.ebuild.
Comment 6 Christopher J. Madsen 2007-03-04 22:06:24 UTC
Comment on attachment 94737 [details]
app-crypt/ffv-0.46.ebuild

I've released ffv 0.46, so I've renamed the ebuild to ffv-0.46.ebuild.
Comment 7 Christopher J. Madsen 2011-11-21 02:51:29 UTC
Created attachment 293257 [details]
app-crypt/ffv-0.47.ebuild

I've released ffv 0.47, so I've attached an updated ebuild.  This includes dependencies for the test suite.