aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pycallgraph
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.1Li-Wen Hsu2008-07-153-6/+5
| | | | | | | | PR: ports/125396 Submitted by: Wen heping <wenheping AT gmail.com> Notes: svn path=/head/; revision=216857
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Fix typo, this fixes the NOPORTEXAMPLES knobLi-Wen Hsu2008-05-191-1/+1
| | | | Notes: svn path=/head/; revision=213371
* - Update to 0.4.1Li-Wen Hsu2007-12-132-4/+4
| | | | Notes: svn path=/head/; revision=203451
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Update to 0.4.0Li-Wen Hsu2007-06-253-5/+24
| | | | | | | - Add examples Notes: svn path=/head/; revision=194254
* - 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
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* - Update to 0.3.0Martin Wilke2007-02-152-4/+4
| | | | | | | | PR: 109196 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Notes: svn path=/head/; revision=185227
* - Update to 0.2.0Cheng-Lung Sung2007-02-142-4/+4
| | | | | | | | PR: ports/109032 Submitted by: maintainer (Li-Wen Hsu) Notes: svn path=/head/; revision=185136
* Python Call Graph uses GraphViz to generate call graphs from one execution ofMartin Wilke2007-02-104-0/+34
your Python code. It's very easy to use and can point out possible problems with your code execution. WWW: http://pycallgraph.slowchop.com/ PR: ports/108977 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Notes: svn path=/head/; revision=184776