[80596] trunk/dports/ruby

kimuraw at macports.org kimuraw at macports.org
Fri Jul 15 08:35:35 PDT 2011


Revision: 80596
          http://trac.macports.org/changeset/80596
Author:   kimuraw at macports.org
Date:     2011-07-15 08:35:34 -0700 (Fri, 15 Jul 2011)
Log Message:
-----------
ruby/rb-http_parser: New Port. HTTP Parser Library.

Added Paths:
-----------
    trunk/dports/ruby/rb-http_parser/
    trunk/dports/ruby/rb-http_parser/Portfile

Added: trunk/dports/ruby/rb-http_parser/Portfile
===================================================================
--- trunk/dports/ruby/rb-http_parser/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-http_parser/Portfile	2011-07-15 15:35:34 UTC (rev 80596)
@@ -0,0 +1,21 @@
+# $Id: Portfile 70493 2010-08-11 12:59:35Z kimuraw at macports.org $
+
+PortSystem			1.0
+PortGroup			ruby 1.0
+
+ruby.setup			http_parser 0.1.3 gem {} rubygems
+maintainers			kimuraw openmaintainer
+description			HTTP Parser Library
+long_description	This gem provides a (hopefully) high quality http parser \
+		library that can build request information iteratively as data comes \
+		over the line without requiring the caller to maintain the entire    \
+		body of the request as a single string in memory.
+
+homepage			http://github.com/stormbrew/http_parser
+license				MIT
+
+checksums			md5     ff3d1751307a665a38b829752035805f \
+					sha1    3cdc579f00d1719df704f7cc6bfa537e0ae8eac9 \
+					rmd160  00a5f2881b7d978556be9b1a7b396adc3e729d0c
+platforms			darwin
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110715/e915d923/attachment.html>


More information about the macports-changes mailing list