From owner-cvs-all@FreeBSD.ORG Tue Oct 25 20:54:52 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4039C106567B; Tue, 25 Oct 2011 20:54:52 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 159FC8FC1A; Tue, 25 Oct 2011 20:54:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9PKsp6H046513; Tue, 25 Oct 2011 20:54:51 GMT (envelope-from eadler@repoman.freebsd.org) Received: (from eadler@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9PKspr8046512; Tue, 25 Oct 2011 20:54:51 GMT (envelope-from eadler) Message-Id: <201110252054.p9PKspr8046512@repoman.freebsd.org> From: Eitan Adler Date: Tue, 25 Oct 2011 20:54:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2011 20:54:52 -0000 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)