1
0
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:
Baptiste Daroussin 2015-03-02 11:04:46 +00:00
parent b83c7a43eb
commit 868693075e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380248
4 changed files with 27 additions and 0 deletions

View File

@ -1487,6 +1487,7 @@
SUBDIR += tex2im
SUBDIR += texi2db
SUBDIR += texi2html
SUBDIR += texi2mdoc
SUBDIR += textogif
SUBDIR += the_silver_searcher
SUBDIR += ti-hunspell

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (texi2mdoc-0.1.2.tgz) = 7a45fd87c27cc8970a18db9ddddb2f09f18b8dd5152bf0ca377c3a5e7d304bfe
SIZE (texi2mdoc-0.1.2.tgz) = 23101

View 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/