On Thu, 6 Oct 2022 17:34:36 +0200, Volker Schlecht wrote: > Attached is a port for difftastic (https://difftastic.wilfred.me.uk/), > with which I've been toying for a while now. > > I used textproc/delta and sysutils/exa as a reference, so I hope there's > not too much wrong with it. I'm not sure if it belongs into devel or > textproc, but given that it analyzes syntax rather than raw text, I'm > shooting for devel.
I was also working on an OpenBSD port for difftastic. Your port is almost identical to mine. I could add difftastic documentation in your port : - files README.md, manual/src/*.md - generate Markdown book (HTML) from md files with mdBook https:// github.com/rust-lang/mdBook (needs to create a port first) - install HTML files in do-install section Laurent
