[Lunar-commits] <moonbase-other> odt2txt: readd it to the moonbase.

Florin Braescu florin at lunar-linux.org
Sun Aug 12 12:36:14 CEST 2012


commit 853a0a9ded6f4cd2af670b1043ad3e291c794c94
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 12 Aug 2012 03:36:14 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/853a0a9ded6f4cd2af670b1043ad3e291c794c94

odt2txt: readd it to the moonbase.

mc can use it (optional depend).
---
  doc-tools/odt2txt/BUILD                                      +7/-0     
  doc-tools/odt2txt/DEPENDS                                    +1/-0     
  doc-tools/odt2txt/DETAILS                                    +22/-0    
  3 files changed, 30 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/doc-tools/odt2txt/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sedit 's:DESTDIR = /usr/local:DESTDIR = /usr:' Makefile &&
+
+  default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/doc-tools/odt2txt/DEPENDS
@@ -0,0 +1 @@
+depends zlib
--- /dev/null
+++ b/doc-tools/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