aboutsummaryrefslogtreecommitdiff
path: root/devel/cunit/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371544
* - Fix PORTEXAMPLESSunpoet Po-Chuan Hsieh2014-05-171-4/+4
| | | | | | | | | | | | | | | | - Adjust OPTIONS: - AUT -> AUTOMATED - BAS -> BASIC - CON -> CONSOLE - CUR -> CURSES - DEB -> DEBUG - EXA -> EXAMPLES - ITE -> TEST - MEM -> MEMTRACE - Bump PORTREVISION for package change Notes: svn path=/head/; revision=354321
* - Update to 2.1.3Sunpoet Po-Chuan Hsieh2014-05-111-37/+7
| | | | | | | | | | | | | | | - Add LICENSE - Use USES=gmake - Use USES=libtool - Convert to new options helper - Add regression-test: - Cosmetic change - Update pkg-descr Changes: http://sourceforge.net/p/cunit/code/HEAD/tree/trunk/ChangeLog Notes: svn path=/head/; revision=353698
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2014-05-111-0/+1
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=353650
* - Stop packaging mtree symlinksPav Lucistnik2008-03-141-2/+0
| | | | | | | | PR: ports/121691 Submitted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=209045
* [NEW PORT] devel/cunit: An automated unit testing framework for CEdwin Groothuis2007-09-091-0/+49
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@fh-mainz.de> Notes: svn path=/head/; revision=199157