New port: textproc/mp_doccer
mp_doccer is a tool that travels C code files, and extracts specially marked information to build documentation. This documentation can be generated in HTML, man pages, or an executable shell script. The markup is very similar to that in the Linux 2.4.x kernel sources. WWW: https://triptico.com/software/mp_doccer.html
This commit is contained in:
parent
f44fd69b24
commit
c3e855c760
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559786
@ -452,6 +452,7 @@
|
|||||||
SUBDIR += ml1
|
SUBDIR += ml1
|
||||||
SUBDIR += mn-aspell
|
SUBDIR += mn-aspell
|
||||||
SUBDIR += modlogan
|
SUBDIR += modlogan
|
||||||
|
SUBDIR += mp_doccer
|
||||||
SUBDIR += mr-aspell
|
SUBDIR += mr-aspell
|
||||||
SUBDIR += ms-aspell
|
SUBDIR += ms-aspell
|
||||||
SUBDIR += msort
|
SUBDIR += msort
|
||||||
|
32
textproc/mp_doccer/Makefile
Normal file
32
textproc/mp_doccer/Makefile
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= mp_doccer
|
||||||
|
PORTVERSION= 1.2.2
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= https://triptico.com/download/
|
||||||
|
|
||||||
|
MAINTAINER= jhale@FreeBSD.org
|
||||||
|
COMMENT= C source code documentation generator
|
||||||
|
|
||||||
|
LICENSE= GPLv2+
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
USES= perl5 shebangfix
|
||||||
|
USE_PERL5= run
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
SHEBANG_FILES= mp_doccer
|
||||||
|
|
||||||
|
PLIST_FILES= bin/mp_doccer
|
||||||
|
PORTDOCS= AUTHORS README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/mp_doccer ${STAGEDIR}${PREFIX}/bin
|
||||||
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/mp_doccer/distinfo
Normal file
3
textproc/mp_doccer/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1604038422
|
||||||
|
SHA256 (mp_doccer-1.2.2.tar.gz) = 359c699830fa3b9545500dbe1f8d40967bd06b8e8054eff3c67a3c41ecb6f55e
|
||||||
|
SIZE (mp_doccer-1.2.2.tar.gz) = 16275
|
6
textproc/mp_doccer/pkg-descr
Normal file
6
textproc/mp_doccer/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
mp_doccer is a tool that travels C code files, and extracts specially
|
||||||
|
marked information to build documentation. This documentation can be
|
||||||
|
generated in HTML, man pages, or an executable shell script. The markup
|
||||||
|
is very similar to that in the Linux 2.4.x kernel sources.
|
||||||
|
|
||||||
|
WWW: https://triptico.com/software/mp_doccer.html
|
Loading…
Reference in New Issue
Block a user