Re: [new] glow - Render markdown on the CLI

2024-02-13 Thread Juan Picca
Fixed the `WANTLIB` line. Due an error I used `WANTLIB = ` instead of `WANTLIB += `. Regards, JMPC glow.tgz Description: application/tar-gz

Re: [new] glow - Render markdown on the CLI

2024-02-13 Thread Juan Picca
Hi! On 24/02/13 11:41AM, Stuart Henderson wrote: > On 2024/02/12 12:46, juan.picca wrote: > > Hi Stuart. > > > > Thanks for your tweaks! > > > > > - missing WANTLIB > > > > Can you tell me how to determine the `WANTLIB` value for the next time? > > make port-lib-depends-check (sometimes it needs

Re: [new] glow - Render markdown on the CLI

2024-02-13 Thread Stuart Henderson
On 2024/02/12 12:46, juan.picca wrote: > Hi Stuart. > > Thanks for your tweaks! > > > - missing WANTLIB > > Can you tell me how to determine the `WANTLIB` value for the next time? make port-lib-depends-check (sometimes it needs adjustments but is often ok to just directly copy-and-paste).

Re: [new] glow - Render markdown on the CLI

2024-02-12 Thread juan.picca
Hi Stuart. Thanks for your tweaks! > - missing WANTLIB Can you tell me how to determine the `WANTLIB` value for the next time? Regards, JMPC

Re: [new] glow - Render markdown on the CLI

2024-02-12 Thread Stuart Henderson
On 2024/02/12 01:44, juan.picca wrote: > Hi. > > First port. > > A markdown render for the terminal. > > https://github.com/charmbracelet/glow > > Written in go, the port is trivial. > The site already generate a release for openbsd, I don't see that in assets on their releases page (and the

[new] glow - Render markdown on the CLI

2024-02-11 Thread juan.picca
Hi. First port. A markdown render for the terminal. https://github.com/charmbracelet/glow Written in go, the port is trivial. The site already generate a release for openbsd, but I think is better having it in the ports tree. Regards, JMPC glow.tgz Description: application/tar-gz