pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

textproc/lowdown: Update to version 2.0.4



Module Name:	pkgsrc-wip
Committed By:	Diogo Behrens <db7%sdf.org@localhost>
Pushed By:	db7
Date:		Wed Nov 19 16:40:42 2025 +0100
Changeset:	b506899a985cfc997e39cfbaafcf1217601896d0

Added Files:
	lowdown/COMMIT_MSG
	lowdown/DESCR
	lowdown/Makefile
	lowdown/PLIST
	lowdown/distinfo

Log Message:
textproc/lowdown: Update to version 2.0.4

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b506899a985cfc997e39cfbaafcf1217601896d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lowdown/COMMIT_MSG |  1 +
 lowdown/DESCR      |  4 ++++
 lowdown/Makefile   | 21 +++++++++++++++++++++
 lowdown/PLIST      | 12 ++++++++++++
 lowdown/distinfo   |  5 +++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/lowdown/COMMIT_MSG b/lowdown/COMMIT_MSG
new file mode 100644
index 0000000000..637ecfe898
--- /dev/null
+++ b/lowdown/COMMIT_MSG
@@ -0,0 +1 @@
+Latest lowdown from github
diff --git a/lowdown/DESCR b/lowdown/DESCR
new file mode 100644
index 0000000000..b3a3b724c6
--- /dev/null
+++ b/lowdown/DESCR
@@ -0,0 +1,4 @@
+lowdown is a Markdown translator producing HTML5, roff documents in the ms and
+man formats, LaTeX, gemini (“gemtext”), OpenDocument, and ANSI/UTF8 terminal
+output. The open source C source code has no dependencies.
+
diff --git a/lowdown/Makefile b/lowdown/Makefile
new file mode 100644
index 0000000000..a8c367f82d
--- /dev/null
+++ b/lowdown/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=		lowdown-2.0.4
+CATEGORIES=		textproc
+MASTER_SITES=		${MASTER_SITE_GITHUB:=kristapsdz/}
+GITHUB_TAG=		refs/tags/VERSION_${PKGVERSION_NOREV:S/./_/g}
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		https://kristaps.bsd.lv/lowdown/
+COMMENT=		Simple Markdown translator
+LICENSE=		isc
+
+WRKSRC=			${WRKDIR}/${PKGBASE}-${GITHUB_TAG:C/.*\///}
+
+HAS_CONFIGURE=		yes
+CONFIGURE_ARGS=		PREFIX=${PREFIX}
+
+INSTALL_TARET=		install
+TEST_TARGET=		regress
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lowdown/PLIST b/lowdown/PLIST
new file mode 100644
index 0000000000..74da601408
--- /dev/null
+++ b/lowdown/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+bin/lowdown
+bin/lowdown-diff
+man/man1/lowdown-diff.1
+man/man1/lowdown.1
+man/man5/lowdown.5
+share/lowdown/html/default.html
+share/lowdown/html/sblg.xml
+share/lowdown/latex/default.latex
+share/lowdown/man/default.man
+share/lowdown/ms/default.ms
+share/lowdown/odt/styles.xml
diff --git a/lowdown/distinfo b/lowdown/distinfo
new file mode 100644
index 0000000000..97a0abf20e
--- /dev/null
+++ b/lowdown/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (lowdown-2.0.4.tar.gz) = 7d38d8b84eddc7587579c3a99880ac707c83fc067c1b2c16fa5afb95f4361da3
+SHA512 (lowdown-2.0.4.tar.gz) = db396f738c3effdd55f112f2f71183b32b45ae2f8ba999e03df5162612e26a313d7b3ca1c5840cb71805f4429a4a3b67fe61a731aadc5cc989b74ff2da2d5b7e
+Size (lowdown-2.0.4.tar.gz) = 697300 bytes


Home | Main Index | Thread Index | Old Index