Import pod2mdoc-0.0.9.

This commit is contained in:
bentley
2014-04-03 06:10:42 +00:00
parent 6c718aa3c2
commit 2df4374569
4 changed files with 45 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/04/03 06:10:42 bentley Exp $
COMMENT = convert POD data to mdoc input
DISTNAME = pod2mdoc-0.0.9
CATEGORIES = textproc
HOMEPAGE = http://mdocml.bsd.lv/pod2mdoc/
MAINTAINER = Anthony J. Bentley <anthony@cathet.us>
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
MASTER_SITES = http://mdocml.bsd.lv/pod2mdoc/snapshots/
EXTRACT_SUFX = .tgz
MAKE_FLAGS = CC="${CC}" \
CFLAGS="${CFLAGS}"
NO_TEST = Yes
ALL_TARGET = pod2mdoc
do-install:
${INSTALL_PROGRAM} ${WRKDIST}/pod2mdoc ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIST}/pod2mdoc.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (pod2mdoc-0.0.9.tgz) = mj+3QIgr+57bleaF4khYQvFKg/YBQTSHo7Y/of28gKA=
SIZE (pod2mdoc-0.0.9.tgz) = 10857
+8
View File
@@ -0,0 +1,8 @@
The pod2mdoc utility is a converter from POD into mdoc. It's meant to
operate like pod2man.
Be aware, as stated in the manual:
By way of being a presentational language, POD is not
well-represented by mdoc(7). Semantic content will be necessarily
lost.
+3
View File
@@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/04/03 06:10:42 bentley Exp $
@bin bin/pod2mdoc
@man man/man1/pod2mdoc.1