[36028] trunk/dports/ruby

mr_bond at macports.org mr_bond at macports.org
Mon Apr 14 16:56:28 PDT 2008


Revision: 36028
          http://trac.macosforge.org/projects/macports/changeset/36028
Author:   mr_bond at macports.org
Date:     2008-04-14 16:56:28 -0700 (Mon, 14 Apr 2008)

Log Message:
-----------
rb-testspec: New port submission, fixes part 2/3 of ticket #11090

Added Paths:
-----------
    trunk/dports/ruby/rb-test-spec/
    trunk/dports/ruby/rb-test-spec/Portfile

Added: trunk/dports/ruby/rb-test-spec/Portfile
===================================================================
--- trunk/dports/ruby/rb-test-spec/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-test-spec/Portfile	2008-04-14 23:56:28 UTC (rev 36028)
@@ -0,0 +1,44 @@
+# $Id$
+
+PortSystem			1.0
+PortGroup			ruby 1.0
+
+name				rb-test-spec
+version				0.4.0
+
+homepage			http://test-spec.rubyforge.org/
+master_sites		http://rubyforge.org/frs/download.php/22284/
+#http://rubyforge.org/frs/download.php/22284/test-spec-0.4.0.tar.gz
+
+distname			test-spec-0.4.0
+categories-append	devel
+maintainers			internode.on.net:arpstr
+
+description			FlexMock is a flexible mocking library for use in unit testing and behavior specification.
+long_description	FlexMock is a flexible mocking library for use in unit testing and behavior specification. \
+					Mocks are defined with a fluent API that makes mock specifications easy to read and easy to remember.
+                  
+checksums			md5 be9a3d747dc212bb21f7d78928d20652 \
+					sha1 415c31e8b9104b9172288b687ab0dfe56e0ec869 \
+					rmd160 5dc4c26001db55a6b55ee9d176a522f93261851f
+
+#patchfiles			patch-install.rb
+
+set testspec_libdir ${destroot}/${ruby.lib}/test
+
+configure {}
+build { }
+destroot {
+	file mkdir ${testspec_libdir}/spec
+	xinstall -m 755 ${worksrcpath}/lib/test/spec.rb ${testspec_libdir}
+	xinstall -m 755 ${worksrcpath}/lib/test/spec/dox.rb ${testspec_libdir}/spec
+	xinstall -m 755 ${worksrcpath}/lib/test/spec/rdox.rb ${testspec_libdir}/spec
+	xinstall -m 755 ${worksrcpath}/lib/test/spec/should-output.rb \
+	 	${testspec_libdir}/spec
+	xinstall -m 755 ${worksrcpath}/lib/test/spec/version.rb ${testspec_libdir}/spec
+}
+#destroot.cmd		"" 
+#destroot.args		""
+#destroot.env		""
+
+depends_lib			port:ruby
\ No newline at end of file

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080414/6abf9300/attachment.html


More information about the macports-changes mailing list