From 6b64a23c3934a418bb3af1ddfb86e768e4bbdc4f Mon Sep 17 00:00:00 2001 From: rpointel Date: Sat, 4 Feb 2017 06:16:44 +0000 Subject: [PATCH] import mdp, a command-line based markdown presentation tool. inputs and ok danj@. --- textproc/mdp/Makefile | 29 +++++++++++++++++++++++++++++ textproc/mdp/distinfo | 2 ++ textproc/mdp/pkg/DESCR | 1 + textproc/mdp/pkg/PLIST | 3 +++ 4 files changed, 35 insertions(+) create mode 100644 textproc/mdp/Makefile create mode 100644 textproc/mdp/distinfo create mode 100644 textproc/mdp/pkg/DESCR create mode 100644 textproc/mdp/pkg/PLIST diff --git a/textproc/mdp/Makefile b/textproc/mdp/Makefile new file mode 100644 index 00000000000..c02c4c6aa22 --- /dev/null +++ b/textproc/mdp/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2017/02/04 06:16:44 rpointel Exp $ + +COMMENT = command-line based markdown presentation tool + +VERSION = 1.0.9 +DISTNAME = mdp-${VERSION} + +GH_ACCOUNT = visit1985 +GH_PROJECT = mdp +GH_TAGNAME = ${VERSION} + +CATEGORIES = textproc + +# GPLv3 +PERMIT_PACKAGE_CDROM = Yes + +WANTLIB += c ncursesw + +MAKE_FLAGS = PREFIX=${PREFIX} + +USE_GMAKE = Yes + +post-install: + mv ${PREFIX}/share/man/* ${PREFIX}/man/ + rmdir ${PREFIX}/share/man + +NO_TEST = Yes + +.include diff --git a/textproc/mdp/distinfo b/textproc/mdp/distinfo new file mode 100644 index 00000000000..e69461c814c --- /dev/null +++ b/textproc/mdp/distinfo @@ -0,0 +1,2 @@ +SHA256 (mdp-1.0.9.tar.gz) = iT4TqaYaibrPKe4UG9n26JNXEDI3AePTZYSku5DhNy0= +SIZE (mdp-1.0.9.tar.gz) = 36877 diff --git a/textproc/mdp/pkg/DESCR b/textproc/mdp/pkg/DESCR new file mode 100644 index 00000000000..1f59dc81590 --- /dev/null +++ b/textproc/mdp/pkg/DESCR @@ -0,0 +1 @@ +A command-line based markdown presentation tool. diff --git a/textproc/mdp/pkg/PLIST b/textproc/mdp/pkg/PLIST new file mode 100644 index 00000000000..953f882b145 --- /dev/null +++ b/textproc/mdp/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/04 06:16:44 rpointel Exp $ +@bin bin/mdp +@man man/man1/mdp.1