From owner-cvs-ports@FreeBSD.ORG Tue Feb 6 11:04:30 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98E3216A402; Tue, 6 Feb 2007 11:04:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 88D4013C442; Tue, 6 Feb 2007 11:04:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16B4UOj030468; Tue, 6 Feb 2007 11:04:30 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16B4UYV030463; Tue, 6 Feb 2007 11:04:30 GMT (envelope-from delphij) Message-Id: <200702061104.l16B4UYV030463@repoman.freebsd.org> From: Xin LI Date: Tue, 6 Feb 2007 11:04:30 +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/check Makefile distinfo pkg-descr pkg-plist ports/devel/check/files patch-Makefile.am patch-Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 11:04:30 -0000 delphij 2007-02-06 11:04:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/check Makefile distinfo pkg-descr pkg-plist devel/check/files patch-Makefile.am patch-Makefile.in Log: New port: check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. Homepage: http://check.sourceforge.net/ Submitted by: rill Revision Changes Path 1.2626 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/check/Makefile (new) 1.1 +3 -0 ports/devel/check/distinfo (new) 1.1 +11 -0 ports/devel/check/files/patch-Makefile.am (new) 1.1 +11 -0 ports/devel/check/files/patch-Makefile.in (new) 1.1 +9 -0 ports/devel/check/pkg-descr (new) 1.1 +41 -0 ports/devel/check/pkg-plist (new)