diff options
author | powtrix <powtrix@gmail.com> | 2012-02-20 16:40:32 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-03-29 10:16:24 -0500 |
commit | 0b73ea593452a71b34a548014c843d96bdb68c88 (patch) | |
tree | 1bacf262a30871eea44649d74f95163ed8b226ce /misc/par2cmdline-tbb/slack-desc | |
parent | e6f1ecf787fcc2e266db623f829e67f3295510af (diff) | |
download | slackbuilds-0b73ea593452a71b34a548014c843d96bdb68c88.tar.gz |
misc/par2cmdline-tbb: Added (a multithreaded version of par2cmdline)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/par2cmdline-tbb/slack-desc')
-rw-r--r-- | misc/par2cmdline-tbb/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/par2cmdline-tbb/slack-desc b/misc/par2cmdline-tbb/slack-desc new file mode 100644 index 0000000000..30fd2c55b5 --- /dev/null +++ b/misc/par2cmdline-tbb/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler----------------------------------------------------| +par2cmdline-tbb: par2cmdline-tbb (a multithreaded version of par2cmdline) +par2cmdline-tbb: +par2cmdline-tbb: This is a concurrent (multithreaded) version of par2cmdline, +par2cmdline-tbb: a utility to create and repair data files using Reed Solomon +par2cmdline-tbb: coding. par2 parity archives are commonly used on Usenet +par2cmdline-tbb: postings to allow corrupted postings to be repaired instead +par2cmdline-tbb: of needing the original poster to repost the corrupted file(s). +par2cmdline-tbb: This version has been modified to utilise the Intel Threading +par2cmdline-tbb: Building Blocks 2.2 library. +par2cmdline-tbb: +par2cmdline-tbb: Home page: http://chuchusoft.com/par2_tbb/index.html |