diff options
author | miwi <miwi@FreeBSD.org> | 2010-08-09 12:50:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-08-09 12:50:27 +0800 |
commit | 7d0a49655182c393330054985bfbbe6bfcabd2e1 (patch) | |
tree | d12d729f0baae3b22419900ddad2932ab59f96b4 /devel | |
parent | f6a365de0d2ab4c02b464bb5d466dc8dd515a3a7 (diff) | |
download | freebsd-ports-gnome-7d0a49655182c393330054985bfbbe6bfcabd2e1.tar.gz freebsd-ports-gnome-7d0a49655182c393330054985bfbbe6bfcabd2e1.tar.zst freebsd-ports-gnome-7d0a49655182c393330054985bfbbe6bfcabd2e1.zip |
Test::Unit 2.x - Improved version of Test::Unit bundled
in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit.
Test::Unit bundled in Ruby 1.8.x had not been improved but
unbundled Test::Unit (Test::Unit 2.x) will be improved actively.
WWW: http://rubyforge.org/projects/test-unit/
PR: ports/149376
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-test-unit/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-test-unit/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-test-unit/pkg-descr | 7 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 28baf0d887c9..86c8e4eca601 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3085,6 +3085,7 @@ SUBDIR += rubygem-stringex SUBDIR += rubygem-systemu SUBDIR += rubygem-templater + SUBDIR += rubygem-test-unit SUBDIR += rubygem-transactionsimple SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop diff --git a/devel/rubygem-test-unit/Makefile b/devel/rubygem-test-unit/Makefile new file mode 100644 index 000000000000..d8af5e07837e --- /dev/null +++ b/devel/rubygem-test-unit/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: rubygem-test-unit +# Date created: 30 July 2010 +# Whom: Eric Freeman <freebsdports@chillibear.com> +# +# $FreeBSD$ +# + +PORTNAME= test-unit +PORTVERSION= 2.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= freebsdports@chillibear.com +COMMENT= Improved version of Test::Unit bundled in Ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-test-unit/distinfo b/devel/rubygem-test-unit/distinfo new file mode 100644 index 000000000000..8e5803d990db --- /dev/null +++ b/devel/rubygem-test-unit/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/test-unit-2.1.1.gem) = ea44337803649ebb27d8bc51ee65aad7 +SHA256 (rubygem/test-unit-2.1.1.gem) = 18440cc5639adf262953dedbba8812de3b452c6e480f85b720b2ec8acd211287 +SIZE (rubygem/test-unit-2.1.1.gem) = 196608 diff --git a/devel/rubygem-test-unit/pkg-descr b/devel/rubygem-test-unit/pkg-descr new file mode 100644 index 000000000000..37bf9a85e7f0 --- /dev/null +++ b/devel/rubygem-test-unit/pkg-descr @@ -0,0 +1,7 @@ +Test::Unit 2.x - Improved version of Test::Unit bundled +in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. + +Test::Unit bundled in Ruby 1.8.x had not been improved but +unbundled Test::Unit (Test::Unit 2.x) will be improved actively. + +WWW: http://rubyforge.org/projects/test-unit/ |