summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorobache <obache>2012-03-21 14:32:13 +0000
committerobache <obache>2012-03-21 14:32:13 +0000
commitfe5dbd274f2958827ecd34f0d265a019d84f8df9 (patch)
tree5c800964ca3d3b566aeedfc6bacd11c161f6e975 /graphics
parent97c803a64ddff0f02d6604663d57bbf040c3040f (diff)
downloadpkgsrc-fe5dbd274f2958827ecd34f0d265a019d84f8df9.tar.gz
Update py-seqdiag to 0.7.3.
while here, install man page. 0.7.3 (2012-03-16) ------------------ * Allow to insert separators in subedge-group * Fix bugs 0.7.2 (2011-12-12) ------------------ * Fix bugs
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-seqdiag/Makefile12
-rw-r--r--graphics/py-seqdiag/PLIST21
-rw-r--r--graphics/py-seqdiag/distinfo8
3 files changed, 24 insertions, 17 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile
index 9e554bd0c8e..fdfb74d3184 100644
--- a/graphics/py-seqdiag/Makefile
+++ b/graphics/py-seqdiag/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2011/12/07 13:21:10 obache Exp $
+# $NetBSD: Makefile,v 1.4 2012/03/21 14:32:13 obache Exp $
#
-DISTNAME= seqdiag-0.7.1
+DISTNAME= seqdiag-0.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= http://pypi.python.org/packages/source/s/seqdiag/
@@ -11,11 +11,17 @@ HOMEPAGE= http://blockdiag.com/seqdiag/build/html/
COMMENT= Simple sequence-diagram image generator
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.1.0:../../graphics/py-blockdiag
+DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.1.2:../../graphics/py-blockdiag
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/seqdiag.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-seqdiag/PLIST b/graphics/py-seqdiag/PLIST
index 1ee8146f1bc..f71cdd624c3 100644
--- a/graphics/py-seqdiag/PLIST
+++ b/graphics/py-seqdiag/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2011/12/07 13:21:10 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/03/21 14:32:13 obache Exp $
bin/seqdiag
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -6,12 +6,6 @@ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/seqdiag/DiagramDraw.py
-${PYSITELIB}/seqdiag/DiagramDraw.pyc
-${PYSITELIB}/seqdiag/DiagramDraw.pyo
-${PYSITELIB}/seqdiag/DiagramMetrics.py
-${PYSITELIB}/seqdiag/DiagramMetrics.pyc
-${PYSITELIB}/seqdiag/DiagramMetrics.pyo
${PYSITELIB}/seqdiag/__init__.py
${PYSITELIB}/seqdiag/__init__.pyc
${PYSITELIB}/seqdiag/__init__.pyo
@@ -21,12 +15,18 @@ ${PYSITELIB}/seqdiag/builder.pyo
${PYSITELIB}/seqdiag/command.py
${PYSITELIB}/seqdiag/command.pyc
${PYSITELIB}/seqdiag/command.pyo
-${PYSITELIB}/seqdiag/diagparser.py
-${PYSITELIB}/seqdiag/diagparser.pyc
-${PYSITELIB}/seqdiag/diagparser.pyo
+${PYSITELIB}/seqdiag/drawer.py
+${PYSITELIB}/seqdiag/drawer.pyc
+${PYSITELIB}/seqdiag/drawer.pyo
${PYSITELIB}/seqdiag/elements.py
${PYSITELIB}/seqdiag/elements.pyc
${PYSITELIB}/seqdiag/elements.pyo
+${PYSITELIB}/seqdiag/metrics.py
+${PYSITELIB}/seqdiag/metrics.pyc
+${PYSITELIB}/seqdiag/metrics.pyo
+${PYSITELIB}/seqdiag/parser.py
+${PYSITELIB}/seqdiag/parser.pyc
+${PYSITELIB}/seqdiag/parser.pyo
${PYSITELIB}/seqdiag/tests/test_builder.py
${PYSITELIB}/seqdiag/tests/test_builder.pyc
${PYSITELIB}/seqdiag/tests/test_builder.pyo
@@ -51,3 +51,4 @@ ${PYSITELIB}/seqdiag/utils/rst/directives.pyo
${PYSITELIB}/seqdiag_sphinxhelper.py
${PYSITELIB}/seqdiag_sphinxhelper.pyc
${PYSITELIB}/seqdiag_sphinxhelper.pyo
+man/man1/seqdiag.1
diff --git a/graphics/py-seqdiag/distinfo b/graphics/py-seqdiag/distinfo
index e8e8bbc2ba3..64a47a86cbe 100644
--- a/graphics/py-seqdiag/distinfo
+++ b/graphics/py-seqdiag/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/12/07 13:21:10 obache Exp $
+$NetBSD: distinfo,v 1.4 2012/03/21 14:32:13 obache Exp $
-SHA1 (seqdiag-0.7.1.tar.gz) = e584cd8d83b5111ae100bfb11982230779bc5c1d
-RMD160 (seqdiag-0.7.1.tar.gz) = 52749b9946fc1c42f9dec937dcb13895c3106e33
-Size (seqdiag-0.7.1.tar.gz) = 26683 bytes
+SHA1 (seqdiag-0.7.3.tar.gz) = 1baeb47c2531ef1466afb24ac6ba140db87e9175
+RMD160 (seqdiag-0.7.3.tar.gz) = 43a6dd9c323597fb2722441729d8c29b7750cd4b
+Size (seqdiag-0.7.3.tar.gz) = 26774 bytes