From owner-svn-ports-all@freebsd.org Sat Jul 8 03:03:20 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 351E8D8C180; Sat, 8 Jul 2017 03:03:20 +0000 (UTC) (envelope-from swills@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 DF56F715F5; Sat, 8 Jul 2017 03:03:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6833IJl057492; Sat, 8 Jul 2017 03:03:18 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6833ISa057488; Sat, 8 Jul 2017 03:03:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201707080303.v6833ISa057488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Jul 2017 03:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445297 - in head/devel: . rubygem-baf X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . rubygem-baf X-SVN-Commit-Revision: 445297 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.23 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: Sat, 08 Jul 2017 03:03:20 -0000 Author: swills Date: Sat Jul 8 03:03:18 2017 New Revision: 445297 URL: https://svnweb.freebsd.org/changeset/ports/445297 Log: devel/rubygem-baf: create port baf is a toolkit for building command line programs. It also provides cucumber helpers and steps for writing user acceptance tests. WWW: https://rubygems.org/gems/baf PR: 220218 Submitted by: dereks@lifeofadishwasher.com Added: head/devel/rubygem-baf/ head/devel/rubygem-baf/Makefile (contents, props changed) head/devel/rubygem-baf/distinfo (contents, props changed) head/devel/rubygem-baf/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 8 02:56:12 2017 (r445296) +++ head/devel/Makefile Sat Jul 8 03:03:18 2017 (r445297) @@ -5213,6 +5213,7 @@ SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon + SUBDIR += rubygem-baf SUBDIR += rubygem-benelux SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata Added: head/devel/rubygem-baf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-baf/Makefile Sat Jul 8 03:03:18 2017 (r445297) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= baf +PORTVERSION= 0.12.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tj+freebsd_ports@a13.fr +COMMENT= Basic Application Framework + +LICENSE= BSD3CLAUSE + +USE_RUBY= yes +USES= gem +NO_ARCH= yes + +.include Added: head/devel/rubygem-baf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-baf/distinfo Sat Jul 8 03:03:18 2017 (r445297) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495730477 +SHA256 (rubygem/baf-0.12.0.gem) = 3ea31171b3d03949c66d22586c560d7dd866045885751d8e48f2dc41a662d7bb +SIZE (rubygem/baf-0.12.0.gem) = 8192 Added: head/devel/rubygem-baf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-baf/pkg-descr Sat Jul 8 03:03:18 2017 (r445297) @@ -0,0 +1,4 @@ +baf is a toolkit for building command line programs. It also provides cucumber +helpers and steps for writing user acceptance tests. + +WWW: https://rubygems.org/gems/baf