svn commit: r451807 - in head/security: . py-trezor
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Oct 11 22:35:30 UTC 2017
Author: ehaupt
Date: Wed Oct 11 22:35:28 2017
New Revision: 451807
URL: https://svnweb.freebsd.org/changeset/ports/451807
Log:
Add py-trezor 0.7.16, client side implementation for TREZOR Bitcoin
hardware wallets.
Added:
head/security/py-trezor/
head/security/py-trezor/Makefile (contents, props changed)
head/security/py-trezor/distinfo (contents, props changed)
head/security/py-trezor/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Wed Oct 11 22:35:04 2017 (r451806)
+++ head/security/Makefile Wed Oct 11 22:35:28 2017 (r451807)
@@ -963,6 +963,7 @@
SUBDIR += py-stem
SUBDIR += py-stix
SUBDIR += py-tlslite
+ SUBDIR += py-trezor
SUBDIR += py-trustedpickle
SUBDIR += py-tuf
SUBDIR += py-twofish
Added: head/security/py-trezor/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-trezor/Makefile Wed Oct 11 22:35:28 2017 (r451807)
@@ -0,0 +1,27 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= trezor
+PORTVERSION= 0.7.16
+DISTVERSIONPREFIX= v
+CATEGORIES= security
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ehaupt at FreeBSD.org
+COMMENT= Client side implementation for TREZOR Bitcoin hardware wallets
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic \
+ ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi \
+ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \
+ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf
+
+USES= python
+USE_GITHUB= yes
+USE_PYTHON= autoplist distutils
+
+GH_PROJECT= python-trezor
+
+.include <bsd.port.mk>
Added: head/security/py-trezor/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-trezor/distinfo Wed Oct 11 22:35:28 2017 (r451807)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1507051332
+SHA256 (trezor-python-trezor-v0.7.16_GH0.tar.gz) = 02924aa0a52e50e7447cc77dc376f55a1cc0aa5b9ba62121f886b7eddbf4ab5d
+SIZE (trezor-python-trezor-v0.7.16_GH0.tar.gz) = 111602
Added: head/security/py-trezor/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-trezor/pkg-descr Wed Oct 11 22:35:28 2017 (r451807)
@@ -0,0 +1,3 @@
+Client side implementation for TREZOR-compatible Bitcoin hardware wallets.
+
+WWW: https://github.com/trezor/python-trezor
More information about the svn-ports-head
mailing list