pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-heckle Initial import of ruby18-heckle-1.4....
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd3ad8d55f3a
branches: trunk
changeset: 540475:dd3ad8d55f3a
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Apr 04 15:17:14 2008 +0000
description:
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:
devel/ruby-heckle/DESCR | 8 ++++++++
devel/ruby-heckle/Makefile | 16 ++++++++++++++++
devel/ruby-heckle/PLIST | 25 +++++++++++++++++++++++++
devel/ruby-heckle/distinfo | 6 ++++++
4 files changed, 55 insertions(+), 0 deletions(-)
diffs (71 lines):
diff -r 324993cb8fd0 -r dd3ad8d55f3a devel/ruby-heckle/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-heckle/DESCR Fri Apr 04 15:17:14 2008 +0000
@@ -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 -r 324993cb8fd0 -r dd3ad8d55f3a devel/ruby-heckle/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-heckle/Makefile Fri Apr 04 15:17:14 2008 +0000
@@ -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@localhost
+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 -r 324993cb8fd0 -r dd3ad8d55f3a devel/ruby-heckle/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-heckle/PLIST Fri Apr 04 15:17:14 2008 +0000
@@ -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 -r 324993cb8fd0 -r dd3ad8d55f3a devel/ruby-heckle/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-heckle/distinfo Fri Apr 04 15:17:14 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index