svn commit: r321940 - in head/devel: . rubygem-shoulda-context
Steve Wills
swills at FreeBSD.org
Fri Jun 28 04:04:50 UTC 2013
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 <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= shoulda-context
+PORTVERSION= 1.1.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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 <bsd.port.mk>
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/
More information about the svn-ports-head
mailing list