From 33ea80ae6f4dc3ad6ec3252566f2729c25ef4749 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 13 Aug 2019 10:49:28 +0000 Subject: [PATCH] mandoc: new package at 1.14.3 --- core/mandoc/build | 16 ++++++++++++++++ core/mandoc/checksums | 2 ++ core/mandoc/patches/pager.patch | 27 +++++++++++++++++++++++++++ core/mandoc/sources | 2 ++ core/mandoc/version | 1 + 5 files changed, 48 insertions(+) create mode 100755 core/mandoc/build create mode 100644 core/mandoc/checksums create mode 100644 core/mandoc/patches/pager.patch create mode 100644 core/mandoc/sources create mode 100644 core/mandoc/version diff --git a/core/mandoc/build b/core/mandoc/build new file mode 100755 index 00000000..c21e4050 --- /dev/null +++ b/core/mandoc/build @@ -0,0 +1,16 @@ +#!/bin/sh -e + +patch -p1 < pager.patch + +cat > configure.local <= 4) { +- cp = argv[0] + cmdlen - 4; +- if (strcmp(cp, "less") == 0) { +- argv[argc++] = mandoc_strdup("-T"); +- argv[argc++] = tag_files->tfn; +- } +- } + argv[argc++] = tag_files->ofn; + argv[argc] = NULL; + diff --git a/core/mandoc/sources b/core/mandoc/sources new file mode 100644 index 00000000..93aad94d --- /dev/null +++ b/core/mandoc/sources @@ -0,0 +1,2 @@ +http://mdocml.bsd.lv/snapshots/mandoc-1.14.3.tar.gz +patches/pager.patch diff --git a/core/mandoc/version b/core/mandoc/version new file mode 100644 index 00000000..6c4cca37 --- /dev/null +++ b/core/mandoc/version @@ -0,0 +1 @@ +1.14.3 1