Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

18
devel/ZenTest/DESCR Normal file
View File

@@ -0,0 +1,18 @@
ZenTest provides 4 different tools and 1 library: zentest, unit_diff,
autotest, multiruby, and Test::Rails.
ZenTest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker
pace. ZenTest only works with Ruby and Test::Unit.
unit_diff is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.
autotest is a continous testing facility meant to be used during
development. As soon as you save a file, autotest will run the
corresponding dependent tests.
multiruby runs anything you want on multiple versions of Ruby. Great
for compatibility checking.
Test::Rails helps you build industrial-strength Rails code.

16
devel/ZenTest/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.19 2013/06/16 14:47:06 taca Exp $
DISTNAME= ZenTest-4.9.2
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/
COMMENT= Testing utilities for Ruby
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9][0-9]-ZenTest-[0-9]* ZenTest-[0-9]*
RUBYGEMS_REQD= 1.8
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

48
devel/ZenTest/PLIST Normal file
View File

@@ -0,0 +1,48 @@
@comment $NetBSD: PLIST,v 1.8 2011/03/23 15:53:34 taca Exp $
bin/autotest
bin/multigem
bin/multiruby
bin/multiruby_setup
bin/unit_diff
bin/zentest
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/articles/Article.css
${GEM_LIBDIR}/articles/getting_started_with_autotest.html
${GEM_LIBDIR}/articles/how_to_use_zentest.txt
${GEM_LIBDIR}/bin/autotest
${GEM_LIBDIR}/bin/multigem
${GEM_LIBDIR}/bin/multiruby
${GEM_LIBDIR}/bin/multiruby_setup
${GEM_LIBDIR}/bin/unit_diff
${GEM_LIBDIR}/bin/zentest
${GEM_LIBDIR}/example.txt
${GEM_LIBDIR}/example1.rb
${GEM_LIBDIR}/example2.rb
${GEM_LIBDIR}/example_dot_autotest.rb
${GEM_LIBDIR}/lib/autotest.rb
${GEM_LIBDIR}/lib/autotest/autoupdate.rb
${GEM_LIBDIR}/lib/autotest/bundler.rb
${GEM_LIBDIR}/lib/autotest/isolate.rb
${GEM_LIBDIR}/lib/autotest/once.rb
${GEM_LIBDIR}/lib/autotest/preload.rb
${GEM_LIBDIR}/lib/autotest/rcov.rb
${GEM_LIBDIR}/lib/autotest/restart.rb
${GEM_LIBDIR}/lib/autotest/timestamp.rb
${GEM_LIBDIR}/lib/focus.rb
${GEM_LIBDIR}/lib/functional_test_matrix.rb
${GEM_LIBDIR}/lib/multiruby.rb
${GEM_LIBDIR}/lib/unit_diff.rb
${GEM_LIBDIR}/lib/zentest.rb
${GEM_LIBDIR}/lib/zentest_mapping.rb
${GEM_LIBDIR}/test/test_autotest.rb
${GEM_LIBDIR}/test/test_focus.rb
${GEM_LIBDIR}/test/test_unit_diff.rb
${GEM_LIBDIR}/test/test_zentest.rb
${GEM_LIBDIR}/test/test_zentest_mapping.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

5
devel/ZenTest/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.17 2013/06/16 14:47:06 taca Exp $
SHA1 (ZenTest-4.9.2.gem) = 73be368bd7ac1845fafff360937495692ce241a2
RMD160 (ZenTest-4.9.2.gem) = 059e9301a0254ba05094868ef848400f3b579533
Size (ZenTest-4.9.2.gem) = 69120 bytes