SPELL=rhash VERSION=1.4.6 SOURCE="RHash-$VERSION.tar.gz" SOURCE_URL[0]=https://github.com/$SPELL/RHash/archive/v$VERSION.tar.gz SOURCE_HASH=sha512:c125b71ec36cce2ec31057239cac8b987555f5e3b152dacb6386b905f8cc4d449c1de5b53e5a5206a2d87975681225c9b54e5826c10ffd91b3440f8595d22b15 SOURCE_DIRECTORY="$BUILD_DIRECTORY/RHash-${VERSION}" WEB_SITE="https://rhash.sourceforge.net/" LICENSE[0]=MIT LICENSE[1]=BSD LICENSE[2]=RHash ENTERED=20151209 KEYWORDS="" SHORT="Utility for computing and verifying hash sums of files" cat << EOF RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files. It supports CRC32, MD4, MD5, SHA1, SHA256, SHA512, Tiger, DC++ TTH, BitTorrent BTIH, ED2K, AICH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R 256/512, Whirlpool and Snefru-128/256 algorithms. Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring. Features: * Can calculate Magnet links. * Output in a predefined (SFV, BSD-like) or user defined format. * Ability to process directories recursively. * Updating of existing hash files (adding sums of files missing in the hash file). * Calculates several hash sums in one pass. * Portability: the program works the same under Linux, *BSD, or Windows. RHash is written in pure C, small in size and is distributed under Open Source License EOF