aboutsummaryrefslogtreecommitdiff
path: root/security/rcracki_mt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-05-03 20:42:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-05-03 20:42:50 +0000
commitf1ff16fa1108ad4a31ac83564baed2144d570e48 (patch)
tree877935739bbeb292ebe5c5a195d76a8e75016db2 /security/rcracki_mt
parent57032d8e40f8a826751f96ab6f772a17b30a72cf (diff)
downloadports-f1ff16fa1108ad4a31ac83564baed2144d570e48.tar.gz
ports-f1ff16fa1108ad4a31ac83564baed2144d570e48.zip
New port: rcracki_mt
Rainbow table based crack tool WWW: http://www.freerainbowtables.com PR: ports/177575 Submitted by: Olivier Cochard-Labbe Approved by: eadler (mentor)
Notes
Notes: svn path=/head/; revision=317245
Diffstat (limited to 'security/rcracki_mt')
-rw-r--r--security/rcracki_mt/Makefile41
-rw-r--r--security/rcracki_mt/distinfo2
-rw-r--r--security/rcracki_mt/pkg-descr4
3 files changed, 47 insertions, 0 deletions
diff --git a/security/rcracki_mt/Makefile b/security/rcracki_mt/Makefile
new file mode 100644
index 000000000000..72d1dd864ae6
--- /dev/null
+++ b/security/rcracki_mt/Makefile
@@ -0,0 +1,41 @@
+# $FreeBSD$
+
+PORTNAME= rcracki_mt
+PORTVERSION= 0.7.0
+CATEGORIES= security
+MASTER_SITES= SF/rcracki/rcracki_mt/rcracki_mt_${PORTVERSION}
+DISTNAME= ${PORTNAME}_${PORTVERSION}_src
+EXTRACT_SUFX= .7z
+
+MAINTAINER= olivier@cochard.me
+COMMENT= Rainbow table based crack tool
+
+LICENSE= GPLv2
+
+EXTRACT_DEPENDS=7z:${PORTSDIR}/archivers/p7zip
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
+
+USE_GMAKE= yes
+EXTRACT_CMD= ${LOCALBASE}/bin/7z
+EXTRACT_BEFORE_ARGS=x -o${WRKDIR}
+EXTRACT_AFTER_ARGS=
+
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= ChangeLog.txt README.txt
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,CC = g++,CXX ?= g++, ; s,CFLAGS =,CXXFLAGS +=, ; \
+ s,-lpthread,${PTHREAD_LIBS}, ; s,CC,CXX, ; s,CFLAGS,CXXFLAGS,' \
+ ${WRKSRC}/Makefile
+
+.include <bsd.port.options.mk>
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/security/rcracki_mt/distinfo b/security/rcracki_mt/distinfo
new file mode 100644
index 000000000000..4797e9679e67
--- /dev/null
+++ b/security/rcracki_mt/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rcracki_mt_0.7.0_src.7z) = 904c73d040fa91b0871907fc772da977b273579ee42036ab2596f3d3a644a000
+SIZE (rcracki_mt_0.7.0_src.7z) = 171634
diff --git a/security/rcracki_mt/pkg-descr b/security/rcracki_mt/pkg-descr
new file mode 100644
index 000000000000..105cd5c4dda7
--- /dev/null
+++ b/security/rcracki_mt/pkg-descr
@@ -0,0 +1,4 @@
+Modified version of rcrack which supports hybrid and indexed tables.
+In addition to that, it also adds multi-core support.
+
+WWW: http://www.freerainbowtables.com