Bug 264151 - textproc/py-sphinxcontrib-svg2pdfconverter New port
Summary: textproc/py-sphinxcontrib-svg2pdfconverter New port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL: https://github.com/missinglinkelectro...
Keywords:
Depends on:
Blocks: 252362
  Show dependency treegraph
 
Reported: 2022-05-22 11:48 UTC by Alastair Hogge
Modified: 2022-10-23 04:16 UTC (History)
3 users (show)

See Also:


Attachments
py-sphinxcontrib-svg2pdfconverter-1.2.0.patch (2.48 KB, patch)
2022-05-22 11:48 UTC, Alastair Hogge
no flags Details | Diff
py-sphinxcontrib-svg2pdfconverter-1.2.0.patch (2.43 KB, patch)
2022-05-28 12:32 UTC, Alastair Hogge
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alastair Hogge 2022-05-22 11:48:13 UTC
Created attachment 234113 [details]
py-sphinxcontrib-svg2pdfconverter-1.2.0.patch

New Sphinx extension for converting SVG to PDF. Port is required for building emulators/mame documentation.
Comment 1 Alastair Hogge 2022-05-22 11:53:08 UTC
Makefile was lifted from textproc/py-sphinxcontrib-bibtex
Comment 2 Alastair Hogge 2022-05-28 12:32:10 UTC
Created attachment 234291 [details]
py-sphinxcontrib-svg2pdfconverter-1.2.0.patch

Replace many spaces with tabs (portlint)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2022-08-09 07:51:43 UTC
Can someone @python have a look at this?

Best regards,
Daniel
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-10-22 19:40:37 UTC
A commit in branch main references this bug:

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

commit 3cfd8cfeebfbcf34b5c75fa8550d29856b8f737a
Author:     Alastair Hogge <agh@riseup.net>
AuthorDate: 2022-10-22 19:38:56 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-10-22 19:39:46 +0000

    Add textproc/py-sphinxcontrib-svg2pdfconverter: Sphinx extension for converting SVG to PDF

    PR:             264151

 textproc/Makefile                                  |  1 +
 .../Makefile (new)                                 | 32 ++++++++++++++++++++++
 .../distinfo (new)                                 |  3 ++
 .../pkg-descr (new)                                |  5 ++++
 4 files changed, 41 insertions(+)
Comment 5 Alastair Hogge 2022-10-23 04:16:15 UTC
Thanks team.