Date: Mon, 29 Oct 2018 03:58:14 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483365 - in head/finance: . qtbitcointrader Message-ID: <201810290358.w9T3wEZV014263@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Oct 29 03:58:14 2018 New Revision: 483365 URL: https://svnweb.freebsd.org/changeset/ports/483365 Log: New port: finance/qtbitcointrader: Secure client uses latest OpenSSL and best encryption Added: head/finance/qtbitcointrader/ head/finance/qtbitcointrader/Makefile (contents, props changed) head/finance/qtbitcointrader/distinfo (contents, props changed) head/finance/qtbitcointrader/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Mon Oct 29 02:53:30 2018 (r483364) +++ head/finance/Makefile Mon Oct 29 03:58:14 2018 (r483365) @@ -104,6 +104,7 @@ SUBDIR += py-vatnumber SUBDIR += py-ystockquote SUBDIR += qhacc + SUBDIR += qtbitcointrader SUBDIR += quantlib SUBDIR += quickfix SUBDIR += rubygem-money Added: head/finance/qtbitcointrader/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/qtbitcointrader/Makefile Mon Oct 29 03:58:14 2018 (r483365) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= QtBitcoinTrader +DISTVERSION= 1.40.23 +CATEGORIES= finance +MASTER_SITES= SF/bitcointrader/SRC/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Secure client uses latest OpenSSL and best encryption + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3 + +USES= compiler:c++11-lib gl qmake qt:5 ssl +USE_QT= core gui multimedia network script widgets buildtools_build +USE_GL= gl + +WRKSRC_SUBDIR= src + +QMAKE_ARGS= DESKTOPDIR=${PREFIX}/share/applications ICONDIR=${PREFIX}/share/pixmaps + +PLIST_FILES= bin/${PORTNAME} \ + share/applications/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.png + +.include <bsd.port.mk> Added: head/finance/qtbitcointrader/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/qtbitcointrader/distinfo Mon Oct 29 03:58:14 2018 (r483365) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540783321 +SHA256 (QtBitcoinTrader-1.40.23.tar.gz) = 0bd864dde1992e893cedb142233717ea702cfa79350c92681ba8e40fc0192072 +SIZE (QtBitcoinTrader-1.40.23.tar.gz) = 1626737 Added: head/finance/qtbitcointrader/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/qtbitcointrader/pkg-descr Mon Oct 29 03:58:14 2018 (r483365) @@ -0,0 +1,6 @@ +Qt Bitcoin Trader is secure client uses latest OpenSSL and best encryption. + +It is a modern, multi-function, full-featured cryptocurrency client that is +designed to satisfy the needs of even the most sophisticated users. + +WWW: https://centrabit.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810290358.w9T3wEZV014263>