Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2007 14:23:46 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/rubygem-zentest Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200704221423.l3MENk6t035683@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clsung      2007-04-22 14:23:46 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-zentest Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  
  Test::Rails helps you build industrial-strength Rails code.
  
  WWW: http://zentest.rubyforge.org/
  
  Revision  Changes    Path
  1.2739    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/rubygem-zentest/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-zentest/distinfo (new)
  1.1       +19 -0     ports/devel/rubygem-zentest/pkg-descr (new)
  1.1       +368 -0    ports/devel/rubygem-zentest/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704221423.l3MENk6t035683>