Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (afc986b2de4d43762b2dadb5f44f34585f71670f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (afc986b2de4d43762b2dadb5f44f34585f71670f)
  • Date: Sun, 20 Jan 2008 04:42:39 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 4 ++
libs/aqbanking/CONFLICTS | 1
libs/aqbanking/HISTORY | 3 ++
libs/aqbanking2/BUILD | 42 +++++++++++++++++++++++++++++
libs/aqbanking2/CONFIGURE | 22 +++++++++++++++
libs/aqbanking2/CONFLICTS | 1
libs/aqbanking2/DEPENDS | 30 +++++++++++++++++++++
libs/aqbanking2/DETAILS | 64
+++++++++++++++++++++++++++++++++++++++++++++
libs/aqbanking2/HISTORY | 3 ++
libs/aqbanking2/INSTALL | 3 ++
libs/gwenhywfar/CONFLICTS | 1
libs/gwenhywfar/HISTORY | 3 ++
libs/gwenhywfar2/CONFLICTS | 1
libs/gwenhywfar2/DEPENDS | 6 ++++
libs/gwenhywfar2/DETAILS | 27 ++++++++++++++++++
libs/gwenhywfar2/HISTORY | 2 +
16 files changed, 213 insertions(+)

New commits:
commit afc986b2de4d43762b2dadb5f44f34585f71670f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gwenhywfar: Added conflicts with new spell gwenhywfar2

commit 54999c9d26c2cfdf00c3e22f5eb2cc3588f990b6
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gwenhywfar2: Added new spell to work with aqbanking2

commit 5c3e8e809e89a3473bb5193336bf020008529b1d
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

aqbanking: Added conflicts aqbanking2

commit e14d6187891b094e07044bd166ca5a0a52acf2a5
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

aqbanking2: Added new spell to work with gnucash.

diff --git a/ChangeLog b/ChangeLog
index 4057cdd..ab59342 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-20 George Sherwood <george AT beernabeer.com>
+ * libs/aqbanking2: Added new spell
+ * libs/gwenhywfar2: Added new spell
+
2008-01-19 Alexander Tsamutali <astsmtl AT gmail.com>
* ftp/wxdfast: new spell, an open source download manager

diff --git a/libs/aqbanking/CONFLICTS b/libs/aqbanking/CONFLICTS
new file mode 100755
index 0000000..c77b4ae
--- /dev/null
+++ b/libs/aqbanking/CONFLICTS
@@ -0,0 +1 @@
+conflicts aqbanking2
diff --git a/libs/aqbanking/HISTORY b/libs/aqbanking/HISTORY
index b21c418..657473e 100644
--- a/libs/aqbanking/HISTORY
+++ b/libs/aqbanking/HISTORY
@@ -1,3 +1,6 @@
+2008-01-20 George Sherwood <george AT beernabeer.com>
+ * CONFLICTS: Added. conflicts aqbanking2
+
2006-07-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.0

diff --git a/libs/aqbanking2/BUILD b/libs/aqbanking2/BUILD
new file mode 100755
index 0000000..7e0fab1
--- /dev/null
+++ b/libs/aqbanking2/BUILD
@@ -0,0 +1,42 @@
+local BACKENDS="aqhbci aqdtaus" &&
+local FRONTENDS="cbanking" &&
+
+if list_find "$OPTS" "--enable-libofx"; then
+ BACKENDS="$BACKENDS aqofxconnect"
+fi &&
+
+if [ "${AQBANKING_GTK}" == "y" ]; then
+ local FRONTENDS="${FRONTENDS} g2banking"
+fi &&
+
+if [ "${AQBANKING_QT}" == "y" ]; then
+ FRONTENDS="${FRONTENDS} qbanking" &&
+ if spell_ok libchipcard2; then
+ BACKENDS="${BACKENDS} aqgeldkarte"
+ fi
+else
+ OPTS="${OPTS} --disable-qt3"
+fi &&
+
+if [ "${AQBANKING_KDE}" == "y" ]; then
+ FRONTENDS="${FRONTENDS} kbanking"
+else
+ OPTS="${OPTS} --disable-kde3"
+fi &&
+
+if [ "${AQBANKING_QTTHREADS}" == "y" ]; then
+ OPTS="${OPTS} --enable-qt3-treads"
+fi &&
+
+./configure --build=${BUILD} \
+ --host=${HOST} \
+ --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ --with-backends="${BACKENDS}" \
+ --with-frontends="${FRONTENDS}" \
+ $OPTS &&
+
+make
diff --git a/libs/aqbanking2/CONFIGURE b/libs/aqbanking2/CONFIGURE
new file mode 100755
index 0000000..e95a7ee
--- /dev/null
+++ b/libs/aqbanking2/CONFIGURE
@@ -0,0 +1,22 @@
+if spell_ok depends gtk+2 &&
+ spell_ok depends libglade2; then
+ config_query AQBANKING_GTK "Build GTK+2 frontend?" y
+else
+ config_query AQBANKING_GTK "Build GTK+2 frontend?" n
+fi &&
+
+if spell_ok qt-x11; then
+ config_query AQBANKING_QT "Build QT frontend?" y
+else
+ config_query AQBANKING_QT "Build QT frontend?" n
+fi &&
+
+if spell_ok kdelibs; then
+ config_query AQBANKING_KDE "Build KDE frontend?" y
+else
+ config_query AQBANKING_KDE "Build KDE frontend?" n
+fi &&
+
+if [ "${AQBANKING_QT}" == "y" ]; then
+ config_query AQBANKING_QTTHREADS "Enable threads on QT frontend?" n
+fi
diff --git a/libs/aqbanking2/CONFLICTS b/libs/aqbanking2/CONFLICTS
new file mode 100755
index 0000000..c6c65a6
--- /dev/null
+++ b/libs/aqbanking2/CONFLICTS
@@ -0,0 +1 @@
+conflicts aqbanking
diff --git a/libs/aqbanking2/DEPENDS b/libs/aqbanking2/DEPENDS
new file mode 100755
index 0000000..621dc57
--- /dev/null
+++ b/libs/aqbanking2/DEPENDS
@@ -0,0 +1,30 @@
+depends pkgconfig &&
+depends gwenhywfar2 '--enable-gwenhywfar' &&
+
+if [ "${AQBANKING_GTK}" == "y" ]; then
+ depends gtk+2 &&
+ depends libglade2
+fi &&
+
+if [ "${AQBANKING_QT}" == "y" ]; then
+ depends qt-x11 "--enable-qt3"
+fi &&
+
+if [ "${AQBANKING_KDE}" == "y" ]; then
+ depends kdelibs "--enable-kde3"
+fi &&
+
+optional_depends libchipcard2 \
+ "--enable-chipcard-client" \
+ "--disable-chipcard-client" \
+ "Enable chipcard_client support?" &&
+
+optional_depends libofx \
+ "--enable-libofx" \
+ "--disable-libofx" \
+ "use Open Financial eXchange?" &&
+
+optional_depends python \
+ "--enable-python" \
+ "--disable-python" \
+ "Install python bindings?"
diff --git a/libs/aqbanking2/DETAILS b/libs/aqbanking2/DETAILS
new file mode 100755
index 0000000..755a759
--- /dev/null
+++ b/libs/aqbanking2/DETAILS
@@ -0,0 +1,64 @@
+ SPELL=aqbanking2
+ VERSION=2.3.3
+ SPELLX=aqbanking
+
SOURCE_HASH=sha512:96e17c16aeaffad17d9ad847bf8ca861351e501cc705b458f2cc75ff7d21955be3d4a70da80dd0fba515aed53988579ab0b30c3c6600265c28d9c99d860d3630
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELLX}-${VERSION}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELLX}/${SOURCE}
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.aquamaniac.de/aqbanking/
+ ENTERED=20080120
+ SHORT="Library for online banking and financial applications"
+cat << EOF
+AqBanking is a library for online banking and financial
+applications. It has three major goals which are described in the
+following paragraphs.
+
+Generic Online Banking Interface
+-------------------------------------------------------
+
+The intention of AqBanking is to provide a middle layer between the program
+and the various Online Banking libraries (e.g. AqHBCI, OpenHBCI etc).
+
+The real work is done in so-called banking backends. See chapter 4 for a
+list of supported backends.
+
+Generic Financial Data Importer/Exporter Framework
+-------------------------------------------------------
+
+AqBanking uses various plugins to simplify import and export of financial
+data. It also provides the administration of profiles on a per import/export
+plugin basis.
+
+Currently there are plugins for the following formats:
+
+- Importers:
+ - DTAUS (German financial format)
+ - SWIFT (MT940 and MT942)
+ - OFX
+ - CSV
+ - OpenHBCI1 transactions
+ - ERI
+
+- Exporters
+ - DTAUS (German financial format)
+ - CSV
+
+Bank/Account Information
+-----------------------------
+
+AqBanking supports plugins which allow lookup and verification of
+bank code/ account id pair validity. For Germany the library
+KtoBlzCheck is used for validation, but the bank information is
+shipped with aqbanking.
+
+Currently AqBanking provides informations about:
+- ca 25,000 US banks
+- ca 20,000 German banks
+- ca 3,600 Swiss banks
+- ca 2,300 Austrian banks
+
+AqBanking also provides information about countries: Country name, ISO-3166
+country code (both numeric and alpha) and currency information (ISO 4217
+currency codes).
+EOF
diff --git a/libs/aqbanking2/HISTORY b/libs/aqbanking2/HISTORY
new file mode 100644
index 0000000..b66cd0d
--- /dev/null
+++ b/libs/aqbanking2/HISTORY
@@ -0,0 +1,3 @@
+2008-01-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS, DEPENDS, HISTORY, CONFLICTS, CONFIGURE, BUILD
+ INSTALL: Created from aqbanking
diff --git a/libs/aqbanking2/INSTALL b/libs/aqbanking2/INSTALL
new file mode 100755
index 0000000..89db2c6
--- /dev/null
+++ b/libs/aqbanking2/INSTALL
@@ -0,0 +1,3 @@
+make_single &&
+default_install &&
+make_normal
diff --git a/libs/gwenhywfar/CONFLICTS b/libs/gwenhywfar/CONFLICTS
new file mode 100755
index 0000000..a4279a8
--- /dev/null
+++ b/libs/gwenhywfar/CONFLICTS
@@ -0,0 +1 @@
+conflicts gwenhywfar2
diff --git a/libs/gwenhywfar/HISTORY b/libs/gwenhywfar/HISTORY
index c6b7bee..699d530 100644
--- a/libs/gwenhywfar/HISTORY
+++ b/libs/gwenhywfar/HISTORY
@@ -1,3 +1,6 @@
+2008-01-20 George Sherwood <george AT beernabeer.com>
+ * CONFLICTS: Added. conflicts gwenhywfar2
+
2007-11-27 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: added libgcrypt and gnutls [Bug 14132]

