Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (56b55f1c47b42f9ad7b8a985854a7063807c0aa2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (56b55f1c47b42f9ad7b8a985854a7063807c0aa2)
  • Date: Wed, 9 Dec 2015 22:19:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 2 ++
libs/rhash/BUILD | 1 +
libs/rhash/DETAILS | 33 +++++++++++++++++++++++++++++++++
libs/rhash/HISTORY | 2 ++
libs/rhash/INSTALL | 1 +
5 files changed, 39 insertions(+)

New commits:
commit 56b55f1c47b42f9ad7b8a985854a7063807c0aa2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rhash: new spell, Utility for computing and verifying hash sums of files

diff --git a/ChangeLog b/ChangeLog
index fa26b48..ace5a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
* libs/jsoncpp: new spell, A C++ library for interacting with JSON
+ * libs/rhash: new spell, Utility for computing and verifying hash
+ sums of files

2015-12-09 Treeve Jelbert <treeve AT sourcemage.org>
* xorg-lib/libxfont2: added, moderenised version of libxfont
diff --git a/libs/rhash/BUILD b/libs/rhash/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/rhash/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/rhash/DETAILS b/libs/rhash/DETAILS
new file mode 100755
index 0000000..c600ff9
--- /dev/null
+++ b/libs/rhash/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=rhash
+ VERSION=1.3.3
+ SOURCE="RHash-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/$SPELL/RHash/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:067601710f87029a32e95de4e4f3cfe435b31ef6a443f1cffcd5d7c3509ae9b71501103539e37ca3e1e01870e7c1db522af516296efb13ad2c4630b5efab3238
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
+ WEB_SITE="http://rhash.anz.ru/";
+ 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
diff --git a/libs/rhash/HISTORY b/libs/rhash/HISTORY
new file mode 100644
index 0000000..c6fac3d
--- /dev/null
+++ b/libs/rhash/HISTORY
@@ -0,0 +1,2 @@
+2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/libs/rhash/INSTALL b/libs/rhash/INSTALL
new file mode 100755
index 0000000..a420c42
--- /dev/null
+++ b/libs/rhash/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT"/usr install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (56b55f1c47b42f9ad7b8a985854a7063807c0aa2), Ismael Luceno, 12/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page