Skip to Content.
Sympa Menu

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

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 (6432e96f147fb43c4ea27f4e6fcbd678e86fb9db)
  • Date: Wed, 9 Dec 2015 22:25:04 +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 -
utils/rhash/BUILD | 1 +
utils/rhash/DETAILS | 33 +++++++++++++++++++++++++++++++++
utils/rhash/HISTORY | 2 ++
utils/rhash/INSTALL | 1 +
9 files changed, 38 insertions(+), 38 deletions(-)

New commits:
commit 6432e96f147fb43c4ea27f4e6fcbd678e86fb9db
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Move rhash to utils, first committed under wrong directory

diff --git a/ChangeLog b/ChangeLog
index ace5a87..a3de09d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
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
+ * utils/rhash: new spell, Utility for computing and verifying hash
sums of files

2015-12-09 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/libs/rhash/BUILD b/libs/rhash/BUILD
deleted file mode 100755
index 8f58e6d..0000000
--- a/libs/rhash/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make
diff --git a/libs/rhash/DETAILS b/libs/rhash/DETAILS
deleted file mode 100755
index c600ff9..0000000
--- a/libs/rhash/DETAILS
+++ /dev/null
@@ -1,33 +0,0 @@
- 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
deleted file mode 100644
index c6fac3d..0000000
--- a/libs/rhash/HISTORY
+++ /dev/null
@@ -1,2 +0,0 @@
-2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD, DETAILS, INSTALL: spell created
diff --git a/libs/rhash/INSTALL b/libs/rhash/INSTALL
deleted file mode 100755
index a420c42..0000000
--- a/libs/rhash/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX="$INSTALL_ROOT"/usr install
diff --git a/utils/rhash/BUILD b/utils/rhash/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/rhash/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/rhash/DETAILS b/utils/rhash/DETAILS
new file mode 100755
index 0000000..c600ff9
--- /dev/null
+++ b/utils/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/utils/rhash/HISTORY b/utils/rhash/HISTORY
new file mode 100644
index 0000000..c6fac3d
--- /dev/null
+++ b/utils/rhash/HISTORY
@@ -0,0 +1,2 @@
+2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/utils/rhash/INSTALL b/utils/rhash/INSTALL
new file mode 100755
index 0000000..a420c42
--- /dev/null
+++ b/utils/rhash/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT"/usr install



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

Archive powered by MHonArc 2.6.24.

Top of Page