./textproc/o3read, Standalone converter for OpenOffice and OpenDocument file formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.4, Package name: o3read-0.0.4, Maintainer: pkgsrc-users

This is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc
(*.sxc) formats. It doesn't depend on OpenOffice or any other external tools or
libraries.

Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1

There are three output modules:

* o3read displays a dump of the parse tree
* o3totxt creates plain text
* o3tohtml creates html code

The utility utf8tolatin1 converts from utf8 to 8859-1.


Master sites:

Filesize: 20.581 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2013-04-13 09:55:06 by Geert Hendrickx | Files touched by this commit (24)
Log message:
Hand in maintainership.
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2009-07-07 22:58:04 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
user-destdir support
   2006-07-07 16:48:04 by Geert Hendrickx | Files touched by this commit (5) | Imported package
Log message:
Import o3read package from http://siag.nu/o3read/

o3read is a standalone converter for the OpenOffice.org swriter (*.sxw) and
scalc (*.sxc) formats. It doesn't depend on OpenOffice or any other external
tools or libraries.

Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1

There are three output modules:

    * o3read displays a dump of the parse tree
    * o3totxt creates plain text
    * o3tohtml creates html code

The utility utf8tolatin1 converts from utf8 to 8859-1.