Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2011 20:54:51 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <201110252054.p9PKspr8046512@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110252054.p9PKspr8046512>