pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/OdfConverter



Module name:    wip
Committed by:   thomasklausner
Date:           Sat Apr 12 07:55:00 UTC 2008

Import into wip/OdfConverter

Log Message:
Import OdfConverter-1.1 as wip/OdfConverter.

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.

TODO:
Compiles and installs fine.

Dies on NetBSD-4.99.58/amd64 on two very simple example files with:
(gdb) bt
#0  0x00007f7ffcd32fba in _lwp_park () from /usr/lib/libc.so.12
#1  0x00007f7ffdc0bac3 in pthread__park () from /usr/lib/libpthread.so.0
#2  0x00007f7ffdc096b8 in pthread_cond_wait () from /usr/lib/libpthread.so.0
#3  0x00000000004c3635 in timedwait_signal_poll_cond (cond=0x7f7ffc704e10,
    mutex=0x7f7ffc704df0, timeout=0x7f7ffc704e00, alertable=-53268550)
    at handles.c:1443
#4  0x00000000004c5b23 in _wapi_handle_timedwait_signal_handle (
    handle=<value optimized out>, timeout=0x0, alertable=1) at handles.c:1523
#5  0x00000000004d3d04 in WaitForSingleObjectEx (handle=<value optimized out>,
    timeout=4294967295, alertable=0) at wait.c:200
#6  0x00000000004722f1 in finalizer_thread (unused=<value optimized out>)
    at gc.c:894
#7  0x000000000048cd4f in start_wrapper (data=<value optimized out>)
    at threads.c:573
#8  0x00000000004d3373 in thread_start_routine (args=0x7f7ffc5b77d0)
    at threads.c:264
#9  0x00000000004e9404 in GC_start_routine ()
#10 0x00007f7ffdc0b332 in pthread_create () from /usr/lib/libpthread.so.0
#11 0x00007f7ffcd52fc0 in swapcontext () from /usr/lib/libc.so.12
#12 0x00007f7ffbe00000 in ?? ()
#13 0x0000000111110001 in ?? ()
#14 0x0000000033330003 in ?? ()
#15 0x0000000000000000 in ?? ()
(gdb)

Status:

Vendor Tag:     THOMASKLAUSNER
Release Tags:   THOMASKLAUSNER_20080412
                
N wip/OdfConverter/PLIST
N wip/OdfConverter/TODO
N wip/OdfConverter/Makefile
N wip/OdfConverter/DESCR
N wip/OdfConverter/distinfo
N wip/OdfConverter/patches/patch-aa

No conflicts created by this import


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs




Home | Main Index | Thread Index | Old Index