Port details |
- py-sphinxcontrib-adadomain Sphinx Adadomain Extension
- 0.2_1 textproc
=0 0.2_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2013-07-21 13:09:13
- Last Update: 2021-04-29 14:24:07
- Commit Hash: 7a0dd5b
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- This extension adds Ada domain support to Sphinx.
WWW: https://bitbucket.org/tkoskine/sphinxcontrib-adadomain
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-adadomain>0:textproc/py-sphinxcontrib-adadomain@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sphinxcontrib-adadomain/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sphinxcontrib-adadomain
- pkg install py38-sphinxcontrib-adadomain
NOTE: This is a Python port. Instead of py38-sphinxcontrib-adadomain listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-sphinxcontrib-adadomain
- Package flavors (<flavor>: <package>)
- py38: py38-sphinxcontrib-adadomain
- distinfo:
- TIMESTAMP = 1547041237
SHA256 (sphinxcontrib-adadomain-0.2.tar.gz) = 42bb33aa4adcd43ff6b43a3fe7b305428abd8dfb7a76b1dc44a5392c5359ed76
SIZE (sphinxcontrib-adadomain-0.2.tar.gz) = 7355
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-sphinx>=1.0,1 : textproc/py-sphinx@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- textproc_py-sphinxcontrib-adadomain
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Apr 2021 14:24:07 0.2_1
|
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinxcontrib-adadomain: Add CATEGORIES=python |
06 Apr 2021 14:31:07 0.2_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
0.2_1
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
03 Jan 2021 09:11:52
0.2_1
|
antoine  |
Remove python 2.7 support from a few ports |
11 May 2020 23:51:58
0.2_1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
26 Apr 2020 11:59:42
0.2_1
|
sunpoet  |
Fix build with py-sphinx 1.8/3.0
- Bump PORTREVISION for package change
PR: 245750
Submitted by: dbaio
Obtained
from: https://bitbucket.org/tkoskine/sphinxcontrib-adadomain/commits/0adaafc635791511af623027bd2cf57375763a27 |
09 Jan 2019 14:52:22
0.2
|
sunpoet  |
Update to 0.2
- Add NO_ARCH
- Update pkg-descr
- Update WWW
Changes: https://bitbucket.org/tkoskine/sphinxcontrib-adadomain/src/master/CHANGES |
08 Jan 2019 14:08:52
0.1_3
|
sunpoet  |
Change MASTER_SITES to CHEESESHOP
- Take maintainership |
08 Jan 2019 10:30:31
0.1_3
|
araujo  |
Reset the maintainership back to ports@ because I'm not using these
ports anymore. |
20 Jun 2018 17:05:44
0.1_3
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
20 Jun 2018 16:58:30
0.1_3
|
mat  |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
0.1_3
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
29 Jan 2018 06:45:16
0.1_3
|
araujo  |
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]
PR: ports/221891 [0] and ports/225136 [1]
Submitted by: sunpoet [1]
Approved by: antoine (portmgr)
Exprun by: antoine (several rounds)
Sponsored by: iXsystems, Inc. |
30 Nov 2017 15:50:34
0.1_3 
|
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 ) |
21 Apr 2017 20:25:01
0.1_3
|
rene  |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
15 Feb 2017 21:33:11
0.1_3
|
rene  |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
11 Feb 2017 12:42:30
0.1_3
|
rene  |
Return ports maintained by John Marino to the pool, see r433827 for details |
01 Apr 2016 14:25:18
0.1_3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
07 Dec 2014 10:01:37
0.1_3
|
mva  |
- Convert textproc/ to USES=python
With hat: python@ |
15 Jun 2014 11:56:59
0.1_3
|
mva  |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
15 Feb 2014 17:37:21
0.1_2
|
marino  |
textproc/py-sphinxcontrib-adadomain: Clarify BSD is 2 clause license |
15 Feb 2014 16:47:46
0.1_1
|
marino  |
textproc/py-sphinxcontrib-adadomain: Specify LICENSE (BSD) |
10 Nov 2013 11:38:03
0.1
|
marino  |
textproc/py-sphinxcontrib-adadomain: Convert to staging |
20 Sep 2013 23:17:32
0.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
21 Jul 2013 13:09:03
0.1
|
marino  |
Add new port: textproc/py-sphinxcontrib-adadomain
This sphinx module supports the Ada language.
This is a dependency of the upcoming devel/ahven port.
Approved by: bapt (mentor) |