Port details |
- py-xhtml2pdf PDF generator using HTML and CSS
- 0.2.16 textproc
=2 0.2.16Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-06-24 20:06:50
- Last Update: 2024-06-18 04:00:39
- Commit Hash: 5ea0649
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://xhtml2pdf.readthedocs.io/en/latest/
- https://github.com/xhtml2pdf/xhtml2pdf
- Description:
- xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and
pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely
written in pure Python so it is platform independent.
The main benefit of this tool that a user with Web skills like HTML and CSS is
able to generate PDF templates very quickly without learning new technologies.
 ¦ ¦ ¦ ¦ 
- 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}xhtml2pdf>0:textproc/py-xhtml2pdf@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-xhtml2pdf/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-xhtml2pdf
- pkg install py311-xhtml2pdf
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-xhtml2pdf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-xhtml2pdf
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1718580146
SHA256 (xhtml2pdf-0.2.16.tar.gz) = 7391adac12afb086561667cdc8d6ef0ac4afe5097bd97383622d42b6343dee71
SIZE (xhtml2pdf-0.2.16.tar.gz) = 138833
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-nose>=1.0 : devel/py-nose@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-arabic-reshaper>=3.0.0 : textproc/py-arabic-reshaper@py311
- py311-html5lib>=1.1 : www/py-html5lib@py311
- py311-pillow>=8.1.1 : graphics/py-pillow@py311
- py311-pyhanko>=0.12.1 : security/py-pyhanko@py311
- py311-pyhanko-certvalidator>=0.19.5 : security/py-pyhanko-certvalidator@py311
- py311-pypdf>=3.1.0 : print/py-pypdf@py311
- py311-python-bidi>=0.4.2 : textproc/py-python-bidi@py311
- py311-reportlab>=4.0.4<5 : print/py-reportlab@py311
- py311-svglib>=1.2.1 : converters/py-svglib@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-xhtml2pdf
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.16 18 Jun 2024 04:00:39
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xhtml2pdf: Update to 0.2.16
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases
https://github.com/xhtml2pdf/xhtml2pdf/blob/master/docs/source/release-notes.rst
https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html |
0.2.15 21 Feb 2024 15:08:05
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xhtml2pdf: Update to 0.2.15
- Update WWW
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases
https://github.com/xhtml2pdf/xhtml2pdf/blob/master/docs/source/release-notes.rst
https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html |
0.2.13 14 Nov 2023 17:15:49
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xhtml2pdf: Update to 0.2.13
- Convert to USE_PYTHON=pep517
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases |
0.2.11 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
0.2.11 27 May 2023 04:10:38
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xhtml2pdf: Update to 0.2.11
- Change MASTER_SITES from GitHub to PYPI
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases |
0.2.10 27 Apr 2023 15:47:02
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xhtml2pdf: Update to 0.2.10
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases |
0.2.9 18 Apr 2023 18:00:57
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xhtml2pdf: Update to 0.2.9
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases |
0.2.6 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.6 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.6 25 Mar 2022 13:37:16
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xhtml2pdf: Update to 0.2.6
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases |
0.2.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.2.5 01 Feb 2021 19:36:16
  |
sunpoet  |
Remove PY_PILLOW |
0.2.5 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.2.5 10 Oct 2020 17:56:41
  |
sunpoet  |
Update to 0.2.5
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases
https://github.com/xhtml2pdf/xhtml2pdf/blob/master/doc/source/release-notes.rst |
0.2.4_1 28 Mar 2020 12:55:24
  |
sunpoet  |
Sort RUN_DEPENDS after r529063 |
0.2.4_1 24 Mar 2020 19:54:57
  |
antoine  |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
0.2.4_1 24 Feb 2020 11:36:16
  |
kai  |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
0.2.4 19 Jan 2020 11:11:46
  |
sunpoet  |
Update to 0.2.4
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases
https://github.com/xhtml2pdf/xhtml2pdf/commits/master |
0.2.3_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.2.3 16 Sep 2018 00:06:53
  |
sunpoet  |
Update to 0.2.3
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases
https://github.com/xhtml2pdf/xhtml2pdf/commits/master |
0.2.2 24 Jun 2018 20:06:33
  |
sunpoet  |
Add py-xhtml2pdf 0.2.2
xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and
pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely
written in pure Python so it is platform independent.
The main benefit of this tool that a user with Web skills like HTML and CSS is
able to generate PDF templates very quickly without learning new technologies.
WWW: https://github.com/xhtml2pdf/xhtml2pdf |