cmark-gfm

Hi,

I'd like to use cmark-gfm but it's not in the ports. Would this be the place to request a pkg for this software?
It is an alternative to markdown which can help convert markdown files to HTML (besides other output formats). cmark-gfm supports certain extensions not covered by the markdown package, e.g. markdown tables and it should also be faster then the original markdown.

Thanks for considering.
 
Makefile

Code:
PORTNAME=    cmark-gfm
DISTVERSION=    0.29.0.gfm.13
CATEGORIES=    textproc

MAINTAINER=    res2500@ukr.net
COMMENT=    GitHub Flavored Markdown parser and renderer
WWW=        https://github.com/github/cmark-gfm

LICENSE=    BSD2CLAUSE MIT CC-BY-SA-4.0
LICENSE_COMB=    multi

USES=        cmake:testing

USE_GITHUB=    yes
GH_ACCOUNT=    github

USE_LDCONFIG=    yes

CMAKE_OFF=    CMARK_TESTS
CMAKE_TESTING_ON=    CMARK_TESTS

.include <bsd.port.mk>

pkg-descr
Code:
It is an alternative to markdown which can help convert markdown files to HTML (besides other output formats). cmark-gfm supports certain extensions not covered by the markdown package, e.g. markdown tables and it should also be faster then the original markdown.

pkg-plist
Code:
bin/cmark-gfm
include/cmark-gfm-core-extensions.h
include/cmark-gfm-extension_api.h
include/cmark-gfm.h
include/cmark-gfm_export.h
include/cmark-gfm_version.h
lib/cmake-gfm-extensions/cmark-gfm-extensions-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake-gfm-extensions/cmark-gfm-extensions.cmake
lib/cmake/cmark-gfm-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/cmark-gfm.cmake
lib/libcmark-gfm-extensions.a
lib/libcmark-gfm-extensions.so
lib/libcmark-gfm-extensions.so.0.29.0.gfm.13
lib/libcmark-gfm.a
lib/libcmark-gfm.so
lib/libcmark-gfm.so.0.29.0.gfm.13
libdata/pkgconfig/libcmark-gfm.pc
share/man/man1/cmark-gfm.1.gz
share/man/man3/cmark-gfm.3.gz

distinfo
Code:
TIMESTAMP = 1784286531
SHA256 (github-cmark-gfm-0.29.0.gfm.13_GH0.tar.gz) = 5abc61798ebd9de5660bc076443c07abad2b8d15dbc11094a3a79644b8ad243a
SIZE (github-cmark-gfm-0.29.0.gfm.13_GH0.tar.gz) = 300086

test please ports
Code:
$ echo '# Hello **FreeBSD ports**' | cmark-gfm
 
Back
Top