mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
add pyumlgraph 0.1.10
Declarative Drawing of UML diagrams for Python
This commit is contained in:
parent
e85e181482
commit
73ac0e04c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104040
@ -1022,6 +1022,7 @@
|
||||
SUBDIR += py_otp_interface
|
||||
SUBDIR += pychecker
|
||||
SUBDIR += pyrex
|
||||
SUBDIR += pyumlgraph
|
||||
SUBDIR += qextmdi
|
||||
SUBDIR += qmake
|
||||
SUBDIR += qssl
|
||||
|
34
devel/pyumlgraph/Makefile
Normal file
34
devel/pyumlgraph/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: PyUMLGraph
|
||||
# Date created: Mar 15, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pyumlgraph
|
||||
PORTVERSION= 0.1.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.zipcon.net/~adamf/software/PyUmlGraph/
|
||||
DISTNAME= PyUMLGraph-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Declarative Drawing of UML diagrams for Python
|
||||
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
PLIST_FILES= bin/pyumlgraph
|
||||
PORTDOCS= *
|
||||
|
||||
post-install:
|
||||
@${FIND} ${PYTHON_SITELIBDIR}/PyUMLGraph -type f | \
|
||||
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
|
||||
@${FIND} ${PYTHON_SITELIBDIR}/PyUMLGraph -type d | ${SORT} -r | \
|
||||
${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pyumlgraph/distinfo
Normal file
2
devel/pyumlgraph/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PyUMLGraph-0.1.10.tar.gz) = 619491cbf672d42d4b447e20cfebea28
|
||||
SIZE (PyUMLGraph-0.1.10.tar.gz) = 25553
|
8
devel/pyumlgraph/pkg-descr
Normal file
8
devel/pyumlgraph/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
PyUMLGraph is a Python debugger that produces UML diagrams by inspecting
|
||||
running Python programs. The output is in Graphviz's dot language, and dot
|
||||
can produce pictures in many popular formats, such as PNG, PDF, SVG, and
|
||||
others. The UML diagrams can contain information about class inheritance
|
||||
relationships, references to other classes, class methods and return types,
|
||||
as well as class attributes and types.
|
||||
|
||||
WWW: http://www.zipcon.net/~adamf/software/PyUmlGraph/
|
Loading…
Reference in New Issue
Block a user