Aqbanking version 4.1.4 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    aqbanking  most recent diff


    version 4.1.4

      View the most recent changes for the aqbanking port at: aqbanking.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for aqbanking.
      The raw portfile for aqbanking 4.1.4 is located here:
      http://aqbanking.darwinports.com/dports/devel/aqbanking/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/aqbanking


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The aqbanking Portfile 57930 2009-09-19 04:18:53Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: aqbanking
      Version: 4.1.4
      # this is specific to this port and *version* for downloading it
      set release 41

      Category: devel net finance
      Maintainers: nomaintainer
      Platform: darwin

      Description: a generic online banking interface
      Long Description: aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).

      Homepage: http://www2.aquamaniac.de/sites/aqbanking/index.php
      Master Sites: http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${release}&file=01&dummy=

      Checksums: md5 7936669649f66b880200cdad23692586 sha1 7b80bb570c79beaae5333746093e3cd1a20fd0e6 rmd160 766519c7ed860ec5044feccedab82ae7b3ae5a8a

      depends_lib port:gwenhywfar port:qt3 port:ktoblzcheck port:libglade2 port:libofx port:gmp
      depends_build port:libtool

      configure.cppflags-append "-L${prefix}/lib"
      configure.cflags-append "-L${prefix}/lib"
      configure.ldflags-append "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
      configure.env QTDIR=${prefix}/lib/qt3
      configure.args --with-qt-dir=${prefix}/lib/qt3 --enable-static --disable-dependency-tracking --with-frontends="cbanking g2banking qbanking" --with-backends="aqhbci aqofxconnect aqnone" --enable-libofx --disable-chipcard-client --disable-chipcard-client-test

      Variant: disable_ofx description "Disable OFX support" {
      depends_lib-delete port:libofx
      configure.args-delete --with-backends="aqhbci aqofxconnect aqnone"
      configure.args-delete --enable-libofx
      configure.args-append --with-backends="aqhbci aqnone" --disable-libofx
      }

      #variant enable_geldkarte conflicts disable_ofx description "Enable geldkarte" {
      # depends_lib-append port:libchipcard
      # configure.args-delete --disable-chipcard-client
      # configure.args-delete --disable-chipcard-client-test
      # configure.args-append --with-backends="aqhbci aqofxconnect aqgeldkarte aqnone" # --enable-chipcard-client # --enable-chipcard-client-test
      #}

      Variant: python24 description "Enable ctypes support. This is only needed if you are using Python 2.4. It is not needed if Python 2.5 or later is installed." {
      depends_build-append port:py-ctypes
      }

      Variant: enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" {
      configure.args-append --enable-local-install
      }

      use_parallel_build no

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/aqbanking
      % sudo port install aqbanking
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching aqbanking
      ---> Verifying checksum for aqbanking
      ---> Extracting aqbanking
      ---> Configuring aqbanking
      ---> Building aqbanking with target all
      ---> Staging aqbanking into destroot
      ---> Installing aqbanking
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using aqbanking with these commands:
      %  man aqbanking
      % apropos aqbanking
      % which aqbanking
      % locate aqbanking

     Where to find more information:

    Darwin Ports



    Lightbox this page.