Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: port that's just a shell script? (idnits)
To:
ports <ports@openbsd.org>
Date:
Wed, 23 Oct 2024 13:04:16 +0200

Download raw body.

Thread
On Wed, Oct 23, 2024 at 01:00:46PM +0200, Florian Obser wrote:
> Hi there,
> 
> so I'm writing IETF drafts now.
> 
> Please stop laughing.
> 
> We already have xml2rfc. I'll poke at kramdown-rfc2629 (ruby) next,
> because I'm not going to write raw xml...
> 
> Another thing I'd like to have is idnits
> https://github.com/ietf-tools/idnits/tree/v2
> 
> Which is just a bash script, and yes, it's bash.
> So it would need a rundep on shells/bash and a slap with sed:
> 's,/bin/bash,/usr/bin/env bash,'
> 
> Is there an example for such a port or is that just silly?

There might be better examples, but reposync is essentially just
that.

> 
> v3 is a rewrite in JavaScript for some bizarre reason, so that's going
> to be fun.
> 
> Thanks,
> Florian
> 
> -- 
> In my defence, I have been left unsupervised.
>