Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (15502cfdc6b980d28f6eb10c1c13c5a883b044f8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat M. Şandor <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (15502cfdc6b980d28f6eb10c1c13c5a883b044f8)
  • Date: Sat, 27 Jun 2009 08:40:18 -0500

GIT changes to master grimoire by Bearcat M. Şandor
<bearcat AT clowder.feline-soul.net>:

ChangeLog | 4 ++++
python-pypi/mutagen/DETAILS | 6 +++---
python-pypi/mutagen/HISTORY | 3 +++
utils/odt2txt/BUILD | 1 +
utils/odt2txt/DETAILS | 20 ++++++++++++++++++++
utils/odt2txt/HISTORY | 3 +++
6 files changed, 34 insertions(+), 3 deletions(-)

New commits:
commit 15502cfdc6b980d28f6eb10c1c13c5a883b044f8
Author: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>
Commit: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>

Bearcat M. Sandor: New spell otd2txt converts OpenDocument formats to text

commit faf228af12a440b41ef1aedec87f11719e980648
Author: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>
Commit: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>

mutagen: updated to 1.15

diff --git a/ChangeLog b/ChangeLog
index 318ecf8..ae6e458 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-27 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * utils/odt2txt: new spell, convert OpenDocument text to plain
+ text
+
2009-06-25 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* video/yaydl: new spell, Yet Another Youtube Downloader

diff --git a/python-pypi/mutagen/DETAILS b/python-pypi/mutagen/DETAILS
index e0d8afa..12f1aa2 100755
--- a/python-pypi/mutagen/DETAILS
+++ b/python-pypi/mutagen/DETAILS
@@ -1,9 +1,9 @@
SPELL=mutagen
- VERSION=1.14
+ VERSION=1.15
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.sacredchao.net/~piman/software/$SOURCE
-
SOURCE_HASH=sha512:4fe99819d64aada00cb4b47506f74d7252b7da601ec0241117ee841a0d15056d96a7253f79177852e3901d2980d18380fa269a807cad4f919b86dd5ef4bc40ee
+ SOURCE_URL[0]=http://quodlibet.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:f57c88a79bb8e6e9b5f736a22b98b86c93412ea132e1c92a8edb04847a20178834158411320ce2e2d260f9e8d11b8b6cd82c9d12c5c209884b1ebbe6ac09b305
WEB_SITE=http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
ENTERED=20060905
LICENSE[0]=GPL
diff --git a/python-pypi/mutagen/HISTORY b/python-pypi/mutagen/HISTORY
index 48ef031..21dd1fd 100644
--- a/python-pypi/mutagen/HISTORY
+++ b/python-pypi/mutagen/HISTORY
@@ -1,3 +1,6 @@
+2009-06-12 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: updated spell to 1.15
+
2008-08-01 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: updated spell to 1.14

diff --git a/utils/odt2txt/BUILD b/utils/odt2txt/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/odt2txt/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/odt2txt/DETAILS b/utils/odt2txt/DETAILS
new file mode 100755
index 0000000..64fe408
--- /dev/null
+++ b/utils/odt2txt/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=odt2txt
+ VERSION=0.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://stosberg.net/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:65642dccdb08408e34d484d78be9777aa374cdabbcadd2ab54f43df29db506b136f13e5af720b9b6b6cfdb8508e4fab44159302d35fc002a22979efabf69bfc4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://stosberg.net/odt2txt/";
+ LICENSE[0]=GPL2
+ ENTERED=20090627
+ SHORT="Convert from OpenDocument 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
diff --git a/utils/odt2txt/HISTORY b/utils/odt2txt/HISTORY
new file mode 100644
index 0000000..eecaa16
--- /dev/null
+++ b/utils/odt2txt/HISTORY
@@ -0,0 +1,3 @@
+2009-06-27 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page