Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

8
textproc/cmark/DESCR Normal file
View File

@@ -0,0 +1,8 @@
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.

32
textproc/cmark/Makefile Normal file
View File

@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.4 2016/09/17 11:45:14 mef Exp $
DISTNAME= cmark-0.26.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jgm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jgm/cmark/
COMMENT= CommonMark parsing and rendering library and program in C
LICENSE= 2-clause-bsd
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_INCOMPATIBLE+= 27
PKGCONFIG_OVERRIDE+= src/libcmark.pc.in
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ${WRKSRC}
TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/build/src
TEST_TARGET= test
post-extract:
${RUN} mkdir -p ${WRKSRC}/build
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"

13
textproc/cmark/PLIST Normal file
View File

@@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.2 2016/09/17 11:45:14 mef Exp $
bin/cmark
include/cmark.h
include/cmark_export.h
include/cmark_version.h
lib/cmake/cmark-release.cmake
lib/cmake/cmark.cmake
lib/libcmark.a
lib/libcmark.so
lib/libcmark.so.${PKGVERSION}
lib/pkgconfig/libcmark.pc
man/man1/cmark.1
man/man3/cmark.3

6
textproc/cmark/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/09/17 11:45:14 mef Exp $
SHA1 (cmark-0.26.1.tar.gz) = 2d697e4a4961db9d19e5f39b2d2e4dfe2d670830
RMD160 (cmark-0.26.1.tar.gz) = 793fa4e972454dbcd283742a9eae43627213caa9
SHA512 (cmark-0.26.1.tar.gz) = c10fe1a9450a97dafc09179c059773aa1ae1269b247785e67f0cce959a6b12a4b0fdf91a6ad22dd6a100b892777b5a48b59227bc7ada043828b26e2be73bc059
Size (cmark-0.26.1.tar.gz) = 214151 bytes