From owner-svn-ports-all@freebsd.org Fri Nov 17 05:30:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2CA4DBADBB; Fri, 17 Nov 2017 05:30:34 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC9707ADB8; Fri, 17 Nov 2017 05:30:34 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAH5UX0d022809; Fri, 17 Nov 2017 05:30:33 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAH5UXV6022805; Fri, 17 Nov 2017 05:30:33 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201711170530.vAH5UXV6022805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 17 Nov 2017 05:30:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454360 - in head/www: . rubygem-roda X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/www: . rubygem-roda X-SVN-Commit-Revision: 454360 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 05:30:35 -0000 Author: adamw Date: Fri Nov 17 05:30:33 2017 New Revision: 454360 URL: https://svnweb.freebsd.org/changeset/ports/454360 Log: Add www/rubygem-roda Roda is a high-performance, minimalistic Ruby web framework. It's based on a routing-tree paradigm, and comes with a huge set of plugins (many of which will require installing other gems). WWW: http://roda.jeremyevans.net/ Added: head/www/rubygem-roda/ head/www/rubygem-roda/Makefile (contents, props changed) head/www/rubygem-roda/distinfo (contents, props changed) head/www/rubygem-roda/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Nov 17 02:10:54 2017 (r454359) +++ head/www/Makefile Fri Nov 17 05:30:33 2017 (r454360) @@ -2142,6 +2142,7 @@ SUBDIR += rubygem-rkelly-remix SUBDIR += rubygem-robotex SUBDIR += rubygem-robots + SUBDIR += rubygem-roda SUBDIR += rubygem-rqrcode SUBDIR += rubygem-rqrcode-rails3 SUBDIR += rubygem-rtlit Added: head/www/rubygem-roda/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-roda/Makefile Fri Nov 17 05:30:33 2017 (r454360) @@ -0,0 +1,25 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= roda +PORTVERSION= 3.2.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Routing tree web toolkit + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-rack>=2.0:www/rubygem-rack +TEST_DEPENDS= rubygem-erubi>=0:www/rubygem-erubi \ + rubygem-haml>=0:www/rubygem-haml \ + rubygem-minitest>=5.7.0:devel/rubygem-minitest \ + rubygem-tilt>=2.0:devel/rubygem-tilt + +USES= gem +USE_RUBY= yes +NO_ARCH= yes + +.include Added: head/www/rubygem-roda/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-roda/distinfo Fri Nov 17 05:30:33 2017 (r454360) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510894870 +SHA256 (rubygem/roda-3.2.0.gem) = e38908d4c47e8a19626d95cffbf1d9687a0fbb8039c4fcda8c02689e5600d5ae +SIZE (rubygem/roda-3.2.0.gem) = 184832 Added: head/www/rubygem-roda/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-roda/pkg-descr Fri Nov 17 05:30:33 2017 (r454360) @@ -0,0 +1,5 @@ +Roda is a high-performance, minimalistic Ruby web framework. It's based +on a routing-tree paradigm, and comes with a huge set of plugins (many +of which will require installing other gems). + +WWW: http://roda.jeremyevans.net/