From owner-svn-ports-all@freebsd.org Tue Nov 14 23:10:21 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 3B234DB871D; Tue, 14 Nov 2017 23:10:21 +0000 (UTC) (envelope-from dvl@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 0724473D03; Tue, 14 Nov 2017 23:10:20 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAENAKUm005163; Tue, 14 Nov 2017 23:10:20 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAENAJZf005159; Tue, 14 Nov 2017 23:10:19 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201711142310.vAENAJZf005159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Tue, 14 Nov 2017 23:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454217 - in head/www: . rubygem-vegas X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head/www: . rubygem-vegas X-SVN-Commit-Revision: 454217 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: Tue, 14 Nov 2017 23:10:21 -0000 Author: dvl Date: Tue Nov 14 23:10:19 2017 New Revision: 454217 URL: https://svnweb.freebsd.org/changeset/ports/454217 Log: Wraps Rack/Sinatra applications Added: head/www/rubygem-vegas/ head/www/rubygem-vegas/Makefile (contents, props changed) head/www/rubygem-vegas/distinfo (contents, props changed) head/www/rubygem-vegas/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Nov 14 22:57:25 2017 (r454216) +++ head/www/Makefile Tue Nov 14 23:10:19 2017 (r454217) @@ -2176,6 +2176,7 @@ SUBDIR += rubygem-unicorn-worker-killer SUBDIR += rubygem-url_escape SUBDIR += rubygem-url_mount + SUBDIR += rubygem-vegas SUBDIR += rubygem-wasabi SUBDIR += rubygem-webkit-gtk SUBDIR += rubygem-webkit-gtk2 Added: head/www/rubygem-vegas/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-vegas/Makefile Tue Nov 14 23:10:19 2017 (r454217) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= vegas +PORTVERSION= 0.1.11 +CATEGORIES= www ruby +MASTER_SITES= RG + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Wraps Rack/Sinatra applications + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS+= rubygem-rack>1.0.0:www/rubygem-rack + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include Added: head/www/rubygem-vegas/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-vegas/distinfo Tue Nov 14 23:10:19 2017 (r454217) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510683779 +SHA256 (rubygem/vegas-0.1.11.gem) = 45afa09389251b1c97bedcd8aa625dc810b3a0e2f8128c50a87ba3f5c306fb4f +SIZE (rubygem/vegas-0.1.11.gem) = 12800 Added: head/www/rubygem-vegas/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-vegas/pkg-descr Tue Nov 14 23:10:19 2017 (r454217) @@ -0,0 +1,6 @@ +Vegas aims to solve the simple problem of creating executable versions of +Sinatra/Rack apps. It includes a class Vegas::Runner that wraps Rack/Sinatra +applications and provides a simple command line interface and launching +mechanism. + +WWW: http://code.quirkey.com/vegas/