diff options
author | obache <obache@pkgsrc.org> | 2011-08-07 15:45:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-07 15:45:04 +0000 |
commit | ba75101df41b988c7a8fbda76d62bf5a33b9ee4a (patch) | |
tree | 11fce023f8abbe7f22f9d7aa2a0e503cdee945a6 /graphics/py-nwdiag | |
parent | 6b3d33a99af31cd84ce42a5527a5cc03f52193b5 (diff) | |
download | pkgsrc-ba75101df41b988c7a8fbda76d62bf5a33b9ee4a.tar.gz |
Import py-nwdiag-0.3.3 as graphics/py-nwdiag.
`nwdiag' generate network-diagram image file from spec-text file.
* Generate network-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
Diffstat (limited to 'graphics/py-nwdiag')
-rw-r--r-- | graphics/py-nwdiag/DESCR | 3 | ||||
-rw-r--r-- | graphics/py-nwdiag/Makefile | 23 | ||||
-rw-r--r-- | graphics/py-nwdiag/PLIST | 44 | ||||
-rw-r--r-- | graphics/py-nwdiag/distinfo | 5 |
4 files changed, 75 insertions, 0 deletions
diff --git a/graphics/py-nwdiag/DESCR b/graphics/py-nwdiag/DESCR new file mode 100644 index 00000000000..1eda3dd7fe5 --- /dev/null +++ b/graphics/py-nwdiag/DESCR @@ -0,0 +1,3 @@ +`nwdiag' generate network-diagram image file from spec-text file. +* Generate network-diagram from dot like text (basic feature). +* Multilingualization for node-label (utf-8 only). diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile new file mode 100644 index 00000000000..4f6ea1199c3 --- /dev/null +++ b/graphics/py-nwdiag/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/07 15:45:04 obache Exp $ +# + +DISTNAME= nwdiag-0.3.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= graphics +MASTER_SITES= http://pypi.python.org/packages/source/n/nwdiag/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://blockdiag.com/nwdiag/build/html/ +COMMENT= Simple network-diagram image generator +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-imaging>=1.1.7nb3:../../graphics/py-imaging +DEPENDS+= ${PYPKGPREFIX}-funcparserlib>=0.3.4:../../devel/py-funcparserlib +DEPENDS+= ${PYPKGPREFIX}-blockdiag>=0.8.7:../../graphics/py-blockdiag + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-nwdiag/PLIST b/graphics/py-nwdiag/PLIST new file mode 100644 index 00000000000..44e3f057e3a --- /dev/null +++ b/graphics/py-nwdiag/PLIST @@ -0,0 +1,44 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/07 15:45:04 obache Exp $ +bin/nwdiag +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/nwdiag/DiagramDraw.py +${PYSITELIB}/nwdiag/DiagramDraw.pyc +${PYSITELIB}/nwdiag/DiagramDraw.pyo +${PYSITELIB}/nwdiag/DiagramMetrix.py +${PYSITELIB}/nwdiag/DiagramMetrix.pyc +${PYSITELIB}/nwdiag/DiagramMetrix.pyo +${PYSITELIB}/nwdiag/__init__.py +${PYSITELIB}/nwdiag/__init__.pyc +${PYSITELIB}/nwdiag/__init__.pyo +${PYSITELIB}/nwdiag/builder.py +${PYSITELIB}/nwdiag/builder.pyc +${PYSITELIB}/nwdiag/builder.pyo +${PYSITELIB}/nwdiag/command.py +${PYSITELIB}/nwdiag/command.pyc +${PYSITELIB}/nwdiag/command.pyo +${PYSITELIB}/nwdiag/diagparser.py +${PYSITELIB}/nwdiag/diagparser.pyc +${PYSITELIB}/nwdiag/diagparser.pyo +${PYSITELIB}/nwdiag/elements.py +${PYSITELIB}/nwdiag/elements.pyc +${PYSITELIB}/nwdiag/elements.pyo +${PYSITELIB}/nwdiag/tests/test_builder.py +${PYSITELIB}/nwdiag/tests/test_builder.pyc +${PYSITELIB}/nwdiag/tests/test_builder.pyo +${PYSITELIB}/nwdiag/tests/test_generate_diagram.py +${PYSITELIB}/nwdiag/tests/test_generate_diagram.pyc +${PYSITELIB}/nwdiag/tests/test_generate_diagram.pyo +${PYSITELIB}/nwdiag/tests/test_pep8.py +${PYSITELIB}/nwdiag/tests/test_pep8.pyc +${PYSITELIB}/nwdiag/tests/test_pep8.pyo +${PYSITELIB}/nwdiag_sphinxhelper.py +${PYSITELIB}/nwdiag_sphinxhelper.pyc +${PYSITELIB}/nwdiag_sphinxhelper.pyo +${PYSITELIB}/sphinxcontrib_nwdiag.py +${PYSITELIB}/sphinxcontrib_nwdiag.pyc +${PYSITELIB}/sphinxcontrib_nwdiag.pyo diff --git a/graphics/py-nwdiag/distinfo b/graphics/py-nwdiag/distinfo new file mode 100644 index 00000000000..25e4437ce4b --- /dev/null +++ b/graphics/py-nwdiag/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/07 15:45:04 obache Exp $ + +SHA1 (nwdiag-0.3.3.tar.gz) = 0708a3b33221b7fb806dcfbea9a7a27ee5f42c56 +RMD160 (nwdiag-0.3.3.tar.gz) = 531b574b1f1d67a10a1b748ff6db16705fc314a6 +Size (nwdiag-0.3.3.tar.gz) = 23555 bytes |