| Summary: | [NEW PORT] converters/o3read: Standalone converter for the OpenOffice.org writer and scalc formats | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Oleksii Samorukov <samm> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | samm | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->feedback Please make it respect CC/CFLAGS. Also WWW is missing in pkg-descr. State Changed From-To: feedback->closed New port added. Thanks! 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"
|
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