Port details |
- cmark CommonMark parsing and rendering library and program in C
- 0.31.1 textproc =4 0.31.1Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2015-10-07 19:28:55
- Last Update: 2024-08-25 08:17:30
- Commit Hash: a82a7aa
- People watching this port, also watch:: libXdamage, libevent, noto-tc, woff2, xorg-docs
- License: BSD2CLAUSE
- WWW:
- https://github.com/commonmark/cmark
- Description:
- cmark is the C reference implementation of CommonMark, a rationalized
version of Markdown syntax with a spec.
It provides a shared library (libcmark) with functions for parsing
CommonMark documents to an abstract syntax tree (AST), manipulating
the AST, and rendering the document to HTML, groff man, LaTeX,
CommonMark, or an XML representation of the AST. It also provides a
command-line program (cmark) for parsing and rendering CommonMark
documents.
- ¦ ¦ ¦ ¦
- 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/cmark/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/cmark
- pkg install cmark
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cmark
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723230166
SHA256 (commonmark-cmark-0.31.1_GH0.tar.gz) = 3da93db5469c30588cfeb283d9d62edfc6ded9eb0edc10a4f5bbfb7d722ea802
SIZE (commonmark-cmark-0.31.1_GH0.tar.gz) = 264170
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
- Test dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- editors/ghostwriter
- for Libraries
-
- devel/gnome-builder
- games/prismlauncher
- graphics/aseprite
- mail/evolution
- multimedia/mkvtoolnix
- net-im/neochat
- net-im/nheko
-
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_cmark
- USES:
- cmake:testing pathfix python:test
- 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.31.1 25 Aug 2024 08:17:30 |
Daniel Engberg (diizzy) |
textproc/cmark: Update to 0.31.1
While at it modernize Makefile
Changelog: https://github.com/commonmark/cmark/releases/tag/0.31.1
PR: 280727
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.30.2 11 Nov 2023 01:54:11 |
Romain Tartière (romain) |
textproc/py-CommonMark: Allow installation with textproc/cmark
Both ports install bin/cmark. Users of textproc/py-CommonMark are
supposely more interested in the python module rather than the command
line tool: nothing in the ports tree seems to use bin/cmark from this
port.
Rename the command to cmark-py to fix conflict
PR: 274848
Reported by: jcfyecrayz@liamekaens.com |
0.30.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> |
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.30.2 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.30.2 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.30.2 17 Jan 2022 13:20:24 |
Tobias Kortkamp (tobik) |
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan |
0.30.2 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.30.2 28 Oct 2021 19:57:42 |
Adriaan de Groot (adridg) |
textproc/cmark: update to 0.30.2, latest upstream
Release notes are at
https://github.com/commonmark/cmark/releases/tag/0.30.2
With some bugfixes and an update to unicode 14.0
Bump PORTREVISION on dependent ports, to force a rebuild;
this release changes some of the CMake & pkg-config machinery
and they should follow. (Also, potentially so-version bump) |
0.29.0 19 Apr 2021 08:00:09 |
Tobias Kortkamp (tobik) |
Remove my useless "Created by" lines |
0.29.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.29.0 29 Sep 2020 08:59:56 |
adridg |
Claim textproc/cmark |
0.29.0 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
0.29.0 08 Apr 2019 18:10:12 |
tobik |
textproc/cmark: Update to 0.29.0
Changes: https://github.com/commonmark/cmark/releases/tag/0.29.0 |
0.28.3 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.28.3 20 Jun 2018 18:51:28 |
yuri |
Add CONFLICTS_INSTALL to py-CommonMark/Makefile and cmark/Makefile
They both install bin/cmark
Approved by: portmgr |
0.28.3 30 Nov 2017 15:50:34 |
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 ) |
0.28.3 23 Oct 2017 08:06:35 |
tobik |
textproc/cmark: Update to 0.28.3
Changes: https://github.com/commonmark/cmark/releases/tag/0.28.3 |
0.28.2 12 Oct 2017 17:01:55 |
tobik |
textproc/cmark: Update to 0.28.2
Changes: https://github.com/commonmark/cmark/releases/tag/0.28.2 |
0.28.0 03 Aug 2017 11:12:50 |
tobik |
textproc/cmark: Update to 0.28.0
- Follow the repository move from jgm -> commonmark
- Drop libdata/pkgconfig workarounds
- Sort USE*
Changes: https://github.com/commonmark/cmark/releases/tag/0.28.0 |
0.27.1 15 Feb 2017 12:28:29 |
tobik |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
0.27.1 20 Nov 2016 10:25:56 |
olivierd |
Update to 0.27.1
PR: 214657
Submitted by: Tobias Kortkamp (maintainer) |
0.26.1 18 Oct 2016 11:20:01 |
jbeich |
Adjust TEST_WRKSRC for USES=[cq]make:outsource
Approved by: rakuco
Differential Revision: https://reviews.freebsd.org/D8274 |
0.26.1 05 Sep 2016 22:57:56 |
marino |
textproc/cmark: Prevent building port twice when running tests
PR: 212393
submitted by: maintainer |
0.26.1 16 Jul 2016 20:58:24 |
pawel |
USES=python is correct way to define test dependency
Reported by: adamw |
0.26.1 16 Jul 2016 20:04:27 |
pawel |
- Update to version 0.26.1 [1]
- Parametrize port version in pkg-plist
PR: 211156 [1]
Submitted by: Tobias Kortkamp (maintainer) [1] |
0.25.2 27 Mar 2016 07:32:33 |
wen |
- Update to 0.25.2
PR: 208317
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |
0.24.1 18 Jan 2016 13:16:18 |
miwi |
- Update to 0.24.1
PR: 206364
Submitted by: maintainer |
0.23.0 07 Jan 2016 10:41:13 |
rakuco |
Update to 0.23.0.
PR: 205967
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |
0.22.0 07 Oct 2015 19:28:48 |
olivierd |
cmark is the C reference implementation of CommonMark, a rationalized
version of Markdown syntax with a spec.
It provides a shared library (libcmark) with functions for parsing
CommonMark documents to an abstract syntax tree (AST), manipulating
the AST, and rendering the document to HTML, groff man, LaTeX,
CommonMark, or an XML representation of the AST. It also provides a
command-line program (cmark) for parsing and rendering CommonMark
documents.
WWW: https://github.com/jgm/cmark
PR: 203532
Submitted by: Tobias Kortkamp <t@tobik.me> |