ports/109545: [NEW PORT] devel/py-trace2html: HTML coverage report generator for trace.py

Li-Wen Hsu lwhsu at lwhsu.org
Mon Feb 26 05:10:03 UTC 2007


>Number:         109545
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-trace2html: HTML coverage report generator for trace.py
>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:   Mon Feb 26 05:10:02 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:
`trace2html' is a utility to convert execution coverage data obtained
with the `trace' module of the standard python library into a set of human
readable HTML documents showing sortable summary and annotated source files.

WWW:	http://cheeseshop.python.org/pypi/trace2html

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

--- py-trace2html-0.2.1.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-trace2html
#	py-trace2html/pkg-descr
#	py-trace2html/Makefile
#	py-trace2html/pkg-plist
#	py-trace2html/distinfo
#
echo c - py-trace2html
mkdir -p py-trace2html > /dev/null 2>&1
echo x - py-trace2html/pkg-descr
sed 's/^X//' >py-trace2html/pkg-descr << 'END-of-py-trace2html/pkg-descr'
X`trace2html' is a utility to convert execution coverage data obtained
Xwith the `trace' module of the standard python library into a set of human
Xreadable HTML documents showing sortable summary and annotated source files.
X
XWWW:	http://cheeseshop.python.org/pypi/trace2html
END-of-py-trace2html/pkg-descr
echo x - py-trace2html/Makefile
sed 's/^X//' >py-trace2html/Makefile << 'END-of-py-trace2html/Makefile'
X# New ports collection makefile for:	py-trace2html
X# Date created:		Feb. 26, 2007
X# Whom:			Li-Wen Hsu <lwhsu at lwhsu.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	trace2html
XPORTVERSION=	0.2.1
XCATEGORIES=	devel python
XMASTER_SITES=	http://cheeseshop.python.org/packages/source/t/trace2html/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	lwhsu at lwhsu.org
XCOMMENT=	HTML coverage report generator for trace.py
X
XBUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
XRUN_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
XEASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}
X
XPYDISTUTILS_BUILD_TARGET=	bdist_egg
XPYDISTUTILS_INSTALL_TARGET=	easy_install
XPYDISTUTILS_INSTALLARGS=	-O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PYTRACE2HTML_EGG}
X
XPYTRACE2HTML_EGG=	${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
X
XPLIST_SUB+=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
X		PYTRACE2HTML_EGG=${PYTRACE2HTML_EGG} \
X		PYTRACE2HTML_EGG_VER="${PORTNAME}==${PORTVERSION}"
X
X.include <bsd.port.mk>
END-of-py-trace2html/Makefile
echo x - py-trace2html/pkg-plist
sed 's/^X//' >py-trace2html/pkg-plist << 'END-of-py-trace2html/pkg-plist'
X at unexec %%EASY_INSTALL_CMD%% -q -m -S %D/%%PYTHON_SITELIBDIR%% %%PYTRACE2HTML_EGG_VER%%
X%%PYTHON_SITELIBDIR%%/%%PYTRACE2HTML_EGG%%
X at exec %%EASY_INSTALL_CMD%% -q -N -S %D/%%PYTHON_SITELIBDIR%% %%PYTRACE2HTML_EGG_VER%%
Xbin/trace2html.py
END-of-py-trace2html/pkg-plist
echo x - py-trace2html/distinfo
sed 's/^X//' >py-trace2html/distinfo << 'END-of-py-trace2html/distinfo'
XMD5 (trace2html-0.2.1.tar.gz) = 5a8a3be2dc787de8c491c271b10908a7
XSHA256 (trace2html-0.2.1.tar.gz) = 825010de6271acdea9b2f74adef3246143f069c9c3d0c2a4b57b6bf7bbad437f
XSIZE (trace2html-0.2.1.tar.gz) = 25739
END-of-py-trace2html/distinfo
exit
--- py-trace2html-0.2.1.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list