cvs commit: ports/lang/ghc bsd.hackage.mk ports/devel Makefile ports/devel/hs-test-framework Makefile distinfo pkg-descr pkg-plist

Gabor Pali pgj at FreeBSD.org
Fri May 21 21:57:42 UTC 2010


pgj         2010-05-21 21:57:42 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
    devel                Makefile 
  Added files:
    devel/hs-test-framework Makefile distinfo pkg-descr pkg-plist 
  Log:
  Allows tests such as QuickCheck properties and HUnit test cases to be
  assembled into test groups, run in parallel (but reported in
  deterministic order, to aid diff interpretation) and filtered and
  controlled by command line options. All of this comes with colored test
  output, progress reporting and test statistics output.
  
  WWW: http://batterseapower.github.com/test-framework/
  
  Revision  Changes    Path
  1.3934    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/hs-test-framework/Makefile (new)
  1.1       +3 -0      ports/devel/hs-test-framework/distinfo (new)
  1.1       +7 -0      ports/devel/hs-test-framework/pkg-descr (new)
  1.1       +42 -0     ports/devel/hs-test-framework/pkg-plist (new)
  1.16      +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-ports mailing list