aboutsummaryrefslogtreecommitdiff
path: root/security/eschalot
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-06-22 15:02:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-06-22 15:02:01 +0000
commitc12acdb82b4a39c97676929fd15b8ccce1eb92d0 (patch)
treeea94976cc2fcf9fd43483b25967004625ff7b03f /security/eschalot
parent1931e03af36efafb6e1f645aeb546037ac194ede (diff)
downloadports-c12acdb82b4a39c97676929fd15b8ccce1eb92d0.tar.gz
ports-c12acdb82b4a39c97676929fd15b8ccce1eb92d0.zip
security/eschalot: add new port
PR: 210378 Submitted by: yuri@rawbw.com Echalot is a TOR hidden service name generator, it allows one to produce a (partially) customized vanity .onion address using a brute-force method. https://github.com/ReclaimYourPrivacy/eschalot
Notes
Notes: svn path=/head/; revision=417310
Diffstat (limited to 'security/eschalot')
-rw-r--r--security/eschalot/Makefile29
-rw-r--r--security/eschalot/distinfo3
-rw-r--r--security/eschalot/pkg-descr4
3 files changed, 36 insertions, 0 deletions
diff --git a/security/eschalot/Makefile b/security/eschalot/Makefile
new file mode 100644
index 000000000000..973455771911
--- /dev/null
+++ b/security/eschalot/Makefile
@@ -0,0 +1,29 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= eschalot
+PORTVERSION= 1.2.0
+CATEGORIES= security
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Vanity onion address generator for Tor
+
+LICENSE= PD
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_GITHUB= yes
+GH_ACCOUNT= ReclaimYourPrivacy
+GH_TAGNAME= e9e085e
+
+USES= gmake
+USE_OPENSSL= yes
+MAKE_ENV= INSTALL="${INSTALL_PROGRAM}"
+MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
+TEST_TARGET= test
+
+PLIST_FILES= bin/eschalot bin/worgen
+
+post-patch:
+ @${REINPLACE_CMD} -e '/CFLAGS.*-O2/d' ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/security/eschalot/distinfo b/security/eschalot/distinfo
new file mode 100644
index 000000000000..19e1909dd3a4
--- /dev/null
+++ b/security/eschalot/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466278972
+SHA256 (ReclaimYourPrivacy-eschalot-1.2.0-e9e085e_GH0.tar.gz) = e811f45dd1d69cb34bf0736900c875e3dac6be3231c12440ae05638cac9ba24f
+SIZE (ReclaimYourPrivacy-eschalot-1.2.0-e9e085e_GH0.tar.gz) = 241996
diff --git a/security/eschalot/pkg-descr b/security/eschalot/pkg-descr
new file mode 100644
index 000000000000..b6122f34d228
--- /dev/null
+++ b/security/eschalot/pkg-descr
@@ -0,0 +1,4 @@
+Echalot is a TOR hidden service name generator, it allows one to produce
+a (partially) customized vanity .onion address using a brute-force method.
+
+WWW: https://github.com/ReclaimYourPrivacy/eschalot