diff options
author | pawel <pawel@FreeBSD.org> | 2012-09-20 22:22:09 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-09-20 22:22:09 +0800 |
commit | de49a99949a3c717805edce2894ffb1c5aa5d47e (patch) | |
tree | e732be067b099291e5cca0bcea59363cd45bd25d /textproc/Makefile | |
parent | b1f0acf9f0709b752a7d168399aa98a8acf2e901 (diff) | |
download | freebsd-ports-gnome-de49a99949a3c717805edce2894ffb1c5aa5d47e.tar.gz freebsd-ports-gnome-de49a99949a3c717805edce2894ffb1c5aa5d47e.tar.zst freebsd-ports-gnome-de49a99949a3c717805edce2894ffb1c5aa5d47e.zip |
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
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 |