[40493] trunk/dports/devel/aqbanking/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Oct 3 10:27:43 PDT 2008


Revision: 40493
          http://trac.macports.org/changeset/40493
Author:   macsforever2000 at macports.org
Date:     2008-10-03 10:27:41 -0700 (Fri, 03 Oct 2008)
Log Message:
-----------
De-tab and whitespace fixes. Comment out variant enable_geldkarte until port libchipcard is added. Tweak to python variant description and name.

Modified Paths:
--------------
    trunk/dports/devel/aqbanking/Portfile

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile	2008-10-03 16:40:12 UTC (rev 40492)
+++ trunk/dports/devel/aqbanking/Portfile	2008-10-03 17:27:41 UTC (rev 40493)
@@ -1,3 +1,4 @@
+# -*- 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
 # $Id$
 
 PortSystem        1.0
@@ -13,11 +14,11 @@
 
 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).
+                  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://www.aquamaniac.de/sites/aqbanking/index.php
 master_sites      http://www.aquamaniac.de/sites/download/download.php?package=03&release=${release}&file=01&dummy=aqbanking-${version}.tar.gz
@@ -29,43 +30,43 @@
                   rmd160 e064237d473cd22c0d393a73a4b12b3a57e8f2f7
                   # unverified -- upstream does not publish signatures!
                                     
-depends_lib	  port:gwenhywfar \
-		  port:qt3 \
-		  port:ktoblzcheck \
-		  port:libglade2 \
-		  port:libofx \
+depends_lib       port:gwenhywfar \
+                  port:qt3 \
+                  port:ktoblzcheck \
+                  port:libglade2 \
+                  port:libofx \
                   port:gmp
-depends_build	  port:libtool
+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 \
-                  --disable-dependency-tracking \
-		  --with-frontends="cbanking g2banking qbanking" \
-		  --with-backends="aqhbci aqofxconnect aqnone" \
-		  --enable-libofx \
-		  --disable-chipcard-client \
-		  --disable-chipcard-client-test
+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 \
+                          --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
+    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 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 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." {
-	depends_build-append	port:py-ctypes
+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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081003/25042c80/attachment.html 


More information about the macports-changes mailing list