Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3924e3f0f37f8191bd90bb31e37257134645802)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3924e3f0f37f8191bd90bb31e37257134645802)
  • Date: Sun, 12 Apr 2015 03:59:29 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
devel/cppunit/DETAILS | 2 +-
devel/cppunit/HISTORY | 5 ++++-
libs/libe-book/DEPENDS | 9 +++++++++
libs/libe-book/DETAILS | 27 +++++++++++++++++++++++++++
libs/libe-book/HISTORY | 4 ++++
6 files changed, 48 insertions(+), 2 deletions(-)

New commits:
commit c3924e3f0f37f8191bd90bb31e37257134645802
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libe-book-0.1.2

commit 6f0f7ce1bd58ff5c0c927dda733c59330eba0d91
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cppunit - fix sha5sum

diff --git a/ChangeLog b/ChangeLog
index d493bd9..6e33e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-04-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/libe-book: new spell, read/convert ebooks formats
+
2015-04-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/kdiff3: new spell, a diff tool written in qt4

diff --git a/devel/cppunit/DETAILS b/devel/cppunit/DETAILS
index 3f31148..7d81375 100755
--- a/devel/cppunit/DETAILS
+++ b/devel/cppunit/DETAILS
@@ -1,6 +1,6 @@
SPELL=cppunit
VERSION=1.12.1
- SOURCE_HASH=sha512:/var/spool/sorcery/cppunit-1.12.1.tar.gz
+
SOURCE_HASH=sha512:7af3569d028d5fa49106ece281f478cc2757cc5deca8c2512406796a7dbd6473928a1e730f28880467d19c6e59b31e55bf4f92f5cf2498a3a875ab32c5b2a081
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/devel/cppunit/HISTORY b/devel/cppunit/HISTORY
index 8f65057..196df9c 100644
--- a/devel/cppunit/HISTORY
+++ b/devel/cppunit/HISTORY
@@ -1,4 +1,7 @@
-203-03-31 Treeve Jelbert <treeve AT sourcemage.org>
+2015-04-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: fix sha5sum
+
+2013-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.12.1
* BUILD: added, fix build

diff --git a/libs/libe-book/DEPENDS b/libs/libe-book/DEPENDS
new file mode 100755
index 0000000..30bd080
--- /dev/null
+++ b/libs/libe-book/DEPENDS
@@ -0,0 +1,9 @@
+depends boost &&
+depends cppunit &&
+depends icu &&
+depends librevenge &&
+depends libxml2 &&
+depends pkgconfig &&
+depends zlib
+
+#depends libwpd &&
diff --git a/libs/libe-book/DETAILS b/libs/libe-book/DETAILS
new file mode 100755
index 0000000..eca8c64
--- /dev/null
+++ b/libs/libe-book/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=libe-book
+ VERSION=0.1.2
+
SOURCE_HASH=sha512:82982874f9c0f5e400166e9367a4b6017cf11bbd69e2e79240137385a5d68ddea08f13676f8c5d0e983f441de17cda9f4b5f7c90c5cb3515e319de638edf3a38
+ SX=$SPELL-$VERSION
+ SOURCE=$SX.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SX
+ SOURCE_URL[0]=http://dev-www.libreoffice.org/src/$SOURCE
+ WEB_SITE=http://$SPELL.SourceForge.net
+ LICENSE[0]=LGPL,MPL
+ ENTERED=201519412
+ KEYWORDS=""
+ SHORT="read/convert e-book formats"
+cat << EOF
+libe-book is a library and a set of tools for reading and converting
+various non-HTML reflowable e-book formats.
+
+Currently supported are:
+- eReader .pdb
+- FictionBook v. 2 (including zipped files)
+- PalmDoc Ebook
+- Plucker .pdb
+- QiOO (mobile format, for java-enabled cellphones)
+- TCR (simple compressed text format)
+- TealDoc
+- zTXT
+- ZVR (simple compressed text format)
+EOF
diff --git a/libs/libe-book/HISTORY b/libs/libe-book/HISTORY
new file mode 100644
index 0000000..b9c323c
--- /dev/null
+++ b/libs/libe-book/HISTORY
@@ -0,0 +1,4 @@
+2015-04-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1.2
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3924e3f0f37f8191bd90bb31e37257134645802), Treeve Jelbert, 04/12/2015

Archive powered by MHonArc 2.6.24.

Top of Page