Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (1d39f8916942695cede1434a3f1ff605546187c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (1d39f8916942695cede1434a3f1ff605546187c9)
  • Date: Sat, 3 Nov 2007 17:29:43 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
gnome2-apps/alexandria/BUILD | 2 ++
gnome2-apps/alexandria/DEPENDS | 7 +++++++
gnome2-apps/alexandria/DETAILS | 35 +++++++++++++++++++++++++++++++++++
gnome2-apps/alexandria/HISTORY | 2 ++
gnome2-apps/alexandria/INSTALL | 1 +
6 files changed, 48 insertions(+)

New commits:
commit 1d39f8916942695cede1434a3f1ff605546187c9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gnome2-apps/alexandria: GNOME app for managing book collections #14077
spell by Cathal Mc Ginley

Somegne please test cast, this pulls a lot of gnomes with it!

diff --git a/ChangeLog b/ChangeLog
index 6b63344..8650449 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* libs/ruby-amazon: lib for fetching data from Amazon Web Services
#14074
* devel/yaz: toolkit for Z39.50/SRW/SRU clients and servers #14075
* libs/ruby-zoom: a Ruby binding to the ZOOM toolkit #14076
+ * gnome2-apps/alexandria: GNOME app for managing book collections
#14077

2007-11-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/gloox: new spell, C++ jabber library
diff --git a/gnome2-apps/alexandria/BUILD b/gnome2-apps/alexandria/BUILD
new file mode 100755
index 0000000..f52095c
--- /dev/null
+++ b/gnome2-apps/alexandria/BUILD
@@ -0,0 +1,2 @@
+rake
+
diff --git a/gnome2-apps/alexandria/DEPENDS b/gnome2-apps/alexandria/DEPENDS
new file mode 100755
index 0000000..0fbcee3
--- /dev/null
+++ b/gnome2-apps/alexandria/DEPENDS
@@ -0,0 +1,7 @@
+depends rake &&
+depends ruby-gnome2 &&
+depends ruby-gettext &&
+suggest_depends ruby-amazon "" "" "for Amazon support" &&
+suggest_depends ruby-zoom "" "" "for Library of Congress and British Library
support" &&
+suggest_depends mechanize "" "" "for Deastore support" &&
+suggest_depends image-size "" "" "for optimizing cover images in exported
libraries"
diff --git a/gnome2-apps/alexandria/DETAILS b/gnome2-apps/alexandria/DETAILS
new file mode 100755
index 0000000..d3fa365
--- /dev/null
+++ b/gnome2-apps/alexandria/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=alexandria
+ VERSION=0.6.2b2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/27401/$SOURCE
+
SOURCE_HASH=sha512:2dade89e984463b7e1ea227d5c1b48936a54d7ee3721c9800f3ec52547ccf50ed1475741197ebd4bda8ebdadeef0f21cf4ea29a2fb2ce66164bf5faffc15d771
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://alexandria.rubyforge.org/
+ ENTERED=20071103
+ LICENSE[0]=GPL
+ SHORT="A GNOME application for managing book collections."
+cat << EOF
+Alexandria is a GNOME application to help you manage your book collection.
+
+Alexandria:
+ * retrieves and displays book information (sometimes with cover pictures)
+ from several online libraries, such as Amazon, Proxis, Barnes and
+ Noble, the Spanish Ministry of Culture, Amadeus Buch, Internet Bookshop
+ Italia, the US Library of Congress and the British Library ;
+ * allows books to be added and updated by hand ;
+ * enables searches either by EAN/ISBN/UPC, title, authors or keyword ;
+ * supports the Z39.50 standard and allow you to manage your own
sources ;
+ * saves data using the YAML format ;
+ * can import and export data into ONIX, Tellico and EAN/ISBN/UPC-list
+ formats ;
+ * generates from your libraries XHTML web pages themable with CSS ;
+ * allows marking your books as loaned, each with the loan-date and the
+ name of the person who has borrowed them ;
+ * features a HIG-compliant user interface ;
+ * shows books in different views (standard list or icons list), that
+ can be either filtered or sorted ;
+ * handles book rating and notes ;
+ * supports CueCat (R) barcode readers ;
+ * includes translations for several languages ;
+ * is documented in a complete manual (at the moment in English only).
+EOF
diff --git a/gnome2-apps/alexandria/HISTORY b/gnome2-apps/alexandria/HISTORY
new file mode 100644
index 0000000..fbedc76
--- /dev/null
+++ b/gnome2-apps/alexandria/HISTORY
@@ -0,0 +1,2 @@
+2007-11-03 Cathal Mc Ginley <cathal.magus AT gnostai.org>
+ * DEPENDS, BUILD, INSTALL, DETAILS: created this spell
diff --git a/gnome2-apps/alexandria/INSTALL b/gnome2-apps/alexandria/INSTALL
new file mode 100755
index 0000000..eb28b89
--- /dev/null
+++ b/gnome2-apps/alexandria/INSTALL
@@ -0,0 +1 @@
+rake install



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (1d39f8916942695cede1434a3f1ff605546187c9), Jaka Kranjc, 11/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page