Bug 257360

Summary: [New Port] finance/ticker: Terminal stock watcher and stock position tracker
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner, ygy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/achannarasappa/ticker
Attachments:
Description Flags
finance/ticker: Terminal stock watcher and stock position tracker none

Description Robert Clausecker freebsd_committer freebsd_triage 2021-07-23 17:04:58 UTC
Created attachment 226636 [details]
finance/ticker: Terminal stock watcher and stock position tracker

Straightforward Go port.  Very popular project on Github.

Tested on arm64 amd64 FreeBSD 13.0-RELEASE with Poudriere.
Portlint and portclippy like the port.

***
Terminal stock watcher and stock position tracker

Features

 * Live stock price quotes
 * Track value of your stock positions
 * Support for multiple cost basis lots
 * Support for pre and post market price quotes

WWW: https://github.com/achannarasappa/ticker
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2021-07-29 08:17:48 UTC
Committed. Thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-07-29 08:18:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=feba733009c74be8178379591f0a8ba1485fda13

commit feba733009c74be8178379591f0a8ba1485fda13
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-07-23 16:59:08 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-07-29 08:16:35 +0000

    finance/ticker: new port -- Terminal stock watcher and stock position tracker

    Features

     * Live stock price quotes
     * Track value of your stock positions
     * Support for multiple cost basis lots
     * Support for pre and post market price quotes

    WWW: https://github.com/achannarasappa/ticker

    PR:             257360

 finance/Makefile               |  1 +
 finance/ticker/Makefile (new)  | 73 ++++++++++++++++++++++++++++++++++
 finance/ticker/distinfo (new)  | 89 ++++++++++++++++++++++++++++++++++++++++++
 finance/ticker/pkg-descr (new) | 10 +++++
 4 files changed, 173 insertions(+)