Port details |
- md4c Markdown Parser written in C
- 0.5.2 textproc =2 0.5.2Version of this port present on the latest quarterly branch.
- Maintainer: rosenke@dssgmbh.de
- Port Added: 2021-02-17 10:37:32
- Last Update: 2024-08-23 18:10:57
- Commit Hash: 156b0ec
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/mity/md4c/
- Description:
- C Markdown parser. Fast.
SAX-like interface. Compliant to CommonMark specification.
Also allows converting from Markdown to HTML via md2html.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/md4c/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/md4c
- pkg install md4c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: md4c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724194987
SHA256 (mity-md4c-release-0.5.2_GH0.tar.gz) = 55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21
SIZE (mity-md4c-release-0.5.2_GH0.tar.gz) = 237973
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_md4c
- USES:
- cmake cpe
- 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 |
0.5.2 23 Aug 2024 18:10:57 |
Fernando Apesteguía (fernape) Author: Älven |
textproc/md4c: update to 0.5.2
ChangeLog: https://github.com/mity/md4c/blob/master/CHANGELOG.md
Fixes CVE-2021-30027: DoS with malformed Markdown.
* Base Score: 5.5 MEDIUM
* Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
PR: 280956
Reported by: alster@vinterdalen.se
MFH: 2024Q3 (security fix)
Security: CVE-2021-30027 |
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) |
0.4.7 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 ) |
0.4.7 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
0.4.7 21 Oct 2021 15:40:41 |
Stefan Eßer (se) |
textproc/md4c: Add CPE information
Approved by: portmgr (blanket) |
0.4.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.7 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
0.4.7 17 Feb 2021 10:36:55 |
arrowd |
textproc/md4c: Create the port.
md4c is a markdown parser written in C.
PR: 252383
Submitted by: Henrik Rosenke <rosenke@dssgmbh.de>
Reviewed by: Matthias Apitz <guru@unixarea.de>, daniel.engberg.lists@pyret.net |