Port details |
- py-markdown2 Fast and complete Python implementation of Markdown
- 2.4.13 textproc =2 2.4.13Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2009-06-13 23:44:14
- Last Update: 2024-03-04 12:04:40
- Commit Hash: 21c7c77
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/trentm/python-markdown2
- Description:
- py-markdown2 provides a converter written in Python that closely
matches the behaviour of the original Perl-implemented Markdown.pl.
There is another Python markdown.py , but markdown2.py is faster
and, to my knowledge, more correct.
Markdown is a light text markup format and a processor to convert
that to HTML.
- ¦ ¦ ¦ ¦
- 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}markdown2>0:textproc/py-markdown2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-markdown2/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-markdown2
- pkg install py39-markdown2
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-markdown2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-markdown2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1709553350
SHA256 (markdown2-2.4.13.tar.gz) = 18ceb56590da77f2c22382e55be48c15b3c8f0c71d6398def387275e6c347a9f
SIZE (markdown2-2.4.13.tar.gz) = 130464
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-pygments>=2.7.3 : textproc/py-pygments@py39
- py39-wavedrom>0 : textproc/py-wavedrom@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-ramlfications
- finance/fava
- textproc/py-readtime
- www/py-nicegui
- www/py-nicegui-nogui
-
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:
- ===> The following configuration options are available for py39-markdown2-2.4.13:
SYNTAX=on: Code syntax highlighting support
WAVEDROM=on: WaveDrom support
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-markdown2
- 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.4.13 04 Mar 2024 12:04:40 |
Wen Heping (wen) |
textproc/py-markdown2: Update to 2.4.13 |
2.4.12 28 Dec 2023 12:11:40 |
Wen Heping (wen) |
textproc/py-markdown2: Update to 2.4.12 |
2.4.11 06 Dec 2023 13:18:50 |
Wen Heping (wen) |
textproc/py-markdown2: Update to 2.4.11 |
2.4.10 03 Sep 2023 07:59:25 |
Kai Knoblich (kai) |
textproc/py-markdown2: Update to 2.4.10
* Introduce SYNTAX and WAVEDROM options to reflect the settings in
setup.py accordingly.
* Make the port concurrent safe as it installs a script outside of
Python's site-lib directory.
* Update WWW as the repository has moved to a new location.
* Hook up the test suite.
Changelog since 2.3.6:
https://github.com/trentm/python-markdown2/compare/2.3.6...2.4.10
PR: 273513, 270923 [1]
Reported by: Hubert Tournier [1]
Approved by: wen (maintainer)
MFH: 2023Q3
Security: c9b3324f-8e03-4ae3-89ce-8098cdc5bfa9 [1]
cf6f3465-e996-4672-9458-ce803f29fdb7 [1] |
2.3.6 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> |
2.3.6 02 May 2023 16:25:57 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-markdown2: Add NO_ARCH
Approved by: portmgr (blanket) |
2.3.6 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.3.6 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.3.6 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.3.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.6 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.3.6 28 Sep 2018 12:08:55 |
wen |
- Update to 2.3.6 |
2.3.5 29 Nov 2017 12:53:57 |
wen |
- Update to 2.3.5 |
2.3.4 02 May 2017 02:25:08 |
wen |
- Update to 2.3.4 |
2.3.3 09 Feb 2017 01:14:16 |
wen |
- Update to 2.3.3 |
2.3.2 06 Dec 2016 02:37:53 |
wen |
- Update to 2.3.2 |
2.3.1 19 Mar 2016 09:37:08 |
wen |
- Update to 2.3.1 |
2.3.0 09 Dec 2015 08:25:21 |
wen |
- Update to 2.3.0 |
2.2.1 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
2.2.1 11 May 2014 13:43:05 |
wen |
- Update to 2.2.1 [1]
- Add LICENSE [1]
- Pet portlint
PR: 189314 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] |
2.1.0_1 10 Mar 2014 17:25:26 |
bapt |
Convert textproc to USES=zip |
2.1.0_1 01 Mar 2014 18:14:40 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
2.1.0 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.1.0 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.1.0 30 Sep 2012 04:20:49 |
wen |
- Update to 2.1.0
- Convert to new Makefile format |
2.0.1 24 Jul 2012 12:41:26 |
wen |
- Update to 2.0.1 |
2.0.0 24 Jul 2012 07:19:21 |
cs |
Fix typos in COMMENT |
2.0.0 21 Jun 2012 06:55:57 |
wen |
- Update to 2.0.0 |
1.4.2 23 May 2012 08:10:46 |
wen |
- Update to 1.4.2
- Update WWW
PR: 167856
Submitted by: William Grzybowski <william88@gmail.com> |
1.4.0 26 Apr 2012 13:59:07 |
wen |
- Update to 1.4.0
PR: 167322
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.3.1 18 Apr 2012 00:10:26 |
wen |
- Update to 1.3.1 |
1.3.0 09 Apr 2012 01:38:13 |
wen |
- Update to 1.3.0
Feature safe: yes |
1.1.1 01 Apr 2012 07:14:46 |
wen |
- Update to 1.1.1
Feature safe: yes |
1.1.0 01 Mar 2012 13:48:40 |
wen |
- Update to 1.1.0 |
1.0.1.19 25 Aug 2011 11:37:09 |
wen |
- Update to 1.0.1.19 |
1.0.1.17 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.0.1.17 01 Jun 2010 02:41:00 |
wen |
- Update to 1.0.1.17 |
1.0.1.16 17 Dec 2009 06:12:35 |
wen |
- Update to 1.0.1.16 |
1.0.1.15 30 Sep 2009 14:13:58 |
wen |
- Update to 1.0.1.15
Approved by: miwi(mentor) |
1.0.1.14 29 Sep 2009 23:15:22 |
wen |
- Update to 1.0.1.14
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes |
1.0.1.13 28 Jul 2009 21:58:23 |
miwi |
- Update to 1.0.1.13
Approved by: maintainer implicit |
1.0.1.12 13 Jun 2009 23:51:25 |
miwi |
- Update to 1.0.1.12
- Connect py-markdown2 to the build
PR: 135247
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.7 13 Jun 2009 23:43:14 |
miwi |
- Force commit
repocopy from textproc/py-markdown -> textproc/py-markdown2 |