diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-20 14:22:09 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-20 14:22:09 +0000 |
commit | 7a84e44df3c8bd9aa3dd92c5f4dc279ef9bf2151 (patch) | |
tree | e732be067b099291e5cca0bcea59363cd45bd25d /textproc/Makefile | |
parent | ac72e72b5a0bb91b1029e50042da66ae99199710 (diff) |
Universal Office Converter (unoconv) is a command line tool to convert any
document format that LibreOffice can import to any document format that
LibreOffice can export. It makes use of the LibreOffice's UNO bindings for
non-interactive conversion of documents.
For practical reasons we mention LibreOffice, but OpenOffice is supported by
unoconv as well.
WWW: http://dag.wieers.com/home-made/unoconv/
PR: ports/171789
Submitted by: nemysis@gmx.ch
Notes
Notes:
svn path=/head/; revision=304580
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 872886dc8935..73326a1aa0e8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1429,6 +1429,7 @@ SUBDIR += uml2svg SUBDIR += uncrustify SUBDIR += uni2ascii + SUBDIR += unoconv SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview |