[Lunar-commits] <moonbase> ophcrack: adding to moonbase.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Jun 21 17:11:43 CEST 2009


commit a6776e2038a0aff0c0ca42165801545691f39063
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jun 21 11:11:43 2009 -0400

    ophcrack: adding to moonbase.
---
 security/ophcrack/BUILD   |   13 +++++++++++++
 security/ophcrack/DEPENDS |    3 +++
 security/ophcrack/DETAILS |   17 +++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/security/ophcrack/BUILD b/security/ophcrack/BUILD
new file mode 100644
index 0000000..78cb79c
--- /dev/null
+++ b/security/ophcrack/BUILD
@@ -0,0 +1,13 @@
+(
+
+  if in_depends $MODULE qwt; then
+    . /etc/profile.d/qt4.rc
+    QWT=`lvu version qwt | cut -d- -f3`
+    OPTS="--enable-gui"
+     else
+    OPTS="--disable-gui --disable-graph"
+  fi &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/security/ophcrack/DEPENDS b/security/ophcrack/DEPENDS
new file mode 100644
index 0000000..467a671
--- /dev/null
+++ b/security/ophcrack/DEPENDS
@@ -0,0 +1,3 @@
+depends openssl
+
+optional_depends qwt "--with-qwt" "--without-qwt" "for Graph display support"
diff --git a/security/ophcrack/DETAILS b/security/ophcrack/DETAILS
new file mode 100644
index 0000000..df754c8
--- /dev/null
+++ b/security/ophcrack/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=ophcrack
+         VERSION=3.3.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:14f27ff05cd92b40e483851597aa013ae324c154
+        WEB_SITE=http://ophcrack.sourceforge.net/
+         ENTERED=20090621
+         UPDATED=20090621
+           SHORT="Windows password cracker"
+
+PSAFE=no
+cat << EOF
+Ophcrack is a free Windows password cracker based on rainbow tables. It is a 
+very efficient implementation of rainbow tables done by the inventors of the 
+method. It comes with a Graphical User Interface and runs on multiple 
+platforms. 
+EOF


More information about the Lunar-commits mailing list