ports/114934: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Sep 9 06:00:10 UTC 2007


The following reply was made to PR ports/114934; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/114934: commit references a PR
Date: Sun,  9 Sep 2007 05:55:56 +0000 (UTC)

 edwin       2007-09-09 05:55:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/cunit          Makefile distinfo pkg-descr pkg-plist 
     devel/cunit/files    patch-CUnit-Sources-Automated-Automated.c 
                          patch-CUnit-Sources-Framework-MyMem.c 
   Log:
   [NEW PORT] devel/cunit: An automated unit testing framework for C
   
           CUnit is a lightweight system for writing, administering,
           and running unit tests in C. It provides C programmers a
           basic testing functionality with a flexible variety of user
           interfaces. CUnit is built as a static library which is
           linked with the user's testing code. It uses a simple
           framework for building test structures, and provides a rich
           set of assertions for testing common data types. In addition,
           several different interfaces are provided for running tests
           and reporting results.
   
           WWW: http://cunit.sourceforge.net/
   
   PR:             ports/114934
   Submitted by:   Stefan Pauly <stefan at fh-mainz.de>
   
   Revision  Changes    Path
   1.2871    +1 -0      ports/devel/Makefile
   1.1       +102 -0    ports/devel/cunit/Makefile (new)
   1.1       +3 -0      ports/devel/cunit/distinfo (new)
   1.1       +24 -0     ports/devel/cunit/files/patch-CUnit-Sources-Automated-Automated.c (new)
   1.1       +13 -0     ports/devel/cunit/files/patch-CUnit-Sources-Framework-MyMem.c (new)
   1.1       +9 -0      ports/devel/cunit/pkg-descr (new)
   1.1       +49 -0     ports/devel/cunit/pkg-plist (new)
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 



More information about the freebsd-ports-bugs mailing list