pkgsrc-WIP-changes archive

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

jose: Add asciidoc dependency to generate section 1 manpages.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Jun 24 11:40:21 2022 +0200
Changeset:	6948e239ece3b6adbe3db71ba0f148dbcaee089b

Modified Files:
	jose/Makefile
	jose/PLIST

Log Message:
jose: Add asciidoc dependency to generate section 1 manpages.

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

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

diffstat:
 jose/Makefile |  1 +
 jose/PLIST    | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diffs:
diff --git a/jose/Makefile b/jose/Makefile
index a790077478..5f1535f43b 100644
--- a/jose/Makefile
+++ b/jose/Makefile
@@ -13,6 +13,7 @@ LICENSE=	apache-2.0
 USE_TOOLS+=	pkg-config cmake
 
 BUILD_DEPENDS+=	ninja-build-[0-9]*:../../devel/ninja-build
+BUILD_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc
 
 post-install:
 	rm -rf ${DESTDIR}/usr/pkg/share/licenses/jose
diff --git a/jose/PLIST b/jose/PLIST
index cd1f0dde29..a4220bccf6 100644
--- a/jose/PLIST
+++ b/jose/PLIST
@@ -12,6 +12,23 @@ lib/libjose.so
 lib/libjose.so.0
 lib/libjose.so.0.0.0
 lib/pkgconfig/jose.pc
+man/man1/jose-alg.1
+man/man1/jose-b64-dec.1
+man/man1/jose-b64-enc.1
+man/man1/jose-fmt.1
+man/man1/jose-jwe-dec.1
+man/man1/jose-jwe-enc.1
+man/man1/jose-jwe-fmt.1
+man/man1/jose-jwk-eql.1
+man/man1/jose-jwk-exc.1
+man/man1/jose-jwk-gen.1
+man/man1/jose-jwk-pub.1
+man/man1/jose-jwk-thp.1
+man/man1/jose-jwk-use.1
+man/man1/jose-jws-fmt.1
+man/man1/jose-jws-sig.1
+man/man1/jose-jws-ver.1
+man/man1/jose.1
 man/man3/jose_b64.3
 man/man3/jose_cfg.3
 man/man3/jose_io.3


Home | Main Index | Thread Index | Old Index