Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 19:06:32 +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: r331412 - in head/devel: . rubygem-minitest4
Message-ID:  <201310231906.r9NJ6WT4005238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Oct 23 19:06:32 2013
New Revision: 331412
URL: http://svnweb.freebsd.org/changeset/ports/331412

Log:
  Minitest provides a complete suite of testing facilities supporting TDD, BDD,
  mocking, and benchmarking. minitest/unit is a small and incredibly fast unit
  testing framework.
  
  WWW: https://github.com/seattlerb/minitest

Added:
  head/devel/rubygem-minitest4/
  head/devel/rubygem-minitest4/Makefile   (contents, props changed)
  head/devel/rubygem-minitest4/distinfo   (contents, props changed)
  head/devel/rubygem-minitest4/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Oct 23 18:59:18 2013	(r331411)
+++ head/devel/Makefile	Wed Oct 23 19:06:32 2013	(r331412)
@@ -4141,6 +4141,7 @@
     SUBDIR += rubygem-metaid
     SUBDIR += rubygem-method_source
     SUBDIR += rubygem-minitest
+    SUBDIR += rubygem-minitest4
     SUBDIR += rubygem-mirror
     SUBDIR += rubygem-mixlib-authentication
     SUBDIR += rubygem-mixlib-cli

Added: head/devel/rubygem-minitest4/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-minitest4/Makefile	Wed Oct 23 19:06:32 2013	(r331412)
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	minitest
+PORTVERSION=	4.7.5
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Minitest provides a complete suite of testing facilities
+
+PKGNAMESUFFIX=	4
+
+USE_RUBY=		yes
+USE_RUBYGEMS=		yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-minitest4/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-minitest4/distinfo	Wed Oct 23 19:06:32 2013	(r331412)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/minitest-4.7.5.gem) = 3e0ac720a6d0787b4c822514739319493e187400e993fba96397bd64d58ae60e
+SIZE (rubygem/minitest-4.7.5.gem) = 57856

Added: head/devel/rubygem-minitest4/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-minitest4/pkg-descr	Wed Oct 23 19:06:32 2013	(r331412)
@@ -0,0 +1,5 @@
+Minitest provides a complete suite of testing facilities supporting TDD, BDD,
+mocking, and benchmarking. minitest/unit is a small and incredibly fast unit
+testing framework. 
+
+WWW: https://github.com/seattlerb/minitest



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