aboutsummaryrefslogtreecommitdiff
path: root/devel/cgprof
Commit message (Collapse)AuthorAgeFilesLines
* Stagify.Vanilla I. Shu2014-06-072-3/+16
| | | | Notes: svn path=/head/; revision=356877
* Reset a few maintainersAntoine Brodin2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72] said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) <dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please <kawahara@nlp.kuee.kyoto-u.ac.jp>: Sorry, no mailbox here by that name. (#5.1.1) <hnsmaster@h14m.org>: Host or domain name not found. Name service error for name=h14m.org type=AAAA: Host found but no data record of requested type <jre@vineyard.net>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command) <gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550 Recipient verify failed (in reply to RCPT TO command) <mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1 <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox <gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1 <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command) <mickey@enforcer.cc>: Host or domain name not found. Name service error for name=keep.yourmail.yuk type=AAAA: Host not found <lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. <luke@novum.am.lublin.pl>: Host or domain name not found. Name service error for name=novum.am.lublin.pl type=AAAA: Host not found <aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550 unknown user (in reply to RCPT TO command) With hat: portmgr Notes: svn path=/head/; revision=353590
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* cgprof generates colored graphs for profiled executables using gcc and gprof.Pav Lucistnik2005-01-153-0/+33
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. PR: ports/75173 Submitted by: Adam McLaurin <adam.freebsd@fastmail.fm> Notes: svn path=/head/; revision=126517