Port details |
- py-marko Markdown parser with high extensibility
- 2.1.2 textproc =2 2.1.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2021-09-27 19:51:29
- Last Update: 2024-07-06 16:04:14
- Commit Hash: d37bea4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://marko-py.readthedocs.io/en/latest/
- https://github.com/frostming/marko
- Description:
- Marko is a markdown parser written in pure Python that complies with
CommonMark's spec v0.30. It is designed to be highly extensible.
Among all implementations of Python's markdown parser, it is a common issue that
user can't easily extend it to add his own features. Furthermore,
Python-Markdown and mistune don't comply with CommonMark's spec. It is a good
reason for me to develop a new markdown parser.
Respecting that Marko complies with CommonMark's spec at the same time, which is
a super complicated spec, Marko's performance will be affected. However, using a
parser which doesn't comply with the CommonMark spec may give you unexpected
rendered results from time to time. A benchmark result shows that Marko is 3
times slower than Python-Markdown, but a bit faster than Commonmark-py, much
slower than mistune. If performance is a bigger concern to you than spec
compliance, you'd better choose another parser.
- ¦ ¦ ¦ ¦
- 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}marko>0:textproc/py-marko@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-marko/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-marko
- pkg install py311-marko
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-marko listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-marko
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720022876
SHA256 (marko-2.1.2.tar.gz) = a9170006b879376e6845c91b1ae3dce2992772954b99b70175ff888537186011
SIZE (marko-2.1.2.tar.gz) = 142593
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-pdm-backend>=0 : devel/py-pdm-backend@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:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-frictionless
- devel/py-livemark
Configuration Options:
- No options to configure
- Options name:
- textproc_py-marko
- 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.1.2 06 Jul 2024 16:04:14 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 2.1.2
Changes: https://github.com/frostming/marko/releases |
2.1.0 18 Jun 2024 04:00:31 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 2.1.0
Changes: https://github.com/frostming/marko/releases |
2.0.3 09 Mar 2024 14:06:16 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 2.0.3
Changes: https://github.com/frostming/marko/releases |
2.0.2 27 Nov 2023 10:28:24 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 2.0.2
Changes: https://github.com/frostming/marko/releases |
2.0.1 01 Nov 2023 02:08:31 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 2.0.1
Changes: https://github.com/frostming/marko/releases |
2.0.0 31 Jul 2023 16:40:17 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update WWW |
2.0.0 09 Jul 2023 10:20:35 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 2.0.0
Changes: https://github.com/frostming/marko/releases |
1.3.1 30 Jun 2023 07:05:05 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 1.3.1
Changes: https://github.com/frostming/marko/releases |
1.3.0_2 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> |
1.3.0_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
1.3.0_1 21 Mar 2023 19:21:20 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
1.3.0 05 Feb 2023 15:48:05 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 1.3.0
Changes: https://github.com/frostming/marko/releases
https://github.com/frostming/marko/blob/master/CHANGELOG.md |
1.2.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.2.2 03 Oct 2022 17:10:40 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 1.2.2
Changes: https://github.com/frostming/marko/blob/master/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) |
1.2.1 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 ) |
1.2.1 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.2.1 13 May 2022 19:30:09 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 1.2.1
Changes: https://github.com/frostming/marko/blob/master/CHANGELOG.md |
1.2.0 23 Jan 2022 18:52:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update to 1.2.0
Changes: https://github.com/frostming/marko/blob/master/CHANGELOG.md |
1.1.0 01 Nov 2021 13:41:51 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Update version in setup.py automatically |
1.1.0 27 Sep 2021 19:48:07 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-marko: Add py-marko 1.1.0
Marko is a markdown parser written in pure Python that complies with
CommonMark's spec v0.30. It is designed to be highly extensible.
Among all implementations of Python's markdown parser, it is a common issue that
user can't easily extend it to add his own features. Furthermore,
Python-Markdown and mistune don't comply with CommonMark's spec. It is a good
reason for me to develop a new markdown parser.
Respecting that Marko complies with CommonMark's spec at the same time, which is
a super complicated spec, Marko's performance will be affected. However, using a
parser which doesn't comply with the CommonMark spec may give you unexpected
rendered results from time to time. A benchmark result shows that Marko is 3
times slower than Python-Markdown, but a bit faster than Commonmark-py, much
slower than mistune. If performance is a bigger concern to you than spec
compliance, you'd better choose another parser.
WWW: https://github.com/frostming/marko |