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

Eitan Adler eadler at FreeBSD.org
Tue Oct 25 20:54:52 UTC 2011


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)


More information about the cvs-all mailing list