pkgsrc/textproc/o3read/Makefile
ghen 1e0a54ac5f 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.
2006-07-07 14:48:04 +00:00

11 lines
316 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/07 14:48:04 ghen Exp $
DISTNAME= o3read-0.0.4
CATEGORIES= textproc
MASTER_SITES= http://siag.nu/pub/o3read/
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://siag.nu/o3read/
COMMENT= Standalone converter for OpenOffice and OpenDocument file formats
.include "../../mk/bsd.pkg.mk"