mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
The texi2mdoc utility is a converter from Texinfo into mdoc. It is a standalone
ISC-licensed ISO C utility and should compile on any modern UNIX system. WWW: http://mdocml.bsd.lv/texi2mdoc/
This commit is contained in:
parent
b83c7a43eb
commit
868693075e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380248
@ -1487,6 +1487,7 @@
|
||||
SUBDIR += tex2im
|
||||
SUBDIR += texi2db
|
||||
SUBDIR += texi2html
|
||||
SUBDIR += texi2mdoc
|
||||
SUBDIR += textogif
|
||||
SUBDIR += the_silver_searcher
|
||||
SUBDIR += ti-hunspell
|
||||
|
20
textproc/texi2mdoc/Makefile
Normal file
20
textproc/texi2mdoc/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= texi2mdoc
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://mdocml.bsd.lv/texi2mdoc/snapshots/
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Convert Texinfo data to mdoc input
|
||||
|
||||
LICENSE= ISCL
|
||||
|
||||
USES= tar:tgz
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/${PORTNAME}.1.gz
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/texi2mdoc/distinfo
Normal file
2
textproc/texi2mdoc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (texi2mdoc-0.1.2.tgz) = 7a45fd87c27cc8970a18db9ddddb2f09f18b8dd5152bf0ca377c3a5e7d304bfe
|
||||
SIZE (texi2mdoc-0.1.2.tgz) = 23101
|
4
textproc/texi2mdoc/pkg-descr
Normal file
4
textproc/texi2mdoc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The texi2mdoc utility is a converter from Texinfo into mdoc. It is a standalone
|
||||
ISC-licensed ISO C utility and should compile on any modern UNIX system.
|
||||
|
||||
WWW: http://mdocml.bsd.lv/texi2mdoc/
|
Loading…
Reference in New Issue
Block a user