Index: textproc/Makefile =================================================================== --- textproc/Makefile (Revision 560702) +++ textproc/Makefile (Arbeitskopie) @@ -435,6 +435,7 @@ SUBDIR += markdownfmt SUBDIR += markdownpart SUBDIR += mathml-xsd + SUBDIR += md4c SUBDIR += mdbook SUBDIR += mdocml SUBDIR += meld Index: textproc/md4c/Makefile =================================================================== --- textproc/md4c/Makefile (nicht existent) +++ textproc/md4c/Makefile (Arbeitskopie) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= md4c +DISTVERSION= 0.4.7 +CATEGORIES= textproc + +MAINTAINER= rosenke@dssgmbh.de +COMMENT= Markdown Parser written in C + +LICENSE= MIT + +USES= cmake +USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= mity +GH_TAGNAME= release-${DISTVERSION} + +.include Property changes on: textproc/md4c/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/md4c/distinfo =================================================================== --- textproc/md4c/distinfo (nicht existent) +++ textproc/md4c/distinfo (Arbeitskopie) @@ -0,0 +1,2 @@ +SHA256 (mity-md4c-0.4.7-release-0.4.7_GH0.tar.gz) = f1b12d7aeb64fcbc7092c832e1a8b137102fec168961c87222fa599aedc19035 +SIZE (mity-md4c-0.4.7-release-0.4.7_GH0.tar.gz) = 228223 Property changes on: textproc/md4c/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/md4c/pkg-descr =================================================================== --- textproc/md4c/pkg-descr (nicht existent) +++ textproc/md4c/pkg-descr (Arbeitskopie) @@ -0,0 +1,5 @@ +C Markdown parser. Fast. +SAX-like interface. Compliant to CommonMark specification. +Also allows converting from Markdown to HTML via md2html. + +WWW: https://github.com/mity/md4c Property changes on: textproc/md4c/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/md4c/pkg-plist =================================================================== --- textproc/md4c/pkg-plist (nicht existent) +++ textproc/md4c/pkg-plist (Arbeitskopie) @@ -0,0 +1,17 @@ +bin/md2html +include/md4c-html.h +include/md4c.h +lib/cmake/md4c-html/md4cHtmlConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/md4c-html/md4cHtmlConfig.cmake +lib/cmake/md4c/md4cConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/md4c/md4cConfig.cmake +lib/libmd4c-html.so +lib/libmd4c-html.so.0 +lib/libmd4c-html.so.0.4.7 +lib/libmd4c.so +lib/libmd4c.so.0 +lib/libmd4c.so.0.4.7 +libdata/pkgconfig/md4c-html.pc +libdata/pkgconfig/md4c.pc +man/man1/md2html.1.gz + Property changes on: textproc/md4c/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property