summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--doc/md4c/CONFIGURE2
-rw-r--r--doc/md4c/DEPENDS2
-rwxr-xr-xdoc/md4c/DETAILS15
-rw-r--r--doc/md4c/HISTORY4
5 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8037ac0fa..4c7cea4174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-10-27 Treeve Jelbert <treeve@sourcemage.org>
+ * doc/md4c: added, markdown parser
+
2019-10-13 Treeve Jelbert <treeve@sourcemage.org>
* move kcontacts to kde-frameworks
* move kcalcore to kde-frameworks, rename as kcalendarcore
diff --git a/doc/md4c/CONFIGURE b/doc/md4c/CONFIGURE
new file mode 100644
index 0000000000..2cd78b0f33
--- /dev/null
+++ b/doc/md4c/CONFIGURE
@@ -0,0 +1,2 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
+
diff --git a/doc/md4c/DEPENDS b/doc/md4c/DEPENDS
new file mode 100644
index 0000000000..1ec888c03c
--- /dev/null
+++ b/doc/md4c/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/CMAKE_DEPENDS
+
diff --git a/doc/md4c/DETAILS b/doc/md4c/DETAILS
new file mode 100755
index 0000000000..2cbfae0c0d
--- /dev/null
+++ b/doc/md4c/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=md4c
+ VERSION=0.3.4
+ SOURCE_HASH=sha512:a469012dce112db261867d9cf881c83375c00b4aa7ee5c4725107496f918724266d95ac9e368945848528010ff45964df6ab4e396c4ea4cd0a07727b98daec17
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-release-$VERSION
+ WEB_SITE=https://github.com/mity/md4c
+ SOURCE_URL[0]=$WEB_SITE/archive/release-$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20191027
+ KEYWORDS=""
+ SHORT="C Markdown parser"
+cat << EOF
+C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification
+EOF
diff --git a/doc/md4c/HISTORY b/doc/md4c/HISTORY
new file mode 100644
index 0000000000..df58ceab99
--- /dev/null
+++ b/doc/md4c/HISTORY
@@ -0,0 +1,4 @@
+2019-10-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.3.4
+ spell created
+