From owner-cvs-all@FreeBSD.ORG Thu Jan 24 06:27:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4E4F16A419; Thu, 24 Jan 2008 06:27:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E178713C442; Thu, 24 Jan 2008 06:27:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O6R0cD082705; Thu, 24 Jan 2008 06:27:00 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O6R0eM082704; Thu, 24 Jan 2008 06:27:00 GMT (envelope-from clsung) Message-Id: <200801240627.m0O6R0eM082704@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 24 Jan 2008 06:27:00 +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/www Makefile ports/www/rubygem-thin Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 06:27:01 -0000 clsung 2008-01-24 06:27:00 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-thin Makefile distinfo pkg-descr pkg-plist Log: Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: * the Mongrel parser, the root of Mongrel speed and security * Event Machine, a network I/O library with extremely high scalability, performance and stability * Rack, a minimal interface between webservers and Ruby frameworks Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use gem for your own pleasure. WWW: http://code.macournoyer.com/thin/ Revision Changes Path 1.1957 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/rubygem-thin/Makefile (new) 1.1 +3 -0 ports/www/rubygem-thin/distinfo (new) 1.1 +13 -0 ports/www/rubygem-thin/pkg-descr (new) 1.1 +117 -0 ports/www/rubygem-thin/pkg-plist (new)