Import docbook2mdoc-0.0.7.

An older version of both this and pod2mdoc were ok benno@ schwarze@
This commit is contained in:
bentley 2014-04-03 06:12:04 +00:00
parent 2df4374569
commit a0b1fbfe29
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/04/03 06:12:04 bentley Exp $
COMMENT = convert DocBook refentry to mdoc
DISTNAME = docbook2mdoc-0.0.7
CATEGORIES = textproc
HOMEPAGE = http://mdocml.bsd.lv/docbook2mdoc/
MAINTAINER = Anthony J. Bentley <anthony@cathet.us>
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c expat
MASTER_SITES = http://mdocml.bsd.lv/docbook2mdoc/snapshots/
EXTRACT_SUFX = .tgz
MAKE_FLAGS = CC="${CC}" \
CFLAGS="${CFLAGS}"
NO_TEST = Yes
ALL_TARGET = docbook2mdoc
do-install:
${INSTALL} ${WRKDIST}/docbook2mdoc ${PREFIX}/bin
${INSTALL} ${WRKDIST}/docbook2mdoc.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (docbook2mdoc-0.0.7.tgz) = XML8BJ3JE+Ku/2F//vPnZjZVzfeouEFRJsWQjEf01r0=
SIZE (docbook2mdoc-0.0.7.tgz) = 11931

View File

@ -0,0 +1,4 @@
The docbook2mdoc utility is a converter from DocBook into mdoc.
docbook2mdoc is very experimental: it probably won't work with your
manual without improvement.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/04/03 06:12:04 bentley Exp $
@bin bin/docbook2mdoc
@man man/man1/docbook2mdoc.1