forked from Lainports/freebsd-ports
Add rubygem-http-parser 1.2.1
http-parser gem is a Ruby FFI bindings to http-parser (http request/response parser for c). WWW: https://github.com/cotag/http-parser
This commit is contained in:
parent
42fe764b81
commit
ea55c9ba70
4 changed files with 28 additions and 0 deletions
|
|
@ -1262,6 +1262,7 @@
|
|||
SUBDIR += rubygem-google-cloud-storage
|
||||
SUBDIR += rubygem-grpc
|
||||
SUBDIR += rubygem-hangouts-chat
|
||||
SUBDIR += rubygem-http-parser
|
||||
SUBDIR += rubygem-http_parser.rb
|
||||
SUBDIR += rubygem-httpauth
|
||||
SUBDIR += rubygem-ipaddress
|
||||
|
|
|
|||
20
net/rubygem-http-parser/Makefile
Normal file
20
net/rubygem-http-parser/Makefile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= http-parser
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Super fast http parser for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
net/rubygem-http-parser/distinfo
Normal file
3
net/rubygem-http-parser/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1571847969
|
||||
SHA256 (rubygem/http-parser-1.2.1.gem) = 1277ce987082736efa787dc0578fdef8872fd73dce034ad9fc05b71351409f83
|
||||
SIZE (rubygem/http-parser-1.2.1.gem) = 31232
|
||||
4
net/rubygem-http-parser/pkg-descr
Normal file
4
net/rubygem-http-parser/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
http-parser gem is a Ruby FFI bindings to http-parser (http request/response
|
||||
parser for c).
|
||||
|
||||
WWW: https://github.com/cotag/http-parser
|
||||
Loading…
Add table
Reference in a new issue