svn commit: r495771 - in head/security: . mkp224o
Yuri Victorovich
yuri at FreeBSD.org
Fri Mar 15 06:05:45 UTC 2019
Author: yuri
Date: Fri Mar 15 06:05:43 2019
New Revision: 495771
URL: https://svnweb.freebsd.org/changeset/ports/495771
Log:
New port: security/mkp224o: Vanity address generator for tor onion v3 (ed25519) hidden services
Added:
head/security/mkp224o/
head/security/mkp224o/Makefile (contents, props changed)
head/security/mkp224o/distinfo (contents, props changed)
head/security/mkp224o/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Fri Mar 15 06:02:17 2019 (r495770)
+++ head/security/Makefile Fri Mar 15 06:05:43 2019 (r495771)
@@ -417,6 +417,7 @@
SUBDIR += mhash
SUBDIR += mindterm-binary
SUBDIR += minisign
+ SUBDIR += mkp224o
SUBDIR += modsecurity3
SUBDIR += monkeysphere
SUBDIR += morphis
Added: head/security/mkp224o/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/mkp224o/Makefile Fri Mar 15 06:05:43 2019 (r495771)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= mkp224o
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.2.0
+CATEGORIES= security
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Vanity address generator for tor onion v3 (ed25519) hidden services
+
+LICENSE= CC0-1.0
+LICENSE_FILE= ${WRKSRC}/COPYING.txt
+
+LIB_DEPENDS= libsodium.so:security/libsodium
+
+USES= autoreconf gmake localbase:ldflags
+USE_GITHUB= yes
+GH_ACCOUNT= cathugger
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
Added: head/security/mkp224o/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/mkp224o/distinfo Fri Mar 15 06:05:43 2019 (r495771)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552629473
+SHA256 (cathugger-mkp224o-v1.2.0_GH0.tar.gz) = 7ee409017279bec4be1ce510d1d18fa49cf1676c3eeb4ea569790a35f7388068
+SIZE (cathugger-mkp224o-v1.2.0_GH0.tar.gz) = 1518582
Added: head/security/mkp224o/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/mkp224o/pkg-descr Fri Mar 15 06:05:43 2019 (r495771)
@@ -0,0 +1,6 @@
+mkp224o is a vanity address generator for ed25519 onion services.
+
+This tool generates vanity ed25519 (hidden service version 3, formely known as
+proposal 224) onion addresses.
+
+WWW: https://github.com/cathugger/mkp224o
More information about the svn-ports-head
mailing list