summaryrefslogtreecommitdiffstats
path: root/misc/par2cmdline/README
diff options
context:
space:
mode:
author Thomas Morper <thomas@beingboiled.info>2010-05-13 00:59:29 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 00:59:29 +0200
commite86b7fd9c4586b3a5bede62545dfe3492225d231 (patch)
treef59479a0c02f31f3a5a5afbe3624098fce08a0ee /misc/par2cmdline/README
parent2f5dc57999e3794f9b4d41a27e5673d287e0c45d (diff)
downloadslackbuilds-e86b7fd9c4586b3a5bede62545dfe3492225d231.tar.gz
slackbuilds-e86b7fd9c4586b3a5bede62545dfe3492225d231.tar.xz
misc/par2cmdline: Added to 13.0 repository
Diffstat (limited to 'misc/par2cmdline/README')
-rw-r--r--misc/par2cmdline/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/par2cmdline/README b/misc/par2cmdline/README
new file mode 100644
index 0000000000..2e1f55e960
--- /dev/null
+++ b/misc/par2cmdline/README
@@ -0,0 +1,10 @@
+par2cmdline (Commandline implementation of PARv2.0 specification)
+
+par2cmdline is a GPL-licensed commandline tool for creating and using PAR2
+parity sets to detect damage in files and repair them if necessary. The
+program uses Reed Solomon Coding to perform its error correction. A useful
+program for checking and ensuring the integrity of binaries retrieved from
+usenet for instance.
+
+Several patches have been included to fix compilation issues on current
+platforms.