non port: textproc/cmark/Makefile |
SVNWeb
|
Number of commits found: 25 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Mon, 17 Jan 2022
|
[ 13:20 Tobias Kortkamp (tobik) ] 07389cd (Only the first 10 of 14 ports in this commit are shown above. )
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Thu, 28 Oct 2021
|
[ 19:57 Adriaan de Groot (adridg) ] e73bfab
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)
|
Mon, 19 Apr 2021
|
[ 08:00 Tobias Kortkamp (tobik) ] c204633 (Only the first 10 of 27 ports in this commit are shown above. )
Remove my useless "Created by" lines
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 29 Sep 2020
|
[ 08:59 adridg ]
Claim textproc/cmark
|
Mon, 28 Sep 2020
|
[ 05:05 tobik ] (Only the first 10 of 163 ports in this commit are shown above. )
Reset MAINTAINER
|
Mon, 8 Apr 2019
|
[ 18:10 tobik ]
textproc/cmark: Update to 0.29.0
Changes: https://github.com/commonmark/cmark/releases/tag/0.29.0
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 20 Jun 2018
|
[ 18:51 yuri ]
Add CONFLICTS_INSTALL to py-CommonMark/Makefile and cmark/Makefile
They both install bin/cmark
Approved by: portmgr
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Mon, 23 Oct 2017
|
[ 08:06 tobik ]
textproc/cmark: Update to 0.28.3
Changes: https://github.com/commonmark/cmark/releases/tag/0.28.3
|
Thu, 12 Oct 2017
|
[ 17:01 tobik ]
textproc/cmark: Update to 0.28.2
Changes: https://github.com/commonmark/cmark/releases/tag/0.28.2
|
Thu, 3 Aug 2017
|
[ 11:12 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
|
Wed, 15 Feb 2017
|
[ 12:28 tobik ] (Only the first 10 of 36 ports in this commit are shown above. )
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610
|
Sun, 20 Nov 2016
|
[ 10:25 olivierd ]
Update to 0.27.1
PR: 214657
Submitted by: Tobias Kortkamp (maintainer)
|
Tue, 18 Oct 2016
|
[ 11:20 jbeich ]
Adjust TEST_WRKSRC for USES=[cq]make:outsource
Approved by: rakuco
Differential Revision: https://reviews.freebsd.org/D8274
|
Mon, 5 Sep 2016
|
[ 22:57 marino ]
textproc/cmark: Prevent building port twice when running tests
PR: 212393
submitted by: maintainer
|
Sat, 16 Jul 2016
|
[ 20:58 pawel ]
USES=python is correct way to define test dependency
Reported by: adamw
|
[ 20:04 pawel ]
- Update to version 0.26.1 [1]
- Parametrize port version in pkg-plist
PR: 211156 [1]
Submitted by: Tobias Kortkamp (maintainer) [1]
|
Sun, 27 Mar 2016
|
[ 07:32 wen ]
- Update to 0.25.2
PR: 208317
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
|
Mon, 18 Jan 2016
|
[ 13:16 miwi ]
- Update to 0.24.1
PR: 206364
Submitted by: maintainer
|
Thu, 7 Jan 2016
|
[ 10:41 rakuco ]
Update to 0.23.0.
PR: 205967
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
|
Wed, 7 Oct 2015
|
[ 19:28 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>
|
Number of commits found: 25 |