Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2017 03:03:18 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445297 - in head/devel: . rubygem-baf
Message-ID:  <201707080303.v6833ISa057488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707080303.v6833ISa057488>