Bug 75173 - New port: devel/cgprof Generates colored graphs for profiled executables using gcc and gprof
Summary: New port: devel/cgprof Generates colored graphs for profiled executables usi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 02:20 UTC by Adam McLaurin
Modified: 2005-01-15 20:04 UTC (History)
1 user (show)

See Also:


Attachments
cgprof.shar (1.76 KB, application/octet-stream)
2004-12-17 02:42 UTC, Adam McLaurin
no flags Details
cgprof.shar (1.76 KB, application/octet-stream)
2004-12-17 03:05 UTC, Adam McLaurin
no flags Details
cgprof.shar (1.83 KB, application/x-shar)
2004-12-17 03:16 UTC, Mario Sergio Fujikawa Ferreira
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam McLaurin 2004-12-17 02:20:23 UTC

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/
Comment 1 Adam McLaurin 2004-12-17 02:42:31 UTC
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
Comment 2 Adam McLaurin 2004-12-17 03:05:39 UTC
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


***************************************************************************************


Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2004-12-17 03:16:40 UTC
	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
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-15 20:04:21 UTC
State Changed
From-To: open->closed

New port added, thank you!