aboutsummaryrefslogtreecommitdiff
path: root/textproc/texi2mdoc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 11:04:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 11:04:46 +0000
commit868693075ed2519b66bf99d2aa5102b24087a13e (patch)
tree61bc3e204c319558ca2a232b9656d94c7b4fe034 /textproc/texi2mdoc
parentb83c7a43eb0cbd22fb3dac3c269e9ee23012c15e (diff)
downloadports-868693075ed2519b66bf99d2aa5102b24087a13e.tar.gz
ports-868693075ed2519b66bf99d2aa5102b24087a13e.zip
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/
Notes
Notes: svn path=/head/; revision=380248
Diffstat (limited to 'textproc/texi2mdoc')
-rw-r--r--textproc/texi2mdoc/Makefile20
-rw-r--r--textproc/texi2mdoc/distinfo2
-rw-r--r--textproc/texi2mdoc/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/texi2mdoc/Makefile b/textproc/texi2mdoc/Makefile
new file mode 100644
index 000000000000..c10c72a3331e
--- /dev/null
+++ b/textproc/texi2mdoc/Makefile
@@ -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>
diff --git a/textproc/texi2mdoc/distinfo b/textproc/texi2mdoc/distinfo
new file mode 100644
index 000000000000..29ea9cbcf311
--- /dev/null
+++ b/textproc/texi2mdoc/distinfo
@@ -0,0 +1,2 @@
+SHA256 (texi2mdoc-0.1.2.tgz) = 7a45fd87c27cc8970a18db9ddddb2f09f18b8dd5152bf0ca377c3a5e7d304bfe
+SIZE (texi2mdoc-0.1.2.tgz) = 23101
diff --git a/textproc/texi2mdoc/pkg-descr b/textproc/texi2mdoc/pkg-descr
new file mode 100644
index 000000000000..6f610b47ec45
--- /dev/null
+++ b/textproc/texi2mdoc/pkg-descr
@@ -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/