aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-http_parser.rb
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-06-24 14:55:20 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-06-24 14:55:20 +0000
commitdbed0a18944c14f4c28beace9ab81222db186754 (patch)
treebf27cd1022d629dbffaf5708445ce16cceb22091 /net/rubygem-http_parser.rb
parent98d866eb4d7c549eabfc5bafc19aeffb173636b9 (diff)
downloadports-dbed0a18944c14f4c28beace9ab81222db186754.tar.gz
ports-dbed0a18944c14f4c28beace9ab81222db186754.zip
- 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
Notes
Notes: svn path=/head/; revision=276195
Diffstat (limited to 'net/rubygem-http_parser.rb')
-rw-r--r--net/rubygem-http_parser.rb/Makefile20
-rw-r--r--net/rubygem-http_parser.rb/distinfo2
-rw-r--r--net/rubygem-http_parser.rb/pkg-descr4
-rw-r--r--net/rubygem-http_parser.rb/pkg-plist1
4 files changed, 27 insertions, 0 deletions
diff --git a/net/rubygem-http_parser.rb/Makefile b/net/rubygem-http_parser.rb/Makefile
new file mode 100644
index 000000000000..f870f20d2d95
--- /dev/null
+++ b/net/rubygem-http_parser.rb/Makefile
@@ -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>
diff --git a/net/rubygem-http_parser.rb/distinfo b/net/rubygem-http_parser.rb/distinfo
new file mode 100644
index 000000000000..b4d47d50e42b
--- /dev/null
+++ b/net/rubygem-http_parser.rb/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/http_parser.rb-0.5.1.gem) = 4c3d822233634f9eac6a18ccc5703c25311b45ea8b7904a4f85af1693dc2bb7a
+SIZE (rubygem/http_parser.rb-0.5.1.gem) = 88576
diff --git a/net/rubygem-http_parser.rb/pkg-descr b/net/rubygem-http_parser.rb/pkg-descr
new file mode 100644
index 000000000000..e451ee677e35
--- /dev/null
+++ b/net/rubygem-http_parser.rb/pkg-descr
@@ -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
diff --git a/net/rubygem-http_parser.rb/pkg-plist b/net/rubygem-http_parser.rb/pkg-plist
new file mode 100644
index 000000000000..8fb5cc4556d5
--- /dev/null
+++ b/net/rubygem-http_parser.rb/pkg-plist
@@ -0,0 +1 @@
+@comment $FreeBSD$