diff options
author | jlam <jlam> | 2008-04-04 15:25:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-04-04 15:25:13 +0000 |
commit | bee2cbf2bb894be50f4e23405ac8c069526fca00 (patch) | |
tree | 44e2aa009d1ac7085397811401719bf78258b216 /www/merb-test-unit | |
parent | c8697d3182614c06dc2349e26523bf9484041958 (diff) | |
download | pkgsrc-bee2cbf2bb894be50f4e23405ac8c069526fca00.tar.gz |
Initial import of merb-test-unit-0.9.2 as www/merb-test-unit.
This package contains a plugin for the Merb framework that provides
helper functionality for using the Test::Unit testing framework.
Diffstat (limited to 'www/merb-test-unit')
-rw-r--r-- | www/merb-test-unit/DESCR | 2 | ||||
-rw-r--r-- | www/merb-test-unit/Makefile | 14 | ||||
-rw-r--r-- | www/merb-test-unit/PLIST | 30 | ||||
-rw-r--r-- | www/merb-test-unit/distinfo | 6 |
4 files changed, 52 insertions, 0 deletions
diff --git a/www/merb-test-unit/DESCR b/www/merb-test-unit/DESCR new file mode 100644 index 00000000000..29a12dcb2d7 --- /dev/null +++ b/www/merb-test-unit/DESCR @@ -0,0 +1,2 @@ +This package contains a plugin for the Merb framework that provides +helper functionality for using the Test::Unit testing framework. diff --git a/www/merb-test-unit/Makefile b/www/merb-test-unit/Makefile new file mode 100644 index 00000000000..041f3968b74 --- /dev/null +++ b/www/merb-test-unit/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:13 jlam Exp $ + +DISTNAME= merb_test_unit-0.9.2 +PKGNAME= ${DISTNAME:S/_/-/g} +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.merbivore.com/ +COMMENT= Merb plugin that provides support for Test::Unit + +DEPENDS+= merb-core>=0.9.2:../../www/merb-core + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/merb-test-unit/PLIST b/www/merb-test-unit/PLIST new file mode 100644 index 00000000000..64ad13b77e2 --- /dev/null +++ b/www/merb-test-unit/PLIST @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:25:13 jlam Exp $ +${GEM_HOME}/cache/merb_test_unit-${PKGVERSION}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/TODO +${GEM_LIBDIR}/lib/asserts/controller_asserts.rb +${GEM_LIBDIR}/lib/asserts/hpricot_asserts.rb +${GEM_LIBDIR}/lib/merb_test_unit.rb +${GEM_LIBDIR}/lib/merb_test_unit/merbtasks.rb +${GEM_LIBDIR}/test_unit_generators/merb_controller_test/merb_controller_test_generator.rb +${GEM_LIBDIR}/test_unit_generators/merb_controller_test/templates/test/functional/%controller_full_file_path%_test.rb +${GEM_LIBDIR}/test_unit_generators/merb_model_test/merb_model_test_generator.rb +${GEM_LIBDIR}/test_unit_generators/merb_model_test/templates/test/unit/%model_file_name%_test.rb +${GEM_LIBDIR}/test_unit_generators/merb_resource_controller_test/merb_resource_controller_test_generator.rb +${GEM_HOME}/specifications/merb_test_unit-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_resource_controller_test +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_model_test/templates/test/unit +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_model_test/templates/test +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_model_test/templates +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_model_test +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_controller_test/templates/test/functional +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_controller_test/templates/test +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_controller_test/templates +@dirrm ${GEM_LIBDIR}/test_unit_generators/merb_controller_test +@dirrm ${GEM_LIBDIR}/test_unit_generators +@dirrm ${GEM_LIBDIR}/lib/merb_test_unit +@dirrm ${GEM_LIBDIR}/lib/asserts +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR} diff --git a/www/merb-test-unit/distinfo b/www/merb-test-unit/distinfo new file mode 100644 index 00000000000..0ba2b762c48 --- /dev/null +++ b/www/merb-test-unit/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:25:13 jlam Exp $ + +SHA1 (merb_test_unit-0.9.2.gem) = 1ef630c8c7fd48764311eb6cf35ae5aeecbdb84e +RMD160 (merb_test_unit-0.9.2.gem) = 22bbd20611e623deef6be33ca4d9f35c4e32f66e +Size (merb_test_unit-0.9.2.gem) = 7168 bytes +SHA1 (patch-aa) = 65d9c04666980ad9a267eadb32eaafef4f16a57a |