Date: Sun, 15 Jul 2018 16:28:36 +0000 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 Message-ID: <bug-229766-7788-7sJ4eRKqZH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229766-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-229766-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229766 Nathan <ndowens.fbsd@yandex.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195127|0 |1 is obsolete| | --- Comment #7 from Nathan <ndowens.fbsd@yandex.com> --- 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 <bsd.port.mk> > >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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229766-7788-7sJ4eRKqZH>