Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: NEW: textproc/slides
To:
Edd Barrett <edd@theunixzoo.co.uk>
Cc:
ports@openbsd.org
Date:
Tue, 16 Apr 2024 17:35:32 +0100

Download raw body.

Thread
On 2024/04/16 15:54, Edd Barrett wrote:
> Hiya,
> 
> This is a little go program that lets you write terminal presentations in
> markdown.
> 
> https://github.com/maaslalani/slides
> 
> It's a bit like textproc/mdp, but allows easier theming and it can shell out to
> external programs for rendering parts of the slides, or you could use it to
> invoke an image viewer.
> 
> (It contains a wacky SSH server mode, which I don't care much for, but luckily
> you don't have to use it)
> 
> OK?

You can simplify WRKDIST with "WRKDIST = ${WRKSRC}" which is what most
existing Go ports with patches do, I think it would make sense to do that.

I don't mind either way but I'm not sure the readme patch is worth it.
At least, I'd drop it if it gets to be a pain for updates (i.e. if upstream
makes many changes to that area of the file much).

OK (tested on aarch64)