From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 04:04:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A09393CD; Fri, 28 Jun 2013 04:04:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 760161090; Fri, 28 Jun 2013 04:04:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5S44o1S001826; Fri, 28 Jun 2013 04:04:50 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5S44neo001822; Fri, 28 Jun 2013 04:04:49 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306280404.r5S44neo001822@svn.freebsd.org> From: Steve Wills Date: Fri, 28 Jun 2013 04:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321940 - in head/devel: . rubygem-shoulda-context X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 04:04:50 -0000 Author: swills Date: Fri Jun 28 04:04:49 2013 New Revision: 321940 URL: http://svnweb.freebsd.org/changeset/ports/321940 Log: Context framework extracted from Shoulda WWW: http://thoughtbot.com/community/ Added: head/devel/rubygem-shoulda-context/ head/devel/rubygem-shoulda-context/Makefile (contents, props changed) head/devel/rubygem-shoulda-context/distinfo (contents, props changed) head/devel/rubygem-shoulda-context/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jun 28 04:04:08 2013 (r321939) +++ head/devel/Makefile Fri Jun 28 04:04:49 2013 (r321940) @@ -4197,6 +4197,7 @@ SUBDIR += rubygem-sequel SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda + SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-simple_form SUBDIR += rubygem-slop Added: head/devel/rubygem-shoulda-context/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-shoulda-context/Makefile Fri Jun 28 04:04:49 2013 (r321940) @@ -0,0 +1,17 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= shoulda-context +PORTVERSION= 1.1.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Context framework extracted from Shoulda + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES+= bin/convert_to_should_syntax + +.include Added: head/devel/rubygem-shoulda-context/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-shoulda-context/distinfo Fri Jun 28 04:04:49 2013 (r321940) @@ -0,0 +1,2 @@ +SHA256 (rubygem/shoulda-context-1.1.4.gem) = 894875f73ad73a87c04016f589b7b1e6099a3e59ad3a69135501a8078d621303 +SIZE (rubygem/shoulda-context-1.1.4.gem) = 20992 Added: head/devel/rubygem-shoulda-context/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-shoulda-context/pkg-descr Fri Jun 28 04:04:49 2013 (r321940) @@ -0,0 +1,3 @@ +Context framework extracted from Shoulda + +WWW: http://thoughtbot.com/community/