notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-sphinxcontrib-svg2pdfconverter Sphinx extension for converting SVG to PDF
1.2.3 textproc on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.2Version of this port present on the latest quarterly branch.
Maintainer: agh@riseup.net search for ports maintained by this maintainer
Port Added: 2022-10-22 19:42:06
Last Update: 2025-02-27 19:24:39
Commit Hash: b477992
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-svg2pdfconverter>0:textproc/py-sphinxcontrib-svg2pdfconverter@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-sphinxcontrib-svg2pdfconverter/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-sphinxcontrib-svg2pdfconverter
  • pkg install py311-sphinxcontrib-svg2pdfconverter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-sphinxcontrib-svg2pdfconverter listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-sphinxcontrib-svg2pdfconverter
Package flavors (<flavor>: <package>)
  • py311: py311-sphinxcontrib-svg2pdfconverter
distinfo:
TIMESTAMP = 1739821315 SHA256 (sphinxcontrib_svg2pdfconverter-1.2.3.tar.gz) = fb5d517b634c5629522004c59edce4d9050d89822408cab452c7d52fe5ae9824 SIZE (sphinxcontrib_svg2pdfconverter-1.2.3.tar.gz) = 5774

Packages (timestamps in pop-ups are UTC):
py39-sphinxcontrib-svg2pdfconverter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------1.2.21.2.2
FreeBSD:14:latest--1.2.1----1.2.1_1
FreeBSD:14:quarterly------1.2.21.2.2
FreeBSD:15:latest--n/a-n/a-1.2.2-
 

py311-sphinxcontrib-svg2pdfconverter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.31.2.3--1.2.3---
FreeBSD:13:quarterly1.2.21.2.3-1.2.21.2.3---
FreeBSD:14:latest1.2.31.2.3--1.2.3---
FreeBSD:14:quarterly1.2.21.2.3-1.2.21.2.3---
FreeBSD:15:latest1.2.31.2.3n/a1.2.3n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-sphinx>0 : textproc/py-sphinx@py311
  2. py311-wheel>0 : devel/py-wheel@py311
  3. py311-cairosvg>0 : graphics/py-cairosvg@py311
  4. python3.11 : lang/python311
This port is required by:
for Build
  1. emulators/mame

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. emulators/mess*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py311-sphinxcontrib-svg2pdfconverter-1.2.3: ====> SVG to PDF runtime renderer CAIROSVG=on: Python Cairo SVG INKSCAPE=off: Inkscape RSVG=off: Rust librsvg2 (graphics/librsvg2) ===> Use 'make config' to modify these settings
Options name:
textproc_py-sphinxcontrib-svg2pdfconverter
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/sphinxcontrib_svg2pdfconverter/
  2. https://pypi.org/packages/source/s/sphinxcontrib_svg2pdfconverter/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.3
27 Feb 2025 19:24:39
commit hash: b47799212b488e1ec07ad3cb9dc52dde471dc805commit hash: b47799212b488e1ec07ad3cb9dc52dde471dc805commit hash: b47799212b488e1ec07ad3cb9dc52dde471dc805commit hash: b47799212b488e1ec07ad3cb9dc52dde471dc805 files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
Author: Alastair Hogge
textproc/py-sphinxcontrib-svg2pdfconverter: Update to 1.2.3

Add Port OPTIONs for all three PDF renderers, making Cairo the default.

PR:		276210
Approved by:	submitter is maintainer
1.2.2
30 Jul 2023 22:59:06
commit hash: d6bf900c574626fc8cfa3aa71f7c13af7843b942commit hash: d6bf900c574626fc8cfa3aa71f7c13af7843b942commit hash: d6bf900c574626fc8cfa3aa71f7c13af7843b942commit hash: d6bf900c574626fc8cfa3aa71f7c13af7843b942 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Alastair Hogge
textproc/py-sphinxcontrib-svg2pdfconverter: update to 1.2.2

Changelog:
https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/releases/tag/v1.2.2

PR:		272717
1.2.1_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
1.2.1_1
21 May 2023 17:25:41
commit hash: bce94ecce5f905028f4f922b80bb32e5e1563ddacommit hash: bce94ecce5f905028f4f922b80bb32e5e1563ddacommit hash: bce94ecce5f905028f4f922b80bb32e5e1563ddacommit hash: bce94ecce5f905028f4f922b80bb32e5e1563dda files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
textproc/py-sphinxcontrib-svg2pdfconverter: depend on correct librsvg2
automatically

Instead of providing a port option, have USES=gnome figure out the
right librsvg2 to depend on.  This avoids conflicts when installing mame
with other ports that depend on librsvg2{,-rust}.

Approved by:	agh@riseup.net (maintainer)
MFH:		2023Q2
PR:		271530
1.2.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
1.2.1
24 Oct 2022 05:46:48
commit hash: f46a0350b96d70d05a2593c709a8eaffce141aaccommit hash: f46a0350b96d70d05a2593c709a8eaffce141aaccommit hash: f46a0350b96d70d05a2593c709a8eaffce141aaccommit hash: f46a0350b96d70d05a2593c709a8eaffce141aac files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Alastair Hogge
textproc/py-sphinxcontrib-svg2pdfconverter: Update to 1.2.1

Changelog:
https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/releases/tag/v1.2.1

PR:		267300
1.2.0
22 Oct 2022 19:39:46
commit hash: 3cfd8cfeebfbcf34b5c75fa8550d29856b8f737acommit hash: 3cfd8cfeebfbcf34b5c75fa8550d29856b8f737acommit hash: 3cfd8cfeebfbcf34b5c75fa8550d29856b8f737acommit hash: 3cfd8cfeebfbcf34b5c75fa8550d29856b8f737a files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Alastair Hogge
Add textproc/py-sphinxcontrib-svg2pdfconverter: Sphinx extension for converting
SVG to PDF

PR:		264151

Number of commits found: 7