llhttp: new port, version 9.3.1

This commit is contained in:
Kam
2026-04-05 14:54:24 +10:00
committed by Renee Otten
parent 15b1553615
commit 128547bfcd
+25
View File
@@ -0,0 +1,25 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0
github.setup nodejs llhttp 9.3.1 release/v
github.tarball_from archive
revision 0
categories devel
maintainers nomaintainer
license MIT
homepage https://llhttp.org/
description Fast HTTP message parser based on llparse
long_description {*}${description}
checksums rmd160 249f4ed62a7a8636a8c3bd0376ad38b8d37452f0 \
sha256 c14a93f287d3dbd6580d08af968294f8bcc61e1e1e3c34301549d00f3cf09365 \
size 39211
# Upstream currently rejects the cmake PortGroup's default "MacPorts" build type.
cmake.build_type Release
compiler.c_standard 1999