pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc scdoc: Import version 1.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48c0ab6654af
branches:  trunk
changeset: 413912:48c0ab6654af
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Mar 23 02:29:17 2020 +0000

description:
scdoc: Import version 1.10.1

scdoc is a simple man page generator for POSIX systems written in C99.

diffstat:

 textproc/Makefile       |   3 ++-
 textproc/scdoc/DESCR    |   1 +
 textproc/scdoc/Makefile |  23 +++++++++++++++++++++++
 textproc/scdoc/PLIST    |   5 +++++
 textproc/scdoc/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r a68317f027e0 -r 48c0ab6654af textproc/Makefile
--- a/textproc/Makefile Mon Mar 23 02:28:47 2020 +0000
+++ b/textproc/Makefile Mon Mar 23 02:29:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1117 2020/03/23 02:28:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.1118 2020/03/23 02:29:17 riastradh Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1050,6 +1050,7 @@
 SUBDIR+=       sablotron
 SUBDIR+=       sary
 SUBDIR+=       saxon
+SUBDIR+=       scdoc
 SUBDIR+=       scew
 SUBDIR+=       scrollkeeper-dtd
 SUBDIR+=       sdop
diff -r a68317f027e0 -r 48c0ab6654af textproc/scdoc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scdoc/DESCR      Mon Mar 23 02:29:17 2020 +0000
@@ -0,0 +1,1 @@
+scdoc is a simple man page generator for POSIX systems written in C99.
diff -r a68317f027e0 -r 48c0ab6654af textproc/scdoc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scdoc/Makefile   Mon Mar 23 02:29:17 2020 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2020/03/23 02:29:17 riastradh Exp $
+
+DISTNAME=      scdoc-1.10.1
+CATEGORIES=    textproc
+MASTER_SITES=  https://git.sr.ht/~sircmpwn/scdoc/refs/1.10.1/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://git.sr.ht/~sircmpwn/scdoc/
+COMMENT=       Simple man page generator
+LICENSE=       mit
+
+USE_TOOLS+=    gmake
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   scdoc.pc.in
+
+SUBST_CLASSES+=                man
+SUBST_STAGE.man=       pre-build
+SUBST_MESSAGE.man=     Fixing man page installation path
+SUBST_FILES.man+=      Makefile
+SUBST_SED.man+=                -e "s,share/man,${PKGMANDIR},g"
+
+.include "../../mk/bsd.pkg.mk"
diff -r a68317f027e0 -r 48c0ab6654af textproc/scdoc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scdoc/PLIST      Mon Mar 23 02:29:17 2020 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/23 02:29:17 riastradh Exp $
+bin/scdoc
+lib/pkgconfig/scdoc.pc
+man/man1/scdoc.1
+man/man5/scdoc.5
diff -r a68317f027e0 -r 48c0ab6654af textproc/scdoc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scdoc/distinfo   Mon Mar 23 02:29:17 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/23 02:29:17 riastradh Exp $
+
+SHA1 (scdoc-1.10.1.tar.gz) = 5fbd5a9d9af526d92c71dcef46a220facbc2eabc
+RMD160 (scdoc-1.10.1.tar.gz) = fe7d7ed1859a4bcb989e02435506406cea014d07
+SHA512 (scdoc-1.10.1.tar.gz) = 2b6f86263aa7d2f3b08e00772446f8ae067178b8c4ed6d53cb0ed75a8326eb96288813af5faa403a2fbcbfca131adf6e2ca614bcac90c6c3bf979b6c15ec21ad
+Size (scdoc-1.10.1.tar.gz) = 12447 bytes



Home | Main Index | Thread Index | Old Index