Bug 126320 - [NEW PORT] converters/o3read: Standalone converter for the OpenOffice.org writer and scalc formats
Summary: [NEW PORT] converters/o3read: Standalone converter for the OpenOffice.org wri...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 01:40 UTC by Oleksii Samorukov
Modified: 2008-08-21 20:30 UTC (History)
1 user (show)

See Also:


Attachments
o3read-0.0.4.shar (2.30 KB, text/plain)
2008-08-07 01:40 UTC, Oleksii Samorukov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksii Samorukov freebsd_committer freebsd_triage 2008-08-07 01:40:01 UTC
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

Generated with FreeBSD Port Tools 0.77
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-08-12 16:24:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2008-08-12 16:24:36 UTC
State Changed
From-To: open->feedback

Please make it respect CC/CFLAGS. Also WWW is missing in pkg-descr.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-08-21 20:25:44 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-08-21 20:25:44 UTC
amdmi3      2008-08-21 19:25:30 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/o3read    Makefile distinfo pkg-descr 
    converters/o3read/files patch-Makefile 
  Log:
  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>
  
  Revision  Changes    Path
  1.149     +1 -0      ports/converters/Makefile
  1.1       +37 -0     ports/converters/o3read/Makefile (new)
  1.1       +3 -0      ports/converters/o3read/distinfo (new)
  1.1       +13 -0     ports/converters/o3read/files/patch-Makefile (new)
  1.1       +10 -0     ports/converters/o3read/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"