Skip to content

Commit 901f12a

Browse files
committed
www/rubygem-llhttp: Add rubygem-llhttp 0.6.1
This is a monorepo that includes projects for MRI and FFI. Generally speaking, you should prefer the MRI version and fallback to the FFI version for better compatibility. There is parity between the two implementations, but the MRI implementation is more performant.
1 parent 53a685a commit 901f12a

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

www/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,6 +2215,7 @@
22152215
SUBDIR += rubygem-less
22162216
SUBDIR += rubygem-lighthouse-api
22172217
SUBDIR += rubygem-link_header
2218+
SUBDIR += rubygem-llhttp
22182219
SUBDIR += rubygem-llhttp-ffi
22192220
SUBDIR += rubygem-lograge
22202221
SUBDIR += rubygem-lograge-rails5

www/rubygem-llhttp/Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PORTNAME= llhttp
2+
PORTVERSION= 0.6.1
3+
CATEGORIES= www rubygems
4+
MASTER_SITES= RG
5+
6+
MAINTAINER= sunpoet@FreeBSD.org
7+
COMMENT= Ruby bindings for llhttp
8+
WWW= https://github.com/bryanp/llhttp \
9+
https://github.com/bryanp/llhttp/tree/main/mri
10+
11+
LICENSE= MPL20
12+
LICENSE_FILE= ${WRKSRC}/LICENSE
13+
14+
USES= gem
15+
16+
.include <bsd.port.mk>

www/rubygem-llhttp/distinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1744215561
2+
SHA256 (rubygem/llhttp-0.6.1.gem) = 9da187ecf6407265465919cc0d691210ef79e38fa6e86e5e45593bdf25b50146
3+
SIZE (rubygem/llhttp-0.6.1.gem) = 54784

www/rubygem-llhttp/pkg-descr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is a monorepo that includes projects for MRI and FFI. Generally speaking,
2+
you should prefer the MRI version and fallback to the FFI version for better
3+
compatibility. There is parity between the two implementations, but the MRI
4+
implementation is more performant.

0 commit comments

Comments
 (0)