Changeset 40487 for trunk/dports


Ignore:
Timestamp:
Oct 3, 2008, 4:30:09 PM (15 years ago)
Author:
macsforever2000@…
Message:

Updated to version 3.7.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/aqbanking/Portfile

    r32444 r40487  
    22
    33PortSystem        1.0
     4
    45name              aqbanking
    5 version           2.3.3
    6 categories        devel net
     6version           3.7.2
     7# this is specific to this port and *version* for downloading it
     8set release       17
     9
     10categories        devel net finance
    711maintainers       nomaintainer
     12platforms         darwin
     13
    814description       a generic online banking interface
    915long_description  aqbanking is a generic online banking interface mainly \
     
    1117                  used for German checking accounts, but also suitable \
    1218                  for OFX as used in several other countries. \
    13                   Use variants to get optional backends pulled in: \
    14                   either +enable_ofx or +enable_geldkarte. \
    1519                  Note that the YellowNet backend (for Suisse Postfinance) \
    1620                  is not available for OS X (upstream only has a Linux binary).
    17 homepage          http://www.aqbanking.de/
    18 master_sites      sourceforge
    19 checksums         md5 69e2870db58f87373e3a4a003a183166
    20                   # unverified -- upstream does not publish signatures!
     21
     22homepage          http://www.aquamaniac.de/sites/aqbanking/index.php
     23master_sites      http://www.aquamaniac.de/sites/download/download.php?package=03&release=${release}&file=01&dummy=aqbanking-${version}.tar.gz
     24distfiles         aqbanking-${version}.tar.gz
     25worksrcdir        aqbanking-${version}
     26
     27checksums         md5    5b0aef92808dcb48c375b8958e1c4808 \
     28                  sha1   f9e29e3f1e5ccebc112094812bb48f1a7f2ef83b \
     29                  rmd160 e064237d473cd22c0d393a73a4b12b3a57e8f2f7
     30                  # unverified -- upstream does not publish signatures!
     31                                   
    2132depends_lib       port:gwenhywfar \
    2233                  port:qt3 \
    2334                  port:ktoblzcheck \
    2435                  port:libglade2 \
    25                   port:libofx
     36                  port:libofx \
     37                  port:gmp
    2638depends_build     port:libtool
    2739
     
    3042configure.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"
    3143configure.env             QTDIR=${prefix}/lib/qt3
    32 configure.args    --disable-kde3 \
    33                   --disable-dependency-tracking \
     44configure.args    --with-qt-dir=${prefix}/lib/qt3 \
     45                  --disable-dependency-tracking \
    3446                  --with-frontends="cbanking g2banking qbanking" \
    35                   --with-backends="aqhbci aqdtaus aqofxconnect aqnone" \
     47                  --with-backends="aqhbci aqofxconnect aqnone" \
    3648                  --enable-libofx \
    3749                  --disable-chipcard-client \
    3850                  --disable-chipcard-client-test
    3951
    40 variant disable_ofx {
     52variant disable_ofx description "Disable OFX support" {
    4153        depends_lib-delete      port:libofx
    42         configure.args-delete   --with-backends="aqhbci aqdtaus aqofxconnect aqnone"
     54        configure.args-delete   --with-backends="aqhbci aqofxconnect aqnone"
    4355        configure.args-delete   --enable-libofx
    44         configure.args-append   --with-backends="aqhbci aqdtaus aqnone" \
     56        configure.args-append   --with-backends="aqhbci aqnone" \
    4557                                --disable-libofx
    4658}
    4759
    48 variant enable_geldkarte conflicts disable_ofx {
     60variant enable_geldkarte conflicts disable_ofx description "Enable geldkarte" {
    4961        depends_lib-append      port:libchipcard
    5062        configure.args-delete   --disable-chipcard-client
    5163        configure.args-delete   --disable-chipcard-client-test
    52         configure.args-append   --with-backends="aqhbci aqdtaus aqofxconnect aqgeldkarte aqnone" \
     64        configure.args-append   --with-backends="aqhbci aqofxconnect aqgeldkarte aqnone" \
    5365                                --enable-chipcard-client \
    5466                                --enable-chipcard-client-test
    5567}
    5668
    57 variant python {
     69variant python description "Enable ctypes support. This is only needed if you are using Python 2.4 or earlier. Not needed if Python 2.5 or later is installed." {
    5870        depends_build-append    port:py-ctypes
    5971}
Note: See TracChangeset for help on using the changeset viewer.