Port details |
- py-rst2html5 Produces HTML5 documents from reStructuredText sources
- 2.0 textproc
=2 2.0Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2013-05-28 18:54:24
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://foss.heptapod.net/doc-utils/rst2html5
- Description:
- rst2html5 generates HTML5 documents from standalone reStructuredText sources.
It's complet rewrite of the docutils rst2html.
¦ ¦ ¦ ¦ 
- 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}rst2html5>0:textproc/py-rst2html5@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-rst2html5/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-rst2html5
- pkg install py39-rst2html5
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 py39-rst2html5 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-rst2html5
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1660576960
SHA256 (rst2html5-2.0.tar.gz) = 1238e36bf7e6eb05d37fd62d8c2619b0d0c1f17e6802dc8fa1422c6050ee65f7
SIZE (rst2html5-2.0.tar.gz) = 22680
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-Genshi>=0.7 : textproc/py-genshi@py39
- py39-docutils>=0.13.1 : textproc/py-docutils@py39
- py39-pygments>=2.5 : textproc/py-pygments@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-rst2html5
- 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 |
2.0 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> |
2.0 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) |
2.0 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 ) |
2.0 27 Aug 2022 10:26:24
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-rst2html5: Update to 2.0
- Update WWW
Changes: https://foss.heptapod.net/doc-utils/rst2html5/-/blob/branch/default/CHANGELOG.rst
https://rst2html5.readthedocs.io/en/latest/CHANGELOG.html |
1.9.5_2 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 ) |
1.9.5_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.9.5_2 07 Mar 2021 22:32:55
  |
sunpoet  |
Remove PY_PYGMENTS |
1.9.5_2 10 Jan 2021 17:05:25
  |
rene  |
Remove unused PY_PATHLIB references and its definition.
The port itself (devel/py-pathlib) was already removed. |
1.9.5_2 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.9.5_2 21 Sep 2020 12:12:41
  |
antoine  |
Use the PY_PYGMENTS variable
With hat: portmgr |
1.9.5_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.9.5 14 Nov 2018 21:44:54
  |
sunpoet  |
Update to 1.9.5
Changes: https://bitbucket.org/andre_felipe_dias/rst2html5/src/default/CHANGELOG.rst |
1.9.4 15 Jul 2018 13:04:17
  |
wen  |
- Update to 1.9.4 |
1.9.3 22 May 2018 05:15:28
  |
koobs  |
textproc/py-rst2html: Fix conflict with textproc/py-docutils
docutils 0.13.1 release included a new rst2html5 frontend, adding
rst2html5{.py} to LOCALBASE/bin. This conflicts with files already
packages with textproc/py-rst2html [1][2], resulting in a packging error.
Also affected (not currently packaged in FreeBSD Ports), is the
rst2html5-tools PyPI package [2].
Rename the conflicting script accordingly.
While I'm here:
- Fix *_DEPENDS versions to match upstream
- Remove unecessary limit to Python 2.x
- Enable concurrent installation
[1] https://bitbucket.org/andre_felipe_dias/rst2html5/issues/27/
[2] https://github.com/getnikola/nikola/issues/2657
[3] https://github.com/marianoguerra/rst2html5/issues/87
PR: 228414
Reported by: roflik (via IRC)
Approved by: koobs (python, maintainer)
MFH: 2018Q2 |
1.9.3 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.9.3 19 Mar 2017 16:11:40
  |
rm  |
Pass maintainership to python@ |
1.9.3 19 Mar 2017 14:02:24
  |
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
1.9.3 19 Feb 2017 13:24:37
  |
olivierd  |
Update to 1.9.3 |
1.9.2 15 Feb 2017 17:23:19
  |
olivierd  |
Update to 1.9.2 |
1.9.1 11 Feb 2017 19:45:55
  |
olivierd  |
Update to 1.9.1 |
1.9 23 Dec 2016 12:48:32
  |
olivierd  |
Update to 1.9 |
1.8.2 11 Aug 2016 16:30:20
  |
olivierd  |
Update to 1.8.2 |
1.8 06 Jun 2016 18:32:18
  |
olivierd  |
- Update to 1.8
- Add NO_ARCH |
1.7.5 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.7.5 15 May 2015 07:16:37
  |
olivierd  |
Update to 1.7.5
Changelog:
https://bitbucket.org/andre_felipe_dias/rst2html5/full-commit/05dc0d56e687/CHANGELOG.rst |
1.7.4 11 Apr 2015 20:17:10
  |
olivierd  |
Update to 1.7.4 |
1.7.3 05 Apr 2015 17:28:28
  |
olivierd  |
Update to 1.7.3 |
1.6 21 Mar 2015 14:38:00
  |
olivierd  |
Update to 1.6 |
1.5 24 Feb 2015 04:35:04
  |
olivierd  |
- Update to 1.5
- Update dependencies versions
- Adjust MASTER_SITES (only hosted on bitbucket.org, based on r379696) |
1.4 22 Sep 2014 03:40:13
  |
olivierd  |
- Update to 1.4
ChangeLog:
https://bitbucket.org/andre_felipe_dias/rst2html5/src/1002abcf4e3a/CHANGELOG.rst |
1.3 29 Aug 2014 22:01:17
  |
olivierd  |
- Update to 1.3 |
1.2 17 Feb 2014 19:28:05
  |
olivierd  |
- Update to 1.2 |
1.0 24 Jan 2014 13:34:31
  |
olivierd  |
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE |
1.0 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.0 18 Jun 2013 17:36:23
  |
olivierd  |
- Update to 1.0 |
0.10 28 May 2013 18:54:10
  |
olivierd  |
rst2html5 generates HTML5 documents from standalone reStructuredText sources.
It's complet rewrite of the docutils rst2html.
WWW: https://bitbucket.org/andre_felipe_dias/rst2html5 |