pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/lowdown
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 8 15:05:02 UTC 2017
Added Files:
pkgsrc/textproc/lowdown: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/lowdown/DESCR \
pkgsrc/textproc/lowdown/Makefile pkgsrc/textproc/lowdown/PLIST \
pkgsrc/textproc/lowdown/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/lowdown/DESCR
diff -u /dev/null pkgsrc/textproc/lowdown/DESCR:1.1
--- /dev/null Wed Mar 8 15:05:02 2017
+++ pkgsrc/textproc/lowdown/DESCR Wed Mar 8 15:05:02 2017
@@ -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.
Index: pkgsrc/textproc/lowdown/Makefile
diff -u /dev/null pkgsrc/textproc/lowdown/Makefile:1.1
--- /dev/null Wed Mar 8 15:05:02 2017
+++ pkgsrc/textproc/lowdown/Makefile Wed Mar 8 15:05:02 2017
@@ -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"
Index: pkgsrc/textproc/lowdown/PLIST
diff -u /dev/null pkgsrc/textproc/lowdown/PLIST:1.1
--- /dev/null Wed Mar 8 15:05:02 2017
+++ pkgsrc/textproc/lowdown/PLIST Wed Mar 8 15:05:02 2017
@@ -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
Index: pkgsrc/textproc/lowdown/distinfo
diff -u /dev/null pkgsrc/textproc/lowdown/distinfo:1.1
--- /dev/null Wed Mar 8 15:05:02 2017
+++ pkgsrc/textproc/lowdown/distinfo Wed Mar 8 15:05:02 2017
@@ -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