Index | Thread | Search

From:
Igor Zornik <mocheryl@mocheryl.org>
Subject:
Re: [NEW] www/superhtml
To:
OpenBSD ports <ports@openbsd.org>
Cc:
Volker Schlecht <openbsd-ports@schlecht.dev>
Date:
Sat, 16 May 2026 21:37:50 +0200

Download raw body.

Thread
Hello,

OK.

Build and light test successfully performed on Tuesday's amd64 snap.
I'll be using this as I couldn't find any other tool that could do local
HTML formatting and validation. At least not this good.

I don't know anything about Zig, so I can't offer much help in
maintaining this port, but as far all else goes, it's OK with me.

On Tue, 2026-05-12 at 19:14 +0200, Volker Schlecht wrote:
> Ping - now that zig 0.16.0 is in
> 
> On 5/3/26 5:43 PM, Volker Schlecht wrote:
> > ... and with a few nits removed.
> > 
> > On 5/3/26 1:24 PM, Volker Schlecht wrote:
> > > Here is an updated version of the port that builds with lang/zig
> > > 0.16.0
> > > and contains the already discussed tweaks.
> > > 
> > > ok to import after zig 0.16.0 went in?
> > > 
> > > On 4/13/26 8:50 PM, Volker Schlecht wrote:
> > > > On 4/13/26 8:40 PM, Stuart Henderson wrote:
> > > > > On 2026/04/13 19:54, Volker Schlecht wrote:
> > > > > > On 4/13/26 7:24 PM, Stuart Henderson wrote:
> > > > > > > only slightly better, but we can mv rather than cp, a
> > > > > > > little faster:
> > > > > > > 
> > > > > > > post-extract:
> > > > > > >           mkdir -p ${ZIG_CACHE}/p
> > > > > > >           mv ${WRKDIR}/tracy-*
> > > > > > > ${ZIG_CACHE}/p/${HASH_TRACY}
> > > > > > >           mv ${WRKDIR}/scripty-*
> > > > > > > ${ZIG_CACHE}/p/${HASH_SCRIPTY}
> > > > > > >           mv ${WRKDIR}/known-folders-*
> > > > > > > ${ZIG_CACHE}/p/${HASH_KNOWN_FOLDERS}
> > > > > > >           mv ${WRKDIR}/lsp-kit-*
> > > > > > > ${ZIG_CACHE}/p/${HASH_LSP_KIT}
> > > > > > 
> > > > > > mv ${WRKDIR}/tracy-*/* ${ZIG_CACHE}/p/${HASH_TRACY}
> > > > > >                      ^^- that is needed here
> > > > > 
> > > > > It built for me like that (note I changed mkdir too)
> > > > 
> > > > D'oh :-)
> > > > 
> > > > > You have things like site generators etc in www too. Main
> > > > > issue with
> > > > > devel is it ends up as a default for libraries when other
> > > > > categories
> > > > > don't fit
> > > > > so it's difficult to find anything in there unless ypu know
> > > > > the name.
> > > > 
> > > > Perfectly fine with me.