svn commit: r274893 - in head/usr.bin: . preconv
Baptiste Daroussin
bapt at FreeBSD.org
Sat Nov 22 20:55:37 UTC 2014
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>
More information about the svn-src-all
mailing list