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:
parent
51c8682dd0
commit
ce3cd12e3f
22
textproc/lowdown/Makefile
Normal file
22
textproc/lowdown/Makefile
Normal 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>
|
2
textproc/lowdown/distinfo
Normal file
2
textproc/lowdown/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (lowdown-0.1.1.tar.gz) = gA7GFl0/r5l+/+5Yz/NifRk9IL41FJzYOPrvBaHXloc=
|
||||
SIZE (lowdown-0.1.1.tar.gz) = 40718
|
3
textproc/lowdown/pkg/DESCR
Normal file
3
textproc/lowdown/pkg/DESCR
Normal 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).
|
3
textproc/lowdown/pkg/PLIST
Normal file
3
textproc/lowdown/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user