Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2007 21:48:32 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@lwhsu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@lwhsu.org
Subject:   ports/108977: [NEW PORT] devel/py-pycallgraph: A Python library that creates call graphs for Python programs
Message-ID:  <200702091348.l19DmWC6088498@jail0.lwhsu.csie.net>
Resent-Message-ID: <200702091350.l19DoIqJ089515@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108977
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-pycallgraph: A Python library that creates call graphs for Python programs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 13:50:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
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/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py-pycallgraph-0.1.0.shar begins here ---
# 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:
#
#	py-pycallgraph
#	py-pycallgraph/pkg-descr
#	py-pycallgraph/Makefile
#	py-pycallgraph/pkg-plist
#	py-pycallgraph/distinfo
#
echo c - py-pycallgraph
mkdir -p py-pycallgraph > /dev/null 2>&1
echo x - py-pycallgraph/pkg-descr
sed 's/^X//' >py-pycallgraph/pkg-descr << 'END-of-py-pycallgraph/pkg-descr'
XPython Call Graph uses GraphViz to generate call graphs from one execution of
Xyour Python code. It's very easy to use and can point out possible problems
Xwith your code execution.
X
XWWW:	http://pycallgraph.slowchop.com/
END-of-py-pycallgraph/pkg-descr
echo x - py-pycallgraph/Makefile
sed 's/^X//' >py-pycallgraph/Makefile << 'END-of-py-pycallgraph/Makefile'
X# New ports collection makefile for:	py-pycallgraph
X# Date created:		Feb. 09, 2007
X# Whom:			Li-Wen Hsu <lwhsu@lwhsu.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pycallgraph
XPORTVERSION=	0.1.0
XCATEGORIES=	devel python
XMASTER_SITES=	http://pycallgraph.slowchop.com/files/download/ \
X		http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	lwhsu@lwhsu.org
XCOMMENT=	A Python library that creates call graphs for Python programs
X
XRUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
END-of-py-pycallgraph/Makefile
echo x - py-pycallgraph/pkg-plist
sed 's/^X//' >py-pycallgraph/pkg-plist << 'END-of-py-pycallgraph/pkg-plist'
X%%PYTHON_SITELIBDIR%%/pycallgraph.py
X%%PYTHON_SITELIBDIR%%/pycallgraph.pyc
X%%PYTHON_SITELIBDIR%%/pycallgraph.pyo
END-of-py-pycallgraph/pkg-plist
echo x - py-pycallgraph/distinfo
sed 's/^X//' >py-pycallgraph/distinfo << 'END-of-py-pycallgraph/distinfo'
XMD5 (pycallgraph-0.1.0.tar.gz) = ce00430398d93e5cc55885904953616b
XSHA256 (pycallgraph-0.1.0.tar.gz) = e6d9effeb7998ffd0337cfbb9a5b41402d94e9e8995058182dff4f924889af87
XSIZE (pycallgraph-0.1.0.tar.gz) = 2179
END-of-py-pycallgraph/distinfo
exit
--- py-pycallgraph-0.1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702091348.l19DmWC6088498>