svn commit: r380248 - in head/textproc: . texi2mdoc

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 2 11:04:48 UTC 2015


Author: bapt
Date: Mon Mar  2 11:04:46 2015
New Revision: 380248
URL: https://svnweb.freebsd.org/changeset/ports/380248
QAT: https://qat.redports.org/buildarchive/r380248/

Log:
  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/

Added:
  head/textproc/texi2mdoc/
  head/textproc/texi2mdoc/Makefile   (contents, props changed)
  head/textproc/texi2mdoc/distinfo   (contents, props changed)
  head/textproc/texi2mdoc/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Mar  2 10:50:14 2015	(r380247)
+++ head/textproc/Makefile	Mon Mar  2 11:04:46 2015	(r380248)
@@ -1487,6 +1487,7 @@
     SUBDIR += tex2im
     SUBDIR += texi2db
     SUBDIR += texi2html
+    SUBDIR += texi2mdoc
     SUBDIR += textogif
     SUBDIR += the_silver_searcher
     SUBDIR += ti-hunspell

Added: head/textproc/texi2mdoc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/texi2mdoc/Makefile	Mon Mar  2 11:04:46 2015	(r380248)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	texi2mdoc
+PORTVERSION=	0.1.2
+CATEGORIES=	textproc
+MASTER_SITES=	http://mdocml.bsd.lv/texi2mdoc/snapshots/
+
+MAINTAINER=	bapt at 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>

Added: head/textproc/texi2mdoc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/texi2mdoc/distinfo	Mon Mar  2 11:04:46 2015	(r380248)
@@ -0,0 +1,2 @@
+SHA256 (texi2mdoc-0.1.2.tgz) = 7a45fd87c27cc8970a18db9ddddb2f09f18b8dd5152bf0ca377c3a5e7d304bfe
+SIZE (texi2mdoc-0.1.2.tgz) = 23101

Added: head/textproc/texi2mdoc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/texi2mdoc/pkg-descr	Mon Mar  2 11:04:46 2015	(r380248)
@@ -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/


More information about the svn-ports-head mailing list