Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4f035ded8d045e760ef1560fbbfedce2d821f223)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4f035ded8d045e760ef1560fbbfedce2d821f223)
  • Date: Sat, 25 Dec 2010 19:50:41 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
security/phash/DEPENDS | 2 ++
security/phash/DETAILS | 20 ++++++++++++++++++++
security/phash/HISTORY | 3 +++
4 files changed, 28 insertions(+)

New commits:
commit 4f035ded8d045e760ef1560fbbfedce2d821f223
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

security/phash: new spell, perceptual hash library

diff --git a/ChangeLog b/ChangeLog
index 9503384..b949711 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-26 Ladislav Hagara <hgr AT vabo.cz>
+ * security/phash: new spell, perceptual hash library
+
2010-12-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/lasi: new spell, a C++ stream library for generating postscript
documents
diff --git a/security/phash/DEPENDS b/security/phash/DEPENDS
new file mode 100755
index 0000000..88ae4e1
--- /dev/null
+++ b/security/phash/DEPENDS
@@ -0,0 +1,2 @@
+depends LIBAVCODEC &&
+depends cimg
diff --git a/security/phash/DETAILS b/security/phash/DETAILS
new file mode 100755
index 0000000..260260f
--- /dev/null
+++ b/security/phash/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=phash
+ VERSION=0.9.3
+ SOURCE=pHash-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.phash.org/releases/$SOURCE
+
SOURCE_HASH=sha512:dbc2f6a63474df0dd4ad27eb532be7d30bd94e27cadc3ea695906d169f3650cc354c85c683a6d17dbed528b3074ece034ecc8f96ad03be8d90633cbadcce1834
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/pHash-$VERSION"
+ WEB_SITE=http://www.phash.org/
+ LICENSE[0]=GPL
+ ENTERED=20101226
+ SHORT="perceptual hash library"
+cat << EOF
+pHash is an implementation of various perceptual hashing algorithms. A
+perceptual hash is a fingerprint of an audio, video, or image file that is
+mathematically based on the audio or visual content contained within. Unlike
+cryptographic hash functions that rely on the avalanche effect of small
+changes in input leading to drastic changes in the output, perceptual hashes
+are "close" to one another if the inputs are visually or auditorily
+similar. As a result, perceptual hashes must also be robust enough to take
+into account transformations that could have been performed on the input.
+EOF
diff --git a/security/phash/HISTORY b/security/phash/HISTORY
new file mode 100644
index 0000000..5dc135e
--- /dev/null
+++ b/security/phash/HISTORY
@@ -0,0 +1,3 @@
+2010-12-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.9.3
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4f035ded8d045e760ef1560fbbfedce2d821f223), Ladislav Hagara, 12/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page