diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:17:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:17:14 +0000 |
commit | e08dd5c614067fb4df63d30dc9b3ce9f3da2f982 (patch) | |
tree | ab5cc43e56c83e413e53b5b864b0144ba89f8ed8 /devel/ruby-heckle | |
parent | e41420fdde12a293a052c1c89e061a2de9c8553b (diff) | |
download | pkgsrc-e08dd5c614067fb4df63d30dc9b3ce9f3da2f982.tar.gz |
Initial import of ruby18-heckle-1.4.1 as devel/ruby-heckle.
Heckle is a mutation tester. It modifies your code and runs your tests
to make sure they fail. The idea is that if code can be changed and
your tests don't notice, either that code isn't being covered or it
doesn't do anything.
It's like hiring a white-hat hacker to try to break into your server
and making sure you detect it. You learn the most by trying to break
things and watching the outcome in an act of unit test sadism.
Diffstat (limited to 'devel/ruby-heckle')
-rw-r--r-- | devel/ruby-heckle/DESCR | 8 | ||||
-rw-r--r-- | devel/ruby-heckle/Makefile | 16 | ||||
-rw-r--r-- | devel/ruby-heckle/PLIST | 25 | ||||
-rw-r--r-- | devel/ruby-heckle/distinfo | 6 |
4 files changed, 55 insertions, 0 deletions
diff --git a/devel/ruby-heckle/DESCR b/devel/ruby-heckle/DESCR new file mode 100644 index 00000000000..a0266031d74 --- /dev/null +++ b/devel/ruby-heckle/DESCR @@ -0,0 +1,8 @@ +Heckle is a mutation tester. It modifies your code and runs your tests +to make sure they fail. The idea is that if code can be changed and +your tests don't notice, either that code isn't being covered or it +doesn't do anything. + +It's like hiring a white-hat hacker to try to break into your server +and making sure you detect it. You learn the most by trying to break +things and watching the outcome in an act of unit test sadism. diff --git a/devel/ruby-heckle/Makefile b/devel/ruby-heckle/Makefile new file mode 100644 index 00000000000..edea3611fb9 --- /dev/null +++ b/devel/ruby-heckle/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:14 jlam Exp $ + +DISTNAME= heckle-1.4.1 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://seattlerb.rubyforge.org/heckle/ +COMMENT= Code mutation tester for Ruby + +DEPENDS+= hoe>=1.2.1:../../devel/hoe +DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.0:../../devel/ruby2ruby +DEPENDS+= ZenTest>=3.5.2:../../devel/ZenTest + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-heckle/PLIST b/devel/ruby-heckle/PLIST new file mode 100644 index 00000000000..a411fc24440 --- /dev/null +++ b/devel/ruby-heckle/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:17:14 jlam Exp $ +bin/heckle +${GEM_HOME}/cache/heckle-${PKGVERSION}.gem +${GEM_LIBDIR}/History.txt +${GEM_LIBDIR}/Manifest.txt +${GEM_LIBDIR}/README.txt +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/bin/heckle +${GEM_LIBDIR}/lib/heckle.rb +${GEM_LIBDIR}/lib/test_unit_heckler.rb +${GEM_LIBDIR}/sample/Rakefile +${GEM_LIBDIR}/sample/changes.log +${GEM_LIBDIR}/sample/lib/heckled.rb +${GEM_LIBDIR}/sample/test/test_heckled.rb +${GEM_LIBDIR}/test/fixtures/heckled.rb +${GEM_LIBDIR}/test/test_heckle.rb +${GEM_HOME}/specifications/heckle-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/test/fixtures +@dirrm ${GEM_LIBDIR}/test +@dirrm ${GEM_LIBDIR}/sample/test +@dirrm ${GEM_LIBDIR}/sample/lib +@dirrm ${GEM_LIBDIR}/sample +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR}/bin +@dirrm ${GEM_LIBDIR} diff --git a/devel/ruby-heckle/distinfo b/devel/ruby-heckle/distinfo new file mode 100644 index 00000000000..cd5ac572339 --- /dev/null +++ b/devel/ruby-heckle/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:14 jlam Exp $ + +SHA1 (heckle-1.4.1.gem) = 3108fa5626194d9fd56746f620246a0f8915ed9e +RMD160 (heckle-1.4.1.gem) = 96f53d75c1b3cf816f8cec0af5997060f152a065 +Size (heckle-1.4.1.gem) = 15872 bytes +SHA1 (patch-aa) = 8e14b6e51ee9ed58415a343ae9ea1f0077c8ca5f |