Bug 257360 - [New Port] finance/ticker: Terminal stock watcher and stock position tracker
Summary: [New Port] finance/ticker: Terminal stock watcher and stock position tracker
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL: https://github.com/achannarasappa/ticker
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-23 17:04 UTC by Robert Clausecker
Modified: 2021-07-29 08:18 UTC (History)
2 users (show)

See Also:


Attachments
finance/ticker: Terminal stock watcher and stock position tracker (13.09 KB, patch)
2021-07-23 17:04 UTC, Robert Clausecker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)