[Lunar-commits] <moonbase> odt2txt: new module converting odt to plain
Duncan Gibson
engelsman at lunar-linux.org
Sat Feb 12 12:28:11 CET 2011
commit 47fdbac063cd761174e49861945d7a4e66152b60
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Sat Feb 12 12:28:11 2011 +0100
odt2txt: new module converting odt to plain
---
zbeta/odt2txt/BUILD | 7 +++++++
zbeta/odt2txt/DEPENDS | 1 +
zbeta/odt2txt/DETAILS | 22 ++++++++++++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/zbeta/odt2txt/BUILD b/zbeta/odt2txt/BUILD
new file mode 100644
index 0000000..efd807e
--- /dev/null
+++ b/zbeta/odt2txt/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit 's:DESTDIR = /usr/local:DESTDIR = /usr:' Makefile &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/odt2txt/DEPENDS b/zbeta/odt2txt/DEPENDS
new file mode 100644
index 0000000..fb6a846
--- /dev/null
+++ b/zbeta/odt2txt/DEPENDS
@@ -0,0 +1 @@
+depends zlib
diff --git a/zbeta/odt2txt/DETAILS b/zbeta/odt2txt/DETAILS
new file mode 100644
index 0000000..f7987b3
--- /dev/null
+++ b/zbeta/odt2txt/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=odt2txt
+ VERSION=0.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://stosberg.net/$MODULE
+ SOURCE_VFY=sha1:331eef1c64cec809a5c7b7cfb972279cc4f9c914
+ WEB_SITE=http://stosberg.net/odt2txt/index.html.en
+ ENTERED=20110209
+ UPDATED=20110209
+ SHORT="converts Open Document Text to plain text"
+
+cat << EOF
+odt2txt is a command-line tool which extracts the text out of
+OpenDocument Texts produced by OpenOffice.org, StarOffice,
+KOffice and others.
+
+odt2txt can also extract text from some file formats similar
+to OpenDocument Text, such as OpenOffice.org XML (*.sxw),
+which was used by OpenOffice.org version 1.x and older
+StarOffice versions. To a lesser extend, odt2txt may be useful
+to extract content from OpenDocument spreadsheets (*.ods) and
+OpenDocument presentations (*.odp).
+EOF
More information about the Lunar-commits
mailing list