Skip to content

Commit 2efd986

Browse files
author
taca
committed
www/ruby-llhttp: Add version 0.6.1
Add ruby-llhttp package version 0.6.1 which required by newer ruby-http package. Ruby bindings for llhttp (https://github.com/nodejs/llhttp).
1 parent 7afcd51 commit 2efd986

4 files changed

Lines changed: 38 additions & 0 deletions

File tree

www/ruby-llhttp/DESCR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ruby bindings for llhttp (https://github.com/nodejs/llhttp).

www/ruby-llhttp/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# $NetBSD: Makefile,v 1.1 2026/03/29 13:37:32 taca Exp $
2+
3+
DISTNAME= llhttp-0.6.1
4+
CATEGORIES= www
5+
6+
MAINTAINER= pkgsrc-users@NetBSD.org
7+
HOMEPAGE= https://github.com/bryanp/llhttp
8+
COMMENT= Ruby bindings for llhttp
9+
LICENSE= mpl-2.0
10+
11+
.include "../../lang/ruby/gem.mk"
12+
.include "../../mk/bsd.pkg.mk"

www/ruby-llhttp/PLIST

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@comment $NetBSD: PLIST,v 1.1 2026/03/29 13:37:32 taca Exp $
2+
${GEM_HOME}/cache/${GEM_NAME}.gem
3+
${GEM_EXTSDIR}/gem.build_complete
4+
${GEM_EXTSDIR}/llhttp_ext.${RUBY_DLEXT}
5+
${GEM_LIBDIR}/CHANGELOG.md
6+
${GEM_LIBDIR}/LICENSE
7+
${GEM_LIBDIR}/README.md
8+
${GEM_LIBDIR}/ext/llhttp/api.c
9+
${GEM_LIBDIR}/ext/llhttp/extconf.rb
10+
${GEM_LIBDIR}/ext/llhttp/http.c
11+
${GEM_LIBDIR}/ext/llhttp/llhttp.c
12+
${GEM_LIBDIR}/ext/llhttp/llhttp.h
13+
${GEM_LIBDIR}/ext/llhttp/llhttp_ext.c
14+
${GEM_LIBDIR}/lib/llhttp.rb
15+
${GEM_LIBDIR}/lib/llhttp/delegate.rb
16+
${GEM_LIBDIR}/lib/llhttp/error.rb
17+
${GEM_LIBDIR}/lib/llhttp/parser.rb
18+
${GEM_LIBDIR}/lib/llhttp/version.rb
19+
${GEM_LIBDIR}/lib/llhttp_ext.${RUBY_DLEXT}
20+
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

www/ruby-llhttp/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.1 2026/03/29 13:37:32 taca Exp $
2+
3+
BLAKE2s (llhttp-0.6.1.gem) = 74f426d5546f51ef0eb1f9990f9f1b7a8d56609e14c159d91e2b452d72040ba5
4+
SHA512 (llhttp-0.6.1.gem) = 92f538620695d3d815c9afe96e6113d0e206d7dfea5c7d39eec42e098fbefaa68b0e3ee443981c16f727d248ee7045d4cc775f657e03a8a3c1bcdfd349268750
5+
Size (llhttp-0.6.1.gem) = 54784 bytes

0 commit comments

Comments
 (0)