diff --git a/libs/gwenhywfar2/CONFLICTS b/libs/gwenhywfar2/CONFLICTS
new file mode 100755
index 0000000..607f544
--- /dev/null
+++ b/libs/gwenhywfar2/CONFLICTS
@@ -0,0 +1 @@
+conflicts gwenhywfar
diff --git a/libs/gwenhywfar2/DEPENDS b/libs/gwenhywfar2/DEPENDS
new file mode 100755
index 0000000..2f49571
--- /dev/null
+++ b/libs/gwenhywfar2/DEPENDS
@@ -0,0 +1,6 @@
+depends libtool &&
+depends openssl &&
+depends libgcrypt &&
+depends gnutls &&
+
+optional_depends ncurses "" "" "to provide a text gui"
diff --git a/libs/gwenhywfar2/DETAILS b/libs/gwenhywfar2/DETAILS
new file mode 100755
index 0000000..94802a1
--- /dev/null
+++ b/libs/gwenhywfar2/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=gwenhywfar2
+ VERSION=2.6.2
+ SPELLX=gwenhywfar
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELLX}-${VERSION}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:5b0a82f307ed9db35b730f0f65f30673e4476ba26b8781ae97582cfb611994291c681b6c6833afe8fe7425e865c1d04eba830281b2a8c02651f1c101f11ea8d7
+ LICENSE=GPL
+ WEB_SITE=http://gwenhywfar.sourceforge.net/
+ ENTERED=20080120
+ KEYWORDS="libs"
+ SHORT="OS abstraction library"
+cat << EOF
+This project is a base library to be used by my other projects.
+It provides OS abstraction functions for:
+
+ * Linux
+ * FreeBSD
+ * OpenBSD
+ * NetBSD
+ * Windows
+ * MacOSX
+
+It also includes some often needed functions (e.g. for handling and parsing
of
+configuration files, reading/writing of XML files, interprocess
communication
+etc).
+EOF
diff --git a/libs/gwenhywfar2/HISTORY b/libs/gwenhywfar2/HISTORY
new file mode 100644
index 0000000..e7315f8
--- /dev/null
+++ b/libs/gwenhywfar2/HISTORY
@@ -0,0 +1,2 @@
+2008-01-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS, DEPENDS, HISTORY, CONFLICTS: Created from gwenhywfar



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (afc986b2de4d43762b2dadb5f44f34585f71670f), George Sherwood, 01/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page