From dbfb8d45ab1c8dba7720e6db2e7881b50c89b4cd Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 27 Jun 2011 02:17:13 +0000 Subject: [PATCH] Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers. WWW: https://github.com/rspec/rspec-expectations PR: ports/157797 Submitted by: Steve Wills --- devel/Makefile | 1 + devel/rubygem-rspec-expectations/Makefile | 24 ++++++++++++++++++++++ devel/rubygem-rspec-expectations/distinfo | 2 ++ devel/rubygem-rspec-expectations/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 devel/rubygem-rspec-expectations/Makefile create mode 100644 devel/rubygem-rspec-expectations/distinfo create mode 100644 devel/rubygem-rspec-expectations/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 1d52be58625d..1dc4cfb76fbf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3321,6 +3321,7 @@ SUBDIR += rubygem-rscm SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core + SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rubigen SUBDIR += rubygem-ruby-debug SUBDIR += rubygem-ruby-debug-base diff --git a/devel/rubygem-rspec-expectations/Makefile b/devel/rubygem-rspec-expectations/Makefile new file mode 100644 index 000000000000..5cfc4e3e97ba --- /dev/null +++ b/devel/rubygem-rspec-expectations/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rubygem-rspec-expectations +# Date created: 2011-06-12 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= rspec-expectations +PORTVERSION= 2.6.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Rspec-expectations adds should and should_not to every object + +BUILD_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs +RUN_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/devel/rubygem-rspec-expectations/distinfo b/devel/rubygem-rspec-expectations/distinfo new file mode 100644 index 000000000000..0d4043823ca4 --- /dev/null +++ b/devel/rubygem-rspec-expectations/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rspec-expectations-2.6.0.gem) = 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1 +SIZE (rubygem/rspec-expectations-2.6.0.gem) = 61952 diff --git a/devel/rubygem-rspec-expectations/pkg-descr b/devel/rubygem-rspec-expectations/pkg-descr new file mode 100644 index 000000000000..141462473702 --- /dev/null +++ b/devel/rubygem-rspec-expectations/pkg-descr @@ -0,0 +1,3 @@ +Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers. + +WWW: https://github.com/rspec/rspec-expectations