From owner-cvs-all@FreeBSD.ORG Fri Jun 24 14:55:20 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F050A106566C; Fri, 24 Jun 2011 14:55:20 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E15BC8FC1E; Fri, 24 Jun 2011 14:55:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5OEtKWE015423; Fri, 24 Jun 2011 14:55:20 GMT (envelope-from tota@repoman.freebsd.org) Received: (from tota@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5OEtK0X015422; Fri, 24 Jun 2011 14:55:20 GMT (envelope-from tota) Message-Id: <201106241455.p5OEtK0X015422@repoman.freebsd.org> From: TAKATSU Tomonari Date: Fri, 24 Jun 2011 14:55:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/rubygem-http_parser.rb Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 14:55:21 -0000 tota 2011-06-24 14:55:20 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/rubygem-http_parser.rb Makefile distinfo pkg-descr pkg-plist Log: - 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 Revision Changes Path 1.2347 +1 -0 ports/net/Makefile 1.1 +20 -0 ports/net/rubygem-http_parser.rb/Makefile (new) 1.1 +2 -0 ports/net/rubygem-http_parser.rb/distinfo (new) 1.1 +4 -0 ports/net/rubygem-http_parser.rb/pkg-descr (new) 1.1 +1 -0 ports/net/rubygem-http_parser.rb/pkg-plist (new)