diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-22 03:25:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-22 03:25:30 +0800 |
commit | 3d0fecb8dd0347f9140b43598b144b2f70f460dd (patch) | |
tree | 2fe65d9de4983fa3239dc615c846ca071d86f8c6 /converters/o3read/files | |
parent | aa29aac2ca668fc6a19a4f560b48f8595cd44c5f (diff) | |
download | freebsd-ports-gnome-3d0fecb8dd0347f9140b43598b144b2f70f460dd.tar.gz freebsd-ports-gnome-3d0fecb8dd0347f9140b43598b144b2f70f460dd.tar.zst freebsd-ports-gnome-3d0fecb8dd0347f9140b43598b144b2f70f460dd.zip |
This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)
and scalc (*.sxc) formats.
It doesn't depend on Open Office or any other external tools or libraries.
There are three output modules:
* o3read displays a dump of the parse tree
* o3totxt creates plain text
* o3tohtml creates html code
Example: unzip -p document.odt content.xml | o3totxt
WWW: http://siag.nu/o3read/
PR: ports/126320
Submitted by: Alex Samorukov <samm at os2 dot kiev dot ua>
Diffstat (limited to 'converters/o3read/files')
-rw-r--r-- | converters/o3read/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/o3read/files/patch-Makefile b/converters/o3read/files/patch-Makefile new file mode 100644 index 000000000000..a2e81fb87ef7 --- /dev/null +++ b/converters/o3read/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2005-01-07 11:28:47.000000000 +0300 ++++ Makefile 2008-08-21 20:27:37.000000000 +0400 +@@ -2,9 +2,7 @@ + PACKAGE = o3read + VERSION = 0.0.4 + +-CC = gcc +-CFLAGS = -Wall -ansi -pedantic -O -g +-PREFIX = /usr/local ++CFLAGS += -Wall -ansi -pedantic + BINDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/man/man1 + DOCS = COPYING INSTALL README TODO ChangeLog filformat.sxw |