[33120] trunk/dports/devel

brett at macports.org brett at macports.org
Fri Jan 18 08:50:04 PST 2008


Revision: 33120
          http://trac.macosforge.org/projects/macports/changeset/33120
Author:   brett at macports.org
Date:     2008-01-18 08:50:03 -0800 (Fri, 18 Jan 2008)

Log Message:
-----------
add cut

Added Paths:
-----------
    trunk/dports/devel/cut/
    trunk/dports/devel/cut/Portfile

Added: trunk/dports/devel/cut/Portfile
===================================================================
--- trunk/dports/devel/cut/Portfile	                        (rev 0)
+++ trunk/dports/devel/cut/Portfile	2008-01-18 16:50:03 UTC (rev 33120)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
+# c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+name			cut
+version			2.3
+categories		devel
+maintainers		brett at macports.com
+description		C unit testing
+long_description	\
+	CUT is a C-language tool for developing and automatically maintaining \
+	unit tests. CUT works well for C, C++, and objective-C. Although it was \
+	expressly designed to help support test-driven development and agile \
+	development processes such as extreme programming, CUT is still useful \
+	for writing automated test fixtures for more traditional software \
+	development processes as well. 
+homepage		http://sourceforge.net/projects/cut/
+platforms		darwin
+master_sites		sourceforge
+checksums		sha1 e3a7bc69ee74ecd4e9a1d496c12eab893e7889c4
+
+use_configure		no
+build.target		
+destroot.cmd		install
+destroot.target		cutgen
+destroot.destdir	${destroot}${prefix}/bin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080118/daef289b/attachment.html


More information about the macports-changes mailing list