cvs commit: ports/converters Makefile ports/converters/o3read
 Makefile distinfo pkg-descr ports/converters/o3read/files
 patch-Makefile
    Dmitry Marakasov 
    amdmi3 at FreeBSD.org
       
    Thu Aug 21 19:25:31 UTC 2008
    
    
  
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)
    
    
More information about the cvs-all
mailing list