Import ports/textproc/lowdown. ok zhuk@

lowdown is just another Markdown translator. It can output traditional HTML or a
document for your troff type-setter of choice, such as groff(1), Heirloom troff,
or even mandoc(1).
This commit is contained in:
jturner 2016-12-28 16:58:57 +00:00
parent 51c8682dd0
commit ce3cd12e3f
4 changed files with 30 additions and 0 deletions

22
textproc/lowdown/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/12/28 16:58:57 jturner Exp $
COMMENT = simple markdown translator
DISTNAME = lowdown-0.1.1
CATEGORIES = textproc
HOMEPAGE = https://kristaps.bsd.lv/lowdown/
MAINTAINER = Kristaps Dzonsons <kristaps@bsd.lv>
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
MASTER_SITES = https://kristaps.bsd.lv/lowdown/snapshots/
MAKE_FLAGS = PREFIX="${PREFIX}"
NO_TEST = Yes
ALL_TARGET = lowdown
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (lowdown-0.1.1.tar.gz) = gA7GFl0/r5l+/+5Yz/NifRk9IL41FJzYOPrvBaHXloc=
SIZE (lowdown-0.1.1.tar.gz) = 40718

View File

@ -0,0 +1,3 @@
lowdown is just another Markdown translator. It can output traditional HTML or a
document for your troff type-setter of choice, such as groff(1), Heirloom troff,
or even mandoc(1).

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/12/28 16:58:57 jturner Exp $
@bin bin/lowdown
@man man/man1/lowdown.1