pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/lowdown Import lowdown-0.1.9 as textproc/lowd...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1fc0274b0759
branches: trunk
changeset: 359378:1fc0274b0759
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 08 15:05:02 2017 +0000
description:
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:
textproc/lowdown/DESCR | 5 +++++
textproc/lowdown/Makefile | 22 ++++++++++++++++++++++
textproc/lowdown/PLIST | 6 ++++++
textproc/lowdown/distinfo | 6 ++++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r 40a7e2f2e953 -r 1fc0274b0759 textproc/lowdown/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/lowdown/DESCR Wed Mar 08 15:05:02 2017 +0000
@@ -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 -r 40a7e2f2e953 -r 1fc0274b0759 textproc/lowdown/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/lowdown/Makefile Wed Mar 08 15:05:02 2017 +0000
@@ -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@localhost
+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 -r 40a7e2f2e953 -r 1fc0274b0759 textproc/lowdown/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/lowdown/PLIST Wed Mar 08 15:05:02 2017 +0000
@@ -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 -r 40a7e2f2e953 -r 1fc0274b0759 textproc/lowdown/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/lowdown/distinfo Wed Mar 08 15:05:02 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index