aqbanking version 2.3.3 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    aqbanking  most recent diff


      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 2.3.3 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
      Google
      Web Darwinports.com



      # $Id: Portfile 32444 2008-01-01 21:38:44Z ryandesign macports.org $

      PortSystem 1.0
      Name: aqbanking
      Version: 2.3.3
      Category: devel net
      Maintainers: nomaintainer
      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. Use variants to get optional backends pulled in: either +enable_ofx or +enable_geldkarte. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).
      Homepage: http://www.aqbanking.de/
      master_sites sourceforge
      checksums md5 69e2870db58f87373e3a4a003a183166
      # unverified -- upstream does not publish signatures!
      depends_lib port:gwenhywfar port:qt3 port:ktoblzcheck port:libglade2 port:libofx
      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 --disable-kde3 --disable-dependency-tracking --with-frontends="cbanking g2banking qbanking" --with-backends="aqhbci aqdtaus aqofxconnect aqnone" --enable-libofx --disable-chipcard-client --disable-chipcard-client-test

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

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

      Variant: python {
      depends_build-append port:py-ctypes
      }

    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



    image test