mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
1931e03af3
commit
c12acdb82b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417310
4 changed files with 37 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
||||||
SUBDIR += elixir-jose
|
SUBDIR += elixir-jose
|
||||||
SUBDIR += erlang-jose
|
SUBDIR += erlang-jose
|
||||||
SUBDIR += erlang-p1tls
|
SUBDIR += erlang-p1tls
|
||||||
|
SUBDIR += eschalot
|
||||||
SUBDIR += esteidfirefoxplugin
|
SUBDIR += esteidfirefoxplugin
|
||||||
SUBDIR += expiretable
|
SUBDIR += expiretable
|
||||||
SUBDIR += f-prot
|
SUBDIR += f-prot
|
||||||
|
|
29
security/eschalot/Makefile
Normal file
29
security/eschalot/Makefile
Normal file
|
@ -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>
|
3
security/eschalot/distinfo
Normal file
3
security/eschalot/distinfo
Normal file
|
@ -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
|
4
security/eschalot/pkg-descr
Normal file
4
security/eschalot/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue