summaryrefslogtreecommitdiff
path: root/textproc/OdfConverter/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-04-14 18:33:30 +0000
committerwiz <wiz>2009-04-14 18:33:30 +0000
commit9574ad5988d86614babeedad55556ee8e71a8082 (patch)
treeed2eeec68cc5e5ccce280a86daba6b8991caeab9 /textproc/OdfConverter/patches
parent5b1708d0ac567b8bad9c006de3d9b934ff7e3b28 (diff)
downloadpkgsrc-9574ad5988d86614babeedad55556ee8e71a8082.tar.gz
Initial import of OdfConverter-1.1, packaged by myself for wip, with
help from kefren. The goal for this project is to provide translators to allow for interoperability between applications based on ODF (OpenDocument) 1.0 standards and Microsoft OpenXML based Office applications. As a part of this interoperability initiative, add-ins are being developed that can be installed on top of Microsoft Office Word (document processing), Excel (spreadsheet) and PowerPoint (presentation) applications (Office 2007 / 2003 / XP version) to allow for opening and saving OpenDocument format / ODF files (.odt, .ods and .odp) that adheres to ODF 1.0 specifications. We also provide command line translator utilities that allow doing batch conversions. The converter is based on XSL transformations between two XML formats, along with some pre- and post-processing to manage the packaging (zip / unzip), schema incompatibility processings and the integration into Microsoft Office applications like Word, Excel and PowerPoint. We chose to use an Open Source development model that allows developers from all around the world to participate & contribute to the project.
Diffstat (limited to 'textproc/OdfConverter/patches')
-rw-r--r--textproc/OdfConverter/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/OdfConverter/patches/patch-aa b/textproc/OdfConverter/patches/patch-aa
new file mode 100644
index 00000000000..b3e41de8381
--- /dev/null
+++ b/textproc/OdfConverter/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/04/14 18:33:30 wiz Exp $
+
+--- source/Shell/OdfConverterTest/Makefile.orig 2007-12-19 15:16:04.000000000 +0100
++++ source/Shell/OdfConverterTest/Makefile
+@@ -71,9 +71,9 @@ else
+ bundle.o \
+ $(EXPORTDYNAMIC) \
+ -Wl,--undefined=$(ZIPOPEN) -Wl,--undefined=$(UNZOPEN) \
+- `pkg-config --libs-only-L mono` -L../../AdditionalTools/zlib123/contrib/minizip \
++ -L../../AdditionalTools/zlib123/contrib/minizip \
+ -Wl,-Bstatic -lmono -lzlibwapi -Wl,-Bdynamic \
+- `pkg-config --libs-only-l mono | sed -e "s/\-lmono //"` \
++ `pkg-config --libs mono | sed -e "s/\-lmono //"` \
+ $(ZLIB) $(OTHERLIBS)
+ endif
+ ifeq ($(OS),Cygwin)