Index | Thread | Search

From:
Jeremy Evans <jeremy@openbsd.org>
Subject:
New: textproc/ruby-herb
To:
OpenBSD ports <ports@openbsd.org>
Date:
Tue, 11 Aug 2026 18:12:49 -0700

Download raw body.

Thread
  • Jeremy Evans:

    New: textproc/ruby-herb

I'd like to add a port for ruby-herb. This is a Ruby library that
implements a combined HTML+ERB parser, which allows it to have
features that normal ERB parsers do not, such as checking the HTML
for validity while parsing the ERB template, and potentially
optimizing the generated template code using inlining.

It includes a native extension, so it has a benefit to being packaged.

Tested on amd64.

OKs to import?

Best,
Jeremy