- Staging

- Add LICENSE
- Pet portlint

PR:		ports/188545
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
Li-Wen Hsu 2014-04-18 07:30:47 +00:00
parent 018db6cdd4
commit 9b566f585a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351519
3 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,9 @@ MASTER_SITES= http://pycallgraph.slowchop.com/files/download/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A Python library that creates call graphs for Python programs
COMMENT= Python library that creates call graphs for Python programs
LICENSE= GPLv2
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
@ -23,15 +25,14 @@ MAN1= pycallgraph.1
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
NO_STAGE= yes
post-install:
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_BIN} \* ${EXAMPLESDIR})
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_BIN} \* ${STAGEDIR}${EXAMPLESDIR})
.endif
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ 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/
WWW: http://pycallgraph.slowchop.com/

View File

@ -1,4 +1,5 @@
bin/pycallgraph
man/man1/pycallgraph.1.gz
%%PYTHON_SITELIBDIR%%/pycallgraph.py
%%PYTHON_SITELIBDIR%%/pycallgraph.pyc
%%PYTHON_SITELIBDIR%%/pycallgraph.pyo