Port details |
- py-furo Clean customizable Sphinx documentation theme
- 2024.8.6_1 textproc =4 2024.8.6_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-11-08 17:13:58
- Last Update: 2024-09-08 18:37:47
- Commit Hash: 85c3d8f
- People watching this port, also watch:: libXdamage, libevent, py39-beautifulsoup, autoconf, libexif
- Also Listed In: python
- License: MIT
- WWW:
- https://pradyunsg.me/furo/
- https://github.com/pradyunsg/furo
- Description:
- Furo provides a clean customizable theme for Sphinx.
- ¦ ¦ ¦ ¦
- 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}furo>0:textproc/py-furo@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-furo/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-furo
- pkg install py311-furo
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-furo listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-furo
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1724084642
SHA256 (furo-2024.8.6.tar.gz) = b63e4cee8abfc3136d3bc03a3d45a76a850bada4d6374d24c1716b0e01394a01
SIZE (furo-2024.8.6.tar.gz) = 1661506
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-flit-core>=3.9.0 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-beautifulsoup>=0 : www/py-beautifulsoup@py311
- py311-pygments>=2.7 : textproc/py-pygments@py311
- py311-sphinx>=5.0,1<9.0,1 : textproc/py-sphinx@py311
- py311-sphinx-basic-ng>=1.0.0b2 : textproc/py-sphinx-basic-ng@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/libbson
- devel/mongo-c-driver
- devel/py-breathe
- devel/py-pip
- devel/py-python-gitlab
- devel/shiboken6
- textproc/py-mdformat
- for Run
-
- devel/py-breathe
- math/py-qats
Configuration Options:
- No options to configure
- Options name:
- textproc_py-furo
- 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 |
2024.8.6_1 08 Sep 2024 18:37:47 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Upstream builds this port with sphinx-theme-builder. However, it does not work
on FreeBSD yet since the nodeenv would try to download pre-built node.js binary
executable which is unavailable for FreeBSD. Therefore, I use flit-core with
pre-built static files instead. |
2024.8.6 05 Sep 2024 06:18:04 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2024.8.6
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/ |
2024.7.18 04 Aug 2024 17:14:11 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2024.7.18
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/ |
2024.5.6 19 May 2024 22:11:24 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2024.5.6
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/ |
2024.4.27 19 May 2024 17:15:54 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2024.4.27
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/ |
2024.1.29 21 Feb 2024 15:08:01 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2024.1.29
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/ |
2023.9.10 27 Nov 2023 10:28:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2023.9.10
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/ |
2023.7.26 16 Aug 2023 18:25:41 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2023.7.26
- Update WWW
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
https://pradyunsg.me/furo/changelog/ |
2023.5.20 30 Jun 2023 07:04:52 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2023.5.20
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2023.3.27 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> |
2023.3.27 07 May 2023 21:13:50 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2023.3.27
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2022.12.7 30 Jan 2023 13:00:18 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2022.12.7
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2022.9.29 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2022.9.29 03 Oct 2022 17:10:40 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2022.9.29
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
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) |
2022.6.21 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 ) |
2022.6.21 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 ) |
2022.6.21 21 Jun 2022 22:56:26 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2022.6.21
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2022.4.7 09 Jun 2022 23:16:12 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2022.4.7
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2022.1.2_1 25 Jan 2022 00:31:18 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Install missing static assets (generated by webpack)
- Bump PORTREVISION for package change
Reported by: antoine |
2022.1.2 23 Jan 2022 18:52:12 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2022.1.2
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2021.6.18b36 20 Jun 2021 20:46:49 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2021.6.18b36
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2021.4.11b34 18 Apr 2021 05:44:12 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-furo: Update to 2021.4.11b34
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2020.12.30b24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.12.30b24 30 Jan 2021 12:31:16 |
sunpoet |
Update to 2020.12.30b24
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2020.12.9b21 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
2020.12.9b21 19 Dec 2020 22:14:16 |
sunpoet |
Update to 2020.12.9b21
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2020.11.27b19 19 Dec 2020 20:11:07 |
sunpoet |
Update to 2020.11.27b19
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2020.11.15b17 24 Nov 2020 20:49:29 |
sunpoet |
Update to 2020.11.15b17
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2020.11.14b16 21 Nov 2020 09:37:41 |
sunpoet |
Update to 2020.11.14b16
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2020.11.10b15 15 Nov 2020 18:06:34 |
sunpoet |
Update to 2020.11.10b15
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md |
2020.11.1b14 08 Nov 2020 17:10:56 |
sunpoet |
Add py-furo 2020.11.1b14
Furo provides a clean customizable theme for Sphinx.
WWW: https://github.com/pradyunsg/furo |