[36029] trunk/dports/ruby/rb-test-spec/Portfile
mr_bond at macports.org
mr_bond at macports.org
Mon Apr 14 17:05:09 PDT 2008
Revision: 36029
http://trac.macosforge.org/projects/macports/changeset/36029
Author: mr_bond at macports.org
Date: 2008-04-14 17:05:07 -0700 (Mon, 14 Apr 2008)
Log Message:
-----------
Enchanced Portfile description, removed comment
Modified Paths:
--------------
trunk/dports/ruby/rb-test-spec/Portfile
Modified: trunk/dports/ruby/rb-test-spec/Portfile
===================================================================
--- trunk/dports/ruby/rb-test-spec/Portfile 2008-04-14 23:56:28 UTC (rev 36028)
+++ trunk/dports/ruby/rb-test-spec/Portfile 2008-04-15 00:05:07 UTC (rev 36029)
@@ -8,22 +8,21 @@
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
+depends_lib port:ruby
-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.
+description Ruby unit testing library.
+long_description test/spec layers an RSpec-inspired interface on top of Test::Unit, \
+ so you can mix TDD and BDD (Behavior-Driven Development). Darcs \
+ repository: http://chneukirchen.org/repos/testspec/
checksums md5 be9a3d747dc212bb21f7d78928d20652 \
sha1 415c31e8b9104b9172288b687ab0dfe56e0ec869 \
rmd160 5dc4c26001db55a6b55ee9d176a522f93261851f
-#patchfiles patch-install.rb
-
set testspec_libdir ${destroot}/${ruby.lib}/test
configure {}
@@ -37,8 +36,3 @@
${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/c06b4c25/attachment.html
More information about the macports-changes
mailing list