Port details |
- py-sphinxcontrib-bibtex Sphinx extension for BibTeX style citations
- 2.5.0 textproc
=0 2.5.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-08-08 15:00:54
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- The bibtex extension allows BibTeX citations to be inserted into documentation
generated by Sphinx, via a bibliography directive, along with :cite:p: and
:cite:t: roles. These work similarly to LaTeX's thebibliography environment and
the \citet and \citep commands.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-bibtex>0:textproc/py-sphinxcontrib-bibtex@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sphinxcontrib-bibtex/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sphinxcontrib-bibtex
- pkg install py39-sphinxcontrib-bibtex
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-sphinxcontrib-bibtex listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-sphinxcontrib-bibtex
- Package flavors (<flavor>: <package>)
- py39: py39-sphinxcontrib-bibtex
- distinfo:
- TIMESTAMP = 1661950950
SHA256 (sphinxcontrib-bibtex-2.5.0.tar.gz) = 71b42e5db0e2e284f243875326bf9936aa9a763282277d75048826fef5b00eaa
SIZE (sphinxcontrib-bibtex-2.5.0.tar.gz) = 113310
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-docutils>=0.8,1 : textproc/py-docutils@py39
- py39-pybtex>=0.24 : textproc/py-pybtex@py39
- py39-pybtex-docutils>=1.0.0 : textproc/py-pybtex-docutils@py39
- py39-sphinx>=2.1,1 : textproc/py-sphinx@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- py39-importlib-metadata>=3.6 : devel/py-importlib-metadata@py39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-sphinxcontrib-bibtex
- USES:
- python:3.6+
- 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.5.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.5.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.5.0 31 Aug 2022 18:49:45
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-bibtex: Update to 2.5.0
Changes: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst |
2.5.0 31 Aug 2022 11:41:15
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-bibtex: Update to 2.5.0
Changes: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst |
2.4.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 ) |
2.4.2 17 Apr 2022 23:58:25
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-bibtex: Update to 2.4.2
Changes: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst |
2.4.1 11 Jan 2022 18:44:43
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-bibtex: Clean up Makefile after
6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) |
2.4.1 01 Nov 2021 13:41:53
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-bibtex: Update RUN_DEPENDS after
51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 |
2.4.1 21 Sep 2021 03:44:59
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-bibtex: Update to 2.4.1
Changes: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst |
2.3.0 08 Aug 2021 14:53:55
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-bibtex: Add py-sphinxcontrib-bibtex 2.3.0
The bibtex extension allows BibTeX citations to be inserted into documentation
generated by Sphinx, via a bibliography directive, along with :cite:p: and
:cite:t: roles. These work similarly to LaTeX's thebibliography environment and
the \citet and \citep commands.
WWW: https://github.com/mcmtroffaes/sphinxcontrib-bibtex |