Port details |
- py-markups Wrapper around various text markup languages
- 4.0.0_1 textproc
=2 4.0.0_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-07-24 20:26:04
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/retext-project/pymarkups
- Description:
- This module provides a wrapper around various text markup languages.
Available by default are Markdown, reStructuredText and Textile, but you can
easily add your own markups.
¦ ¦ ¦ ¦ 
- 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}markups>0:textproc/py-markups@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-markups/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-markups
- pkg install py311-markups
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-markups listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-markups
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1675191095
SHA256 (Markups-4.0.0.tar.gz) = 3ddb9afb1c55d0cff812e3392ca33f468498c0707a4fa8b2e05d0ba0d32c019e
SIZE (Markups-4.0.0.tar.gz) = 22968
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>=61.2 : 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:
-
- asciidoc>=0 : textproc/asciidoc
- py311-docutils>=0,1 : textproc/py-docutils@py311
- py311-lxml>=0 : devel/py-lxml@py311
- py311-markdown>=3 : textproc/py-markdown@py311
- py311-pygments>=0 : textproc/py-pygments@py311
- py311-pymdown-extensions>=0 : textproc/py-pymdown-extensions@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-textile>=0 : www/py-textile@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-python-markdown-math>=0 : textproc/py-python-markdown-math@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- editors/retext
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_py-markups
- USES:
- python:3.9+
- 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 |
4.0.0_1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
4.0.0_1 08 Apr 2024 06:47:04
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-markups: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS |
4.0.0_1 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
4.0.0_1 05 Jun 2023 18:47:21
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-markups: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
4.0.0 05 Feb 2023 18:16:46
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-markups: Convert to USE_PYTHON=unittest |
4.0.0 05 Feb 2023 15:48:05
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-markups: Update to 4.0.0
Changes: https://github.com/retext-project/pymarkups/blob/master/changelog |
3.1.3 30 Jan 2023 13:00:19
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-markups: Use lowercase PORTNAME |
3.1.3 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) |
3.1.3 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 ) |
3.1.3 21 Dec 2021 18:49:33
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-markups: Update to 3.1.3
- Add NO_ARCH
- Update WWW
- Take maintainership
Changes: https://github.com/retext-project/pymarkups/blob/master/changelog |
3.1.2 11 Nov 2021 18:05:38
    |
Tilman Keskinoz (arved)  |
Drop maintainership on most of my ports |
3.1.2 12 Sep 2021 19:45:10
    |
Tilman Keskinoz (arved)  |
textproc/py-markups: Update to 3.1.2
Minimum required python version is now 3.7 (per changelog) |
3.1.1 02 Sep 2021 18:52:07
    |
Tilman Keskinoz (arved)  |
textproc/py-markups: Update to 3.1.1 |
3.0.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0.0 24 Jul 2018 20:25:50
  |
arved  |
Add Markups, a wrapper around various text markup languages. |