cvs commit: ports/devel Makefile ports/devel/rubygem-zentest Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Sun Apr 22 14:23:46 UTC 2007


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)


More information about the cvs-ports mailing list