FreeBSD Bugzilla – Attachment 234291 Details for
Bug 264151
textproc/py-sphinxcontrib-svg2pdfconverter New port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-sphinxcontrib-svg2pdfconverter-1.2.0.patch
py-sphinxcontrib-svg2pdfconverter-1.2.0.patch (text/plain), 2.43 KB, created by
Alastair Hogge
on 2022-05-28 12:32:10 UTC
(
hide
)
Description:
py-sphinxcontrib-svg2pdfconverter-1.2.0.patch
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2022-05-28 12:32:10 UTC
Size:
2.43 KB
patch
obsolete
>diff --git a/textproc/Makefile b/textproc/Makefile >index d294e20fa428..04aceb81c640 100644 >--- a/textproc/Makefile >+++ b/textproc/Makefile >@@ -1510,6 +1510,7 @@ > SUBDIR += py-sphinxcontrib-programoutput > SUBDIR += py-sphinxcontrib-qthelp > SUBDIR += py-sphinxcontrib-serializinghtml >+ SUBDIR += py-sphinxcontrib-svg2pdfconverter > SUBDIR += py-sphinxcontrib-towncrier > SUBDIR += py-sphinxcontrib-websupport > SUBDIR += py-sphinxemoji >diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile b/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile >new file mode 100644 >index 000000000000..c8a648057357 >--- /dev/null >+++ b/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile >@@ -0,0 +1,31 @@ >+PORTNAME= sphinxcontrib-svg2pdfconverter >+PORTVERSION= 1.2.0 >+CATEGORIES= textproc python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= agh@riseup.net >+COMMENT= Sphinx extension for converting SVG to PDF >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} >+ >+USES= python:3.8+ >+USE_PYTHON= autoplist concurrent distutils flavors >+ >+NO_ARCH= yes >+ >+OPTIONS_DEFINE= RSVGIMPL >+RSVGIMPL_DESC= Depend on the Rust implementation of rsvg-convert >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MRSVGIMPL} >+RUN_DEPENDS+= rsvg-convert:graphics/librsvg2-rust >+.else >+RUN_DEPENDS+= rsvg-convert:graphics/librsvg2 >+.endif >+ >+.include <bsd.port.mk> >diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo b/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo >new file mode 100644 >index 000000000000..5ed3eb7aeeb4 >--- /dev/null >+++ b/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1653182842 >+SHA256 (sphinxcontrib-svg2pdfconverter-1.2.0.tar.gz) = 60d14562bc7e6f1ad30f1b63a137659508868c87ce182c1d7fc08bee67b5851d >+SIZE (sphinxcontrib-svg2pdfconverter-1.2.0.tar.gz) = 5479 >diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/pkg-descr b/textproc/py-sphinxcontrib-svg2pdfconverter/pkg-descr >new file mode 100644 >index 000000000000..9d077169611f >--- /dev/null >+++ b/textproc/py-sphinxcontrib-svg2pdfconverter/pkg-descr >@@ -0,0 +1,7 @@ >+Sphinx SVG to PDF Converter Extension: >+ >+This extension converts SVG images to PDF in case the builder does >+not support SVG images natively (e.g. LaTeX). libRSVG is used >+internally. >+ >+WWW: https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264151
:
234113
| 234291