View | Details | Raw Unified | Return to bug 252383 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/md4c/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	md4c
4
DISTVERSION=	0.4.7
5
CATEGORIES=	textproc
6
7
MAINTAINER=	rosenke@dssgmbh.de
8
COMMENT=	Markdown Parser written in C
9
10
LICENSE=	MIT
11
12
USES=		cmake
13
USE_LDCONFIG=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	mity
16
GH_TAGNAME=	release-${PORTVERSION}
17
18
.include <bsd.port.mk>
(-)textproc/md4c/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (mity-md4c-0.4.7-release-0.4.7_GH0.tar.gz) = f1b12d7aeb64fcbc7092c832e1a8b137102fec168961c87222fa599aedc19035
2
SIZE (mity-md4c-0.4.7-release-0.4.7_GH0.tar.gz) = 228223
(-)textproc/md4c/pkg-descr (+3 lines)
Line 0 Link Here
1
Markdown Parser written in C. Also allows converting to HTML.
2
Provides the shared libraries for md4c and md4c-html.
3
WWW: https://github.com/mity/md4c
(-)textproc/md4c/pkg-plist (+17 lines)
Line 0 Link Here
1
bin/md2html
2
include/md4c-html.h
3
include/md4c.h
4
lib/cmake/md4c-html/md4cHtmlConfig-%%CMAKE_BUILD_TYPE%%.cmake
5
lib/cmake/md4c-html/md4cHtmlConfig.cmake
6
lib/cmake/md4c/md4cConfig-%%CMAKE_BUILD_TYPE%%.cmake
7
lib/cmake/md4c/md4cConfig.cmake
8
lib/libmd4c-html.so
9
lib/libmd4c-html.so.0
10
lib/libmd4c-html.so.0.4.7
11
lib/libmd4c.so
12
lib/libmd4c.so.0
13
lib/libmd4c.so.0.4.7
14
libdata/pkgconfig/md4c-html.pc
15
libdata/pkgconfig/md4c.pc
16
man/man1/md2html.1.gz
17

Return to bug 252383