git: e0efa19600b6 - main - textproc/py-sphinxcontrib-*diag: add three more diagram-related ports.

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Thu, 26 Sep 2024 06:28:22 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e0efa19600b6aeb7d700ee6ed6bb000f9103fbc4

commit e0efa19600b6aeb7d700ee6ed6bb000f9103fbc4
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-09-26 06:26:52 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-09-26 06:26:52 +0000

    textproc/py-sphinxcontrib-*diag: add three more diagram-related ports.
---
 textproc/Makefile                             |  3 +++
 textproc/py-sphinxcontrib-actdiag/Makefile    | 22 ++++++++++++++++++++++
 textproc/py-sphinxcontrib-actdiag/distinfo    |  3 +++
 textproc/py-sphinxcontrib-actdiag/pkg-descr   |  3 +++
 textproc/py-sphinxcontrib-blockdiag/Makefile  | 22 ++++++++++++++++++++++
 textproc/py-sphinxcontrib-blockdiag/distinfo  |  3 +++
 textproc/py-sphinxcontrib-blockdiag/pkg-descr |  3 +++
 textproc/py-sphinxcontrib-nwdiag/Makefile     |  3 +--
 textproc/py-sphinxcontrib-nwdiag/pkg-descr    |  2 ++
 textproc/py-sphinxcontrib-seqdiag/Makefile    | 22 ++++++++++++++++++++++
 textproc/py-sphinxcontrib-seqdiag/distinfo    |  3 +++
 textproc/py-sphinxcontrib-seqdiag/pkg-descr   |  3 +++
 12 files changed, 90 insertions(+), 2 deletions(-)

diff --git a/textproc/Makefile b/textproc/Makefile
index 011d864ff034..5addca480010 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1613,11 +1613,13 @@
     SUBDIR += py-sphinx_press_theme
     SUBDIR += py-sphinx_rtd_theme
     SUBDIR += py-sphinx_wikipedia
+    SUBDIR += py-sphinxcontrib-actdiag
     SUBDIR += py-sphinxcontrib-adadomain
     SUBDIR += py-sphinxcontrib-applehelp
     SUBDIR += py-sphinxcontrib-autoprogram
     SUBDIR += py-sphinxcontrib-bibtex
     SUBDIR += py-sphinxcontrib-bitbucket
+    SUBDIR += py-sphinxcontrib-blockdiag
     SUBDIR += py-sphinxcontrib-devhelp
     SUBDIR += py-sphinxcontrib-fulltoc
     SUBDIR += py-sphinxcontrib-htmlhelp
@@ -1630,6 +1632,7 @@
     SUBDIR += py-sphinxcontrib-nwdiag
     SUBDIR += py-sphinxcontrib-programoutput
     SUBDIR += py-sphinxcontrib-qthelp
+    SUBDIR += py-sphinxcontrib-seqdiag
     SUBDIR += py-sphinxcontrib-serializinghtml
     SUBDIR += py-sphinxcontrib-svg2pdfconverter
     SUBDIR += py-sphinxcontrib-towncrier
