From owner-svn-ports-head@freebsd.org Thu Oct 12 06:44:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D4C3E45BB2; Thu, 12 Oct 2017 06:44:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A0596869F; Thu, 12 Oct 2017 06:44:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9C6itWw024083; Thu, 12 Oct 2017 06:44:55 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9C6iteS024079; Thu, 12 Oct 2017 06:44:55 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710120644.v9C6iteS024079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 12 Oct 2017 06:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451808 - in head/security: . py-btchip X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/security: . py-btchip X-SVN-Commit-Revision: 451808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 06:44:56 -0000 Author: ehaupt Date: Thu Oct 12 06:44:55 2017 New Revision: 451808 URL: https://svnweb.freebsd.org/changeset/ports/451808 Log: Add py-btchip 0.1.21, python communication library for Ledger Hardware Wallet. Added: head/security/py-btchip/ head/security/py-btchip/Makefile (contents, props changed) head/security/py-btchip/distinfo (contents, props changed) head/security/py-btchip/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Oct 11 22:35:28 2017 (r451807) +++ head/security/Makefile Thu Oct 12 06:44:55 2017 (r451808) @@ -868,6 +868,7 @@ SUBDIR += py-backports.ssl_match_hostname SUBDIR += py-bcrypt SUBDIR += py-borg.localrole + SUBDIR += py-btchip SUBDIR += py-cerealizer SUBDIR += py-certbot SUBDIR += py-certifi Added: head/security/py-btchip/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-btchip/Makefile Thu Oct 12 06:44:55 2017 (r451808) @@ -0,0 +1,27 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= btchip +PORTVERSION= 0.1.21 +DISTVERSIONPREFIX= v +CATEGORIES= security python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Python communication library for Ledger Hardware Wallet + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \ + ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \ + ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi + +USES= python +USE_GITHUB= yes +USE_PYTHON= autoplist distutils + +GH_ACCOUNT= LedgerHQ +GH_PROJECT= btchip-python + +.include Added: head/security/py-btchip/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-btchip/distinfo Thu Oct 12 06:44:55 2017 (r451808) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506542962 +SHA256 (LedgerHQ-btchip-python-v0.1.21_GH0.tar.gz) = 7ec7c07778528df3af06a4302a8b24620e4dbd85d7c3e391d101fd68d971fbd2 +SIZE (LedgerHQ-btchip-python-v0.1.21_GH0.tar.gz) = 33095 Added: head/security/py-btchip/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-btchip/pkg-descr Thu Oct 12 06:44:55 2017 (r451808) @@ -0,0 +1,3 @@ +Python communication library for Ledger Hardware Wallet. + +WWW: https://github.com/LedgerHQ/btchip-python