citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7fa0998016b355ad1166ef0fe43b311e3885fdb8
parent 11263728e82552e050c846aaa5afd36d5049b93b
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 16 Jun 2016 21:48:16 -0600

pkg/darwin: simplify Portfile

Diffstat:
Mpkg/darwin/devel/citrun/Portfile | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/pkg/darwin/devel/citrun/Portfile b/pkg/darwin/devel/citrun/Portfile @@ -1,4 +1,3 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -9,19 +8,19 @@ categories devel maintainers openmaintainer@macports.org platforms darwin license BSD -description Watch your source code execute -long_description Citrun adds compile time instrumentation so you can watch your program run +description see your source code run +long_description Adds instrumentation to source code at compile time. When the instrumented binaries are run, execution information can be visualized with an included OpenGL viewer. homepage http://citrun.com master_sites http://citrun.com/src/ -# This is easier for continuous integration style builds +# This is easier for continuous integration style builds. fetch.type git git.url http://git.0x30.net/citrun git.branch origin/master use_configure no -# I'm not sure if the Jamfiles are compatible with other jam's +# I'm using vanilla Jam. depends_build port:pkgconfig \ port:jam @@ -42,5 +41,3 @@ destroot.cmd PREFIX=${destroot}${prefix} jam destroot.destdir test.run yes -test.cmd prove -test.target