From c12acdb82b4a39c97676929fd15b8ccce1eb92d0 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 22 Jun 2016 15:02:01 +0000 Subject: [PATCH] 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 --- security/Makefile | 1 + security/eschalot/Makefile | 29 +++++++++++++++++++++++++++++ security/eschalot/distinfo | 3 +++ security/eschalot/pkg-descr | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 security/eschalot/Makefile create mode 100644 security/eschalot/distinfo create mode 100644 security/eschalot/pkg-descr diff --git a/security/Makefile b/security/Makefile index 0c345c012798..24c6fc54613d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -121,6 +121,7 @@ SUBDIR += elixir-jose SUBDIR += erlang-jose SUBDIR += erlang-p1tls + SUBDIR += eschalot SUBDIR += esteidfirefoxplugin SUBDIR += expiretable SUBDIR += f-prot 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 +# $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 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