diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-08 15:05:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-08 15:05:02 +0000 |
commit | b1be37adc92bea112b706eee99902914d0fff035 (patch) | |
tree | 6fb770647e54554626b81df842e3852a5b71c45c /textproc | |
parent | aaa7dce79d9d4fd5f00c6a40d948ffe48420be53 (diff) | |
download | pkgsrc-b1be37adc92bea112b706eee99902914d0fff035.tar.gz |
Import lowdown-0.1.9 as textproc/lowdown.
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). lowdown doesn't require
XSLT, Python, or even Perl - it's just clean, secure, open source
C code with no dependencies.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/lowdown/DESCR | 5 | ||||
-rw-r--r-- | textproc/lowdown/Makefile | 22 | ||||
-rw-r--r-- | textproc/lowdown/PLIST | 6 | ||||
-rw-r--r-- | textproc/lowdown/distinfo | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/lowdown/DESCR b/textproc/lowdown/DESCR new file mode 100644 index 00000000000..50a37ab0a48 --- /dev/null +++ b/textproc/lowdown/DESCR @@ -0,0 +1,5 @@ +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). lowdown doesn't require +XSLT, Python, or even Perl - it's just clean, secure, open source +C code with no dependencies. diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile new file mode 100644 index 00000000000..601e3e46ce8 --- /dev/null +++ b/textproc/lowdown/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2017/03/08 15:05:02 wiz Exp $ + +DISTNAME= lowdown-0.1.9 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GITHUB:=kristapsdz/} +GITHUB_TAG= VERSION_0_1_9 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://kristaps.bsd.lv/lowdown/ +COMMENT= Simple Markdown translator +LICENSE= 2-clause-bsd + +WRKSRC= ${WRKDIR}/lowdown-${GITHUB_TAG} +HAS_CONFIGURE= yes + +SUBST_CLASSES+= install +SUBST_SED.install+= -e 's,/usr/local,${PREFIX},' +SUBST_FILES.install+= configure +SUBST_STAGE.install= pre-configure +SUBST_MESSAGE.install= Fixing installation path. + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/lowdown/PLIST b/textproc/lowdown/PLIST new file mode 100644 index 00000000000..2b40a1c2e13 --- /dev/null +++ b/textproc/lowdown/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2017/03/08 15:05:02 wiz Exp $ +bin/lowdown +include/lowdown.h +lib/liblowdown.a +man/man1/lowdown.1 +man/man3/lowdown.3 diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo new file mode 100644 index 00000000000..f9347aa23cf --- /dev/null +++ b/textproc/lowdown/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/03/08 15:05:02 wiz Exp $ + +SHA1 (lowdown-0.1.9.tar.gz) = 4c001e7c6b093d0420e8d8cceed9c71aff4c606a +RMD160 (lowdown-0.1.9.tar.gz) = 4c565eaea2835669db0508a2d2026f323fa5ee90 +SHA512 (lowdown-0.1.9.tar.gz) = f379c40c2e694a6793ae0d0e1575340c8644383d40eef6cccd5bf9042d13bff247729ac42ecce107a43f97041478cf2bb24104c2204459f98691afd074b6e212 +Size (lowdown-0.1.9.tar.gz) = 62622 bytes |