eadler      2011-10-25 20:54:51 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/csmith         Makefile distinfo pkg-descr pkg-plist 
    devel/csmith/files   patch-runtime__Makefile.am 
                         patch-runtime__Makefile.in 
                         patch-src__Makefile.am 
                         patch-src__Makefile.in 
  Log:
  Csmith is a tool that can generate random C programs that statically
  and dynamically conform to the C99 standard. Thus, it is useful for
  stress-testing compilers, static analyzers, and other tools that
  process C code. Csmith has found bugs in every tool that it has
  tested, and over the last several years we have used it to find
  and report more than 350 previously-unknown compiler bugs.
  
  WWW: http://embed.cs.utah.edu/csmith/
  
  Approved by:    bapt (mentor)
  
  Revision  Changes    Path
  1.4626    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/csmith/Makefile (new)
  1.1       +2 -0      ports/devel/csmith/distinfo (new)
  1.1       +11 -0     ports/devel/csmith/files/patch-runtime__Makefile.am (new)
  1.1       +11 -0     ports/devel/csmith/files/patch-runtime__Makefile.in (new)
  1.1       +11 -0     ports/devel/csmith/files/patch-src__Makefile.am (new)
  1.1       +11 -0     ports/devel/csmith/files/patch-src__Makefile.in (new)
  1.1       +8 -0      ports/devel/csmith/pkg-descr (new)
  1.1       +30 -0     ports/devel/csmith/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to