Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 20:55:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274893 - in head/usr.bin: . preconv
Message-ID:  <201411222055.sAMKtaAp095377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov 22 20:55:36 2014
New Revision: 274893
URL: https://svnweb.freebsd.org/changeset/base/274893

Log:
  Add the preconv utility from mandoc project
  
  it recodes multibyte UNIX manual files into mandoc(1)

Added:
  head/usr.bin/preconv/
  head/usr.bin/preconv/Makefile   (contents, props changed)
Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Sat Nov 22 20:55:21 2014	(r274892)
+++ head/usr.bin/Makefile	Sat Nov 22 20:55:36 2014	(r274893)
@@ -129,6 +129,7 @@ SUBDIR=	alias \
 	pathchk \
 	perror \
 	pr \
+	preconv \
 	printenv \
 	printf \
 	procstat \

Added: head/usr.bin/preconv/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.bin/preconv/Makefile	Sat Nov 22 20:55:36 2014	(r274893)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.PATH:	${.CURDIR}/../../contrib/mdocml
+
+PROG=	preconv
+
+.include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411222055.sAMKtaAp095377>