diff --git a/textproc/py-sphinxcontrib-actdiag/Makefile b/textproc/py-sphinxcontrib-actdiag/Makefile
new file mode 100644
index 000000000000..ab30a6a81c90
--- /dev/null
+++ b/textproc/py-sphinxcontrib-actdiag/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	sphinxcontrib-actdiag
+PORTVERSION=	3.0.0
+CATEGORIES=	textproc
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Sphinx extension for embedding activity diagram
+WWW=		https://github.com/blockdiag/${PORTNAME}
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}actdiag>=0.5.3:graphics/py-actdiag@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinx>=2.0:textproc/py-sphinx@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-sphinxcontrib-actdiag/distinfo b/textproc/py-sphinxcontrib-actdiag/distinfo
new file mode 100644
index 000000000000..ef908c1a7606
--- /dev/null
+++ b/textproc/py-sphinxcontrib-actdiag/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1681147531
+SHA256 (sphinxcontrib-actdiag-3.0.0.tar.gz) = 3c55d454ffc3b9efe7c20f2adaf022199b825612d32f200be8a497aa87e0f81f
+SIZE (sphinxcontrib-actdiag-3.0.0.tar.gz) = 6201
diff --git a/textproc/py-sphinxcontrib-actdiag/pkg-descr b/textproc/py-sphinxcontrib-actdiag/pkg-descr
new file mode 100644
index 000000000000..a7ae581fd62d
--- /dev/null
+++ b/textproc/py-sphinxcontrib-actdiag/pkg-descr
@@ -0,0 +1,3 @@
+Sphinx extension for embedding activity diagram using actdiag.
+
+For more details, see online documentation at http://blockdiag.com/.
diff --git a/textproc/py-sphinxcontrib-blockdiag/Makefile b/textproc/py-sphinxcontrib-blockdiag/Makefile
new file mode 100644
index 000000000000..16a87781b49b
--- /dev/null
+++ b/textproc/py-sphinxcontrib-blockdiag/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	sphinxcontrib-blockdiag
+PORTVERSION=	3.0.0
+CATEGORIES=	textproc
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Sphinx extension for embedding block diagram
+WWW=		https://github.com/blockdiag/${PORTNAME}
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinx>=2.0:textproc/py-sphinx@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-sphinxcontrib-blockdiag/distinfo b/textproc/py-sphinxcontrib-blockdiag/distinfo
new file mode 100644
index 000000000000..c1fc239c0135
--- /dev/null
+++ b/textproc/py-sphinxcontrib-blockdiag/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1681104045
+SHA256 (sphinxcontrib-blockdiag-3.0.0.tar.gz) = aa49bf924516f5de8a479994c7be81e077df5599c9da2a082003d5b388e1d450
+SIZE (sphinxcontrib-blockdiag-3.0.0.tar.gz) = 6070
diff --git a/textproc/py-sphinxcontrib-blockdiag/pkg-descr b/textproc/py-sphinxcontrib-blockdiag/pkg-descr
new file mode 100644
index 000000000000..0ceb7ab6e643
--- /dev/null
+++ b/textproc/py-sphinxcontrib-blockdiag/pkg-descr
@@ -0,0 +1,3 @@
+Sphinx extension for embedding block diagram using blockdiag.
+
+For more details, see online documentation at http://blockdiag.com/.
diff --git a/textproc/py-sphinxcontrib-nwdiag/Makefile b/textproc/py-sphinxcontrib-nwdiag/Makefile
index 98a01a27e188..0d565bf3f753 100644
--- a/textproc/py-sphinxcontrib-nwdiag/Makefile
+++ b/textproc/py-sphinxcontrib-nwdiag/Makefile
@@ -3,11 +3,10 @@ PORTVERSION=	2.0.0
 CATEGORIES=	textproc
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	sphinxcontrib-nwdiag-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Sphinx extension for embedding network-related diagrams
-WWW=		https://github.com/blockdiag/sphinxcontrib-nwdiag
+WWW=		https://github.com/blockdiag/${PORTNAME}
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/textproc/py-sphinxcontrib-nwdiag/pkg-descr b/textproc/py-sphinxcontrib-nwdiag/pkg-descr
index 9c8f52a4716b..a974648c4b8a 100644
--- a/textproc/py-sphinxcontrib-nwdiag/pkg-descr
+++ b/textproc/py-sphinxcontrib-nwdiag/pkg-descr
@@ -5,3 +5,5 @@ For now, nwdiag supports the following diagrams:
   - Logical network diagram
   - Rack structure diagram
   - Packet structure diagram
+
+For more details, see online documentation at http://blockdiag.com/.
diff --git a/textproc/py-sphinxcontrib-seqdiag/Makefile b/textproc/py-sphinxcontrib-seqdiag/Makefile
new file mode 100644
index 000000000000..83e468908b54
--- /dev/null
+++ b/textproc/py-sphinxcontrib-seqdiag/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	sphinxcontrib-seqdiag
+PORTVERSION=	3.0.0
+CATEGORIES=	textproc
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Sphinx extension for embedding sequence diagram
+WWW=		https://github.com/blockdiag/${PORTNAME}
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}seqdiag>=0.9.3:graphics/py-seqdiag@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinx>=2.0:textproc/py-sphinx@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-sphinxcontrib-seqdiag/distinfo b/textproc/py-sphinxcontrib-seqdiag/distinfo
new file mode 100644
index 000000000000..fa13cbfda28e
--- /dev/null
+++ b/textproc/py-sphinxcontrib-seqdiag/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1681180614
+SHA256 (sphinxcontrib-seqdiag-3.0.0.tar.gz) = 407e48797673f71d948e9ffa04716cac1d99a9ec8f616de3764d42d033416574
+SIZE (sphinxcontrib-seqdiag-3.0.0.tar.gz) = 6196
diff --git a/textproc/py-sphinxcontrib-seqdiag/pkg-descr b/textproc/py-sphinxcontrib-seqdiag/pkg-descr
new file mode 100644
index 000000000000..c0aa53e7064c
--- /dev/null
+++ b/textproc/py-sphinxcontrib-seqdiag/pkg-descr
@@ -0,0 +1,3 @@
+Sphinx extension for embedding sequence diagram using seqdiag.
+
+For more details, see online documentation at http://blockdiag.com/.