git: 639f229d5905 - main - textproc/asciidoc: Build and install manpage
Date: Sat, 19 Nov 2022 08:16:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=639f229d5905ce6ab26aa4a94f103348f9ca6333 commit 639f229d5905ce6ab26aa4a94f103348f9ca6333 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-11-19 08:11:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-11-19 08:11:36 +0000 textproc/asciidoc: Build and install manpage - Bump PORTREVISION for package change PR: 267014 Reported by: grahamperrin --- textproc/asciidoc/Makefile | 18 +++++++++++++++++- textproc/asciidoc/distinfo | 4 +++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 627fc8b83b8d..a83f33f3ac6f 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,7 +1,12 @@ PORTNAME= asciidoc PORTVERSION= 10.2.0 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP \ + https://github.com/asciidoc-py/asciidoc-py/raw/${PORTVERSION}/doc/:manpage +DISTFILES= asciidoc-${PORTVERSION}${EXTRACT_SUFX} \ + a2x.1.txt:manpage +EXTRACT_ONLY= asciidoc-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Text document format for writing short documents and man pages @@ -18,7 +23,18 @@ USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes +PLIST_FILES= share/man/man1/a2x.1.gz + SHEBANG_FILES= asciidoc/resources/filters/*.py \ asciidoc/resources/filters/*/*.py +post-patch: + @${CP} ${DISTDIR}/a2x.1.txt ${WRKSRC}/a2x.1.txt + +post-build: + @cd ${WRKSRC} && ${PYTHON_CMD} -m asciidoc.a2x -f manpage a2x.1.txt + +post-install: + ${INSTALL_MAN} ${WRKSRC}/a2x.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + .include <bsd.port.mk> diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo index 31c9b78f4fc5..4402d7c2a700 100644 --- a/textproc/asciidoc/distinfo +++ b/textproc/asciidoc/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1653925898 +TIMESTAMP = 1665677644 SHA256 (asciidoc-10.2.0.tar.gz) = 91ff1dd4c85af7b235d03e0860f0c4e79dd1ff580fb610668a39b5c77b4ccace SIZE (asciidoc-10.2.0.tar.gz) = 216824 +SHA256 (a2x.1.txt) = 51b05d6be98531ec6c7ff0459dc82fdd103bc43ae682b954c98943ead4d03de7 +SIZE (a2x.1.txt) = 13050