From owner-freebsd-ports-bugs@freebsd.org Sun Jul 15 16:28:38 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F1CC1045973 for ; Sun, 15 Jul 2018 16:28:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B960F8DBD1 for ; Sun, 15 Jul 2018 16:28:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7877A1045969; Sun, 15 Jul 2018 16:28:37 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 548261045968 for ; Sun, 15 Jul 2018 16:28:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E617D8DBCD for ; Sun, 15 Jul 2018 16:28:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4E999274F4 for ; Sun, 15 Jul 2018 16:28:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w6FGSag9005095 for ; Sun, 15 Jul 2018 16:28:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w6FGSaqE005094 for ports-bugs@FreeBSD.org; Sun, 15 Jul 2018 16:28:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229766] [NEW PORT] finance/cointop: A lightweight terminal UI that shows cryptocurrency values in realtime Date: Sun, 15 Jul 2018 16:28:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ndowens.fbsd@yandex.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2018 16:28:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229766 Nathan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195127|0 |1 is obsolete| | --- Comment #7 from Nathan --- Comment on attachment 195127 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195127 New port for finance/cointop >Index: finance/cointop/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- finance/cointop/Makefile (nonexistent) >+++ finance/cointop/Makefile (working copy) >@@ -0,0 +1,31 @@ >+# $FreeBSD$ >+ >+PORTNAME=3D cointop >+PORTVERSION=3D 1.0.6 >+CATEGORIES=3D finance >+ >+MAINTAINER=3D ndowens.fbsd@yandex.com >+COMMENT=3D Light cryptocurrency coin stats >+ >+LICENSE=3D APACHE20 >+LICENSE_FILE=3D ${WRKSRC}/LICENSE.md >+ >+USES=3D go >+USE_GITHUB=3D yes >+GH_ACCOUNT=3D miguelmota >+GH_PROJECT=3D cointop >+ >+PLIST=3D bin/cointop >+ >+do-build: >+ @${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT} >+ @${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME} >+ @${RLN} ${WRKSRC} ${WRKSRC}/src >+ cd ${WRKSRC} && \ >+ ${SETENV} ${MAKE_ENV} ${GO_ENV} CGO_ENABLED=3D0 GOPATH=3D${WRKSRC} \ >+ ${GO_CMD} build -ldflags "-X main.Version=3D${DISTVERSION}" -o bin/${P= ORTNAME} >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/cointop ${DESTDIR}/${PREFIX}/bin/ >+ >+.include > >Property changes on: finance/cointop/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=3D%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: finance/cointop/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- finance/cointop/distinfo (nonexistent) >+++ finance/cointop/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP =3D 1531543729 >+SHA256 (miguelmota-cointop-1.0.6_GH0.tar.gz) =3D 6188f21e7fcdfe686324a30a= 5ccc89a684e2a9acd81f2b042309ec0b28c26272 >+SIZE (miguelmota-cointop-1.0.6_GH0.tar.gz) =3D 3988031 > >Property changes on: finance/cointop/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: finance/cointop/pkg-descr >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- finance/cointop/pkg-descr (nonexistent) >+++ finance/cointop/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+WWW: https://github.com/miguelmota/cointop >+ >+Fast and lightweight terminal based UI application >+for tracking and monitoring cryptocurrency coins >+in real-time; inspired by htop with vim-inspired keys > >Property changes on: finance/cointop/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property --=20 You are receiving this mail because: You are the assignee for the bug.=