From 3d0fecb8dd0347f9140b43598b144b2f70f460dd Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 21 Aug 2008 19:25:30 +0000 Subject: 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 --- converters/o3read/files/patch-Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 converters/o3read/files/patch-Makefile (limited to 'converters/o3read/files') 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 -- cgit