svn commit: r365957 - in head/devel: . rubygem-rspec-support
Steve Wills
swills at FreeBSD.org
Sun Aug 24 16:31:18 UTC 2014
Author: swills
Date: Sun Aug 24 16:31:16 2014
New Revision: 365957
URL: http://svnweb.freebsd.org/changeset/ports/365957
QAT: https://qat.redports.org/buildarchive/r365957/
Log:
devel/rubygem-rspec-support: add port for rubygem-rspec-support
Support utilities for RSpec gems
WWW: https://github.com/rspec/rspec-support
Added:
head/devel/rubygem-rspec-support/
head/devel/rubygem-rspec-support/Makefile (contents, props changed)
head/devel/rubygem-rspec-support/distinfo (contents, props changed)
head/devel/rubygem-rspec-support/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Aug 24 16:20:05 2014 (r365956)
+++ head/devel/Makefile Sun Aug 24 16:31:16 2014 (r365957)
@@ -4471,6 +4471,7 @@
SUBDIR += rubygem-rspec-expectations
SUBDIR += rubygem-rspec-mocks
SUBDIR += rubygem-rspec-spies
+ SUBDIR += rubygem-rspec-support
SUBDIR += rubygem-rubigen
SUBDIR += rubygem-ruby-bugzilla
SUBDIR += rubygem-ruby-ole
Added: head/devel/rubygem-rspec-support/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rspec-support/Makefile Sun Aug 24 16:31:16 2014 (r365957)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rspec-support
+PORTVERSION= 3.0.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Support utilities for RSpec gems
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-rspec-support/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rspec-support/distinfo Sun Aug 24 16:31:16 2014 (r365957)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rspec-support-3.0.4.gem) = ec2547c2ebbe2ddbd8722136939f9afe1c4fd24a0d3fd5f35877f6c22c4ff285
+SIZE (rubygem/rspec-support-3.0.4.gem) = 18944
Added: head/devel/rubygem-rspec-support/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rspec-support/pkg-descr Sun Aug 24 16:31:16 2014 (r365957)
@@ -0,0 +1,3 @@
+Support utilities for RSpec gems
+
+WWW: https://github.com/rspec/rspec-support
More information about the svn-ports-head
mailing list