cgprof generates colored graphs for profiled executables using gcc and gprof. cgprof helps to have a better understanding of program structure and execution. It makes hot spots identification visual and intuitive. It is a shell script using gnu awk, that should run on any Unix like system. WWW: http://mvertes.free.fr/
Forgot to submit cgprof.shar file. See attachment. Also, you may set the MAINTAINER to adam.freebsd@fastmail.fm I don't mind maintaining it. Thanks, Adam McLaurin
Doesn't appear that file attachments are allowed. The contents of the cgprof.shar are below: Thanks, Adam McLaurin *************************************************************************************** # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./cgprof # ./cgprof/distinfo # ./cgprof/pkg-descr # ./cgprof/Makefile # echo c - ./cgprof mkdir -p ./cgprof > /dev/null 2>&1 echo x - ./cgprof/distinfo sed 's/^X//' >./cgprof/distinfo << 'END-of-./cgprof/distinfo' XMD5 (cgprof-1.2.tar.gz) = dcf9f91367fb348f56bb816e0732e500 XSIZE (cgprof-1.2.tar.gz) = 17458 END-of-./cgprof/distinfo echo x - ./cgprof/pkg-descr sed 's/^X//' >./cgprof/pkg-descr << 'END-of-./cgprof/pkg-descr' Xcgprof generates colored graphs for profiled executables using gcc and gprof. Xcgprof helps to have a better understanding of program structure and execution. XIt makes hot spots identification visual and intuitive. XIt is a shell script using gnu awk, that should run on any Unix like system. X XWWW: http://mvertes.free.fr/ END-of-./cgprof/pkg-descr echo x - ./cgprof/Makefile sed 's/^X//' >./cgprof/Makefile << 'END-of-./cgprof/Makefile' X# New ports collection makefile for: cgprof X# Date created: 16 December 2004 X# Whom: Adam McLaurin X# X# $FreeBSD: ports/devel/cgprof/Makefile $ X# X XPORTNAME= cgprof XPORTVERSION= 1.2 XCATEGORIES= devel XMASTER_SITES= http://mvertes.free.fr/download/ X XMAINTAINER= adam.freebsd@fastmail.fm XCOMMENT= Generates colored graphs for profiled executables using gcc and gprof X XBUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk XRUN_DEPENDS= ${BUILD_DEPENDS} X XALL_TARGET= cgprof.1 XINSTALL_TARGET= install prefix=${PREFIX} X XMAN1= cgprof.1 X XPLIST_FILES= bin/cgprof X X.include <bsd.port.mk> END-of-./cgprof/Makefile exit ***************************************************************************************
Submitter forgot to attach the port shar :) He also wishes to be the MAINTAINER I am following up in his behalf. He is having problems with FreeBSD.org smtp server. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." feature, n: a documented bug | bug, n: an undocumented feature
State Changed From-To: open->closed New port added, thank you!