mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Add a new port: net/rubygem-http_parser.rb
A simple callback-based HTTP request/response parser for writing http servers, clients and proxies. WWW: https://github.com/tmm1/http_parser.rb
This commit is contained in:
parent
98d866eb4d
commit
dbed0a1894
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276195
@ -950,6 +950,7 @@
|
||||
SUBDIR += rubygem-amqp
|
||||
SUBDIR += rubygem-bunny
|
||||
SUBDIR += rubygem-geoip
|
||||
SUBDIR += rubygem-http_parser.rb
|
||||
SUBDIR += rubygem-ipaddress
|
||||
SUBDIR += rubygem-macaddr
|
||||
SUBDIR += rubygem-net-ldap
|
||||
|
20
net/rubygem-http_parser.rb/Makefile
Normal file
20
net/rubygem-http_parser.rb/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: rubygem-http_parser.rb
|
||||
# Date created: 2011-06-23
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= http_parser.rb
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= A simple callback-based HTTP request/response parser
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-http_parser.rb/distinfo
Normal file
2
net/rubygem-http_parser.rb/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/http_parser.rb-0.5.1.gem) = 4c3d822233634f9eac6a18ccc5703c25311b45ea8b7904a4f85af1693dc2bb7a
|
||||
SIZE (rubygem/http_parser.rb-0.5.1.gem) = 88576
|
4
net/rubygem-http_parser.rb/pkg-descr
Normal file
4
net/rubygem-http_parser.rb/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A simple callback-based HTTP request/response parser for writing http servers,
|
||||
clients and proxies.
|
||||
|
||||
WWW: https://github.com/tmm1/http_parser.rb
|
1
net/rubygem-http_parser.rb/pkg-plist
Normal file
1
net/rubygem-http_parser.rb/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment $FreeBSD$
|
Loading…
Reference in New Issue
Block a user