CVS log for ports/devel/py-pycallgraph/Makefile
Up to [FreeBSD] / ports / devel / py-pycallgraph
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 28 07:54:33 2010 UTC (13 months, 1 week ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +11 -4 lines
- Use COPYTREE for installing example files - Install manual page and respect NO_INSTALL_MANPAGES - Drop MD5 checksum Submitted by: ohauer (earlier patch)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:33:30 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:36:08 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
- update to jpeg-8
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 15 03:36:43 2008 UTC (3 years, 6 months ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
- Update to 0.5.1 PR: ports/125396 Submitted by: Wen heping <wenheping AT gmail.com>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:45 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. 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)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 19 23:45:31 2008 UTC (3 years, 8 months ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Fix typo, this fixes the NOPORTEXAMPLES knob
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 13 08:12:41 2007 UTC (4 years, 1 month ago) by lwhsu
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- Update to 0.4.1
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:40:50 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 25 18:33:54 2007 UTC (4 years, 7 months ago) by lwhsu
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -2 lines
- Update to 0.4.0 - Add examples
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 19 20:03:33 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 4 08:49:28 2007 UTC (4 years, 10 months ago) by lwhsu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Change to my FreeBSD.org email Approved by: clsung (mentor)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 15 11:48:03 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- Update to 0.3.0 PR: 109196 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 14 03:44:00 2007 UTC (4 years, 11 months ago) by clsung
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to 0.2.0 PR: ports/109032 Submitted by: maintainer (Li-Wen Hsu)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 10 13:57:54 2007 UTC (5 years ago) by miwi
Branches: MAIN
Python Call Graph uses GraphViz to generate call graphs from one execution of 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>
