[105993] trunk/dports/finance
mk at macports.org
mk at macports.org
Sun May 12 12:42:50 PDT 2013
Revision: 105993
https://trac.macports.org/changeset/105993
Author: mk at macports.org
Date: 2013-05-12 12:42:50 -0700 (Sun, 12 May 2013)
Log Message:
-----------
abtransfers: new port
Added Paths:
-----------
trunk/dports/finance/abtransfers/
trunk/dports/finance/abtransfers/Portfile
trunk/dports/finance/abtransfers/files/
trunk/dports/finance/abtransfers/files/patch-main.cpp.diff
Added: trunk/dports/finance/abtransfers/Portfile
===================================================================
--- trunk/dports/finance/abtransfers/Portfile (rev 0)
+++ trunk/dports/finance/abtransfers/Portfile 2013-05-12 19:42:50 UTC (rev 105993)
@@ -0,0 +1,54 @@
+# -*- 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
+
+# See dports/_resources/port1.0/group/qt4-1.0.tcl for more info.
+PortGroup qt4 1.0
+
+name abtransfers
+version 0.0.4.0
+
+categories finance
+maintainers mk openmaintainer
+
+description AB-Transfers allows to carry out bank transactions online. It is meant to complement KMyMoney and GnuCash.
+long_description AB-Transfers allows to carry out bank transactions online. It is not indented to become a full-fledged \
+ financial application like KMyMoney or GnuCash, but is meant to be used in parallel to them. \
+ This application can execute transactions which are not (yet) supported by those applications and thus complements them. \
+ AB-Transfers is meant for private use and it is not planned to implement functions which make sense for business use. \
+ AB-Transfers makes use of the AqBanking tool. All transaction types known to AqBanking are supported and should be \
+ usable in AB-Transfers. \
+ NOTE: Currently the application is not internationalized, i.e. the UI is only in German.
+
+platforms darwin
+license GPL-2
+
+homepage http://schmufu.dyndns.org/dokuwiki/ab_transfer:start
+master_sites http://schmufu.dyndns.org/abtransfers/source
+
+livecheck.type regex
+livecheck.url http://schmufu.dyndns.org/dokuwiki/ab_transfer:download
+livecheck.regex "${name}-(0\\.\\d+\\.\\d+\\.\\d+)\\.tar"
+
+distname abtransfers-${version}
+use_bzip2 yes
+
+configure {
+ system "cd ${worksrcpath}; qmake \"INCLUDEPATH += ${prefix}/include/aqbanking5 ${prefix}/include/gwenhywfar4\""
+}
+
+destroot {
+ xinstall -m 0755 -d ${destroot}${applications_dir}
+ file copy ${worksrcpath}/build/${name}.app ${destroot}${applications_dir}
+}
+
+checksums md5 59d8af260c66847dd4e0059921c2fb99 \
+ sha1 2d136110015db25238df609823be92f2401a8d22 \
+ rmd160 684f0db80d3db33e17b9957640115b1e6a93a627
+
+depends_lib-append port:aqbanking5
+
+patch.pre_args -p0
+patchfiles patch-main.cpp.diff
+
Property changes on: trunk/dports/finance/abtransfers/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/finance/abtransfers/files/patch-main.cpp.diff
===================================================================
--- trunk/dports/finance/abtransfers/files/patch-main.cpp.diff (rev 0)
+++ trunk/dports/finance/abtransfers/files/patch-main.cpp.diff 2013-05-12 19:42:50 UTC (rev 105993)
@@ -0,0 +1,23 @@
+Index: src/main.cpp
+===================================================================
+--- src/main.cpp (revision 389)
++++ src/main.cpp (working copy)
+@@ -71,6 +71,9 @@
+ app.setOrganizationDomain("schmufu.dyndns.org");
+ app.setApplicationName("AB-Transfers");
+
++/***************************************************************************
++ DISABLED SHARED MEMORY CREATION on Mac OSX
++
+ //The program should be started only once!
+ //Therefore we create a sharedMemory and check if it already exists.
+ //As key for the sharedMemory the program name and the "Key-ID" from
+@@ -122,6 +125,8 @@
+ << "Error:" << myMem.errorString();
+ }
+ }
++
++***************************************************************************/
+
+
+ //creation of global objects
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130512/c9613b17/attachment.html>
More information about the macports-changes
mailing list