cvs commit: ports/devel Makefile ports/devel/check Makefile distinfo pkg-descr pkg-plist ports/devel/check/files patch-Makefile.am patch-Makefile.in

Xin LI delphij at FreeBSD.org
Tue Feb 6 11:04:30 UTC 2007


delphij     2007-02-06 11:04:30 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/check          Makefile distinfo pkg-descr pkg-plist 
    devel/check/files    patch-Makefile.am patch-Makefile.in 
  Log:
  New port: check is a unit testing framework for C.  It
  features a simple interface for defining unit tests,
  putting little in the way of the developer. Tests are
  run in a separate address space, so Check can catch both
  assertion failures and code errors that cause segmentation
  faults or other signals. The output from unit tests can be
  used within source code editors and IDEs.
  
  Homepage:       http://check.sourceforge.net/
  Submitted by:   rill <jiangzhixiang embedded iscas ac cn>
  
  Revision  Changes    Path
  1.2626    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/check/Makefile (new)
  1.1       +3 -0      ports/devel/check/distinfo (new)
  1.1       +11 -0     ports/devel/check/files/patch-Makefile.am (new)
  1.1       +11 -0     ports/devel/check/files/patch-Makefile.in (new)
  1.1       +9 -0      ports/devel/check/pkg-descr (new)
  1.1       +41 -0     ports/devel/check/pkg-plist (new)


More information about the cvs-ports mailing list