On Wed, 30 Jul 2025 08:00:48 +0200 Rafael Sadowski <raf...@sizeofvoid.org> wrote:
> On Mon Jul 28, 2025 at 08:52:23PM +0800, Chris Billington wrote: > > Attached is a new proposed port productivity/tickrs, which graphs > > stock, fund and crypto prices over various timeframes in a terminal > > UI. Data is from Yahoo Finance and Coinbase. > > Tested on amd64. Works perfectly for me and I would be happy if we > could import it. > > > > > Patched to use base ssl/libz and net/curl rather than the vendored > > versions in upstream. > > > > make lib-depends-check complains about extra WANTLIBS for the > > base/system libraries: I don't know why. Can someone more > > knowedgeable with Rust ports explain? > > Yeah maybe a ports rust guru can help here!? > > > > > Tested on amd64/7.7-release and -current. > > > > Comments and feedback welcome. > > > > -- > > Chris Billington <emu...@disroot.org> > > I guess the lib-depends routine would have to parse its way through dozens of Cargo.toml files and understand the 'features' listed in them, but it doesn't. This port is actually one of a pair The other similarly-named 'ticker', which shows text/price data, is a Go modules port, and {port-} lib-depends-check requested WANTLIB+= c pthread, though it works without this included. -- Chris Billington <emu...@disroot.org>