From owner-svn-ports-all@FreeBSD.ORG Wed Oct 23 19:06:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95F5B6C9; Wed, 23 Oct 2013 19:06:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A706266D; Wed, 23 Oct 2013 19:06:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NJ6Xm1005244; Wed, 23 Oct 2013 19:06:33 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NJ6WT4005238; Wed, 23 Oct 2013 19:06:32 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310231906.r9NJ6WT4005238@svn.freebsd.org> From: Steve Wills Date: Wed, 23 Oct 2013 19:06:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331412 - in head/devel: . rubygem-minitest4 X-SVN-Group: ports-head 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.14 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: Wed, 23 Oct 2013 19:06:33 -0000 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 +# $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 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