[79619] trunk/dports/finance

tommyd at macports.org tommyd at macports.org
Mon Jun 20 15:27:56 PDT 2011


Revision: 79619
          http://trac.macports.org/changeset/79619
Author:   tommyd at macports.org
Date:     2011-06-20 15:27:56 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
* new ports: libgeier, taxbird, which record and transmit financial
  data to German tax authorities

Added Paths:
-----------
    trunk/dports/finance/libgeier/
    trunk/dports/finance/libgeier/Portfile
    trunk/dports/finance/taxbird/
    trunk/dports/finance/taxbird/Portfile

Added: trunk/dports/finance/libgeier/Portfile
===================================================================
--- trunk/dports/finance/libgeier/Portfile	                        (rev 0)
+++ trunk/dports/finance/libgeier/Portfile	2011-06-20 22:27:56 UTC (rev 79619)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem          1.0
+name                libgeier
+categories          finance
+version             0.12
+platforms           darwin
+license             GPL-3
+maintainers         tommyd openmaintainer
+description         A transmission library for German tax reports
+long_description    \
+    libgeier is a library that handles the data transmission of \
+    tax reports to German financial authorities.
+
+homepage            http://www.taxbird.de
+master_sites        ${homepage}/download/${name}/${version}
+
+depends_lib-append  port:libxml2 \
+                    port:libxslt \
+                    port:xmlsec \
+                    port:nss \
+                    port:nspr \
+                    port:argp-standalone
+
+checksums           md5     0b11df400a352d68b99514156edffab5 \
+                    sha1    5ad8cdf7ba1e75f94d5f5b48f41f2b74b400d1e2 \
+                    rmd160  ce7f19dcf528efafeccad2502f8bbe571b0443f1
+
+configure.args-append \
+                    CFLAGS="[exec xmlsec1-config --crypto=nss --cflags]" \
+                    LDFLAGS="-largp -L${prefix}/lib/nss -L${prefix}/lib/nspr [exec xmlsec1-config --crypto=nss --libs]"


Property changes on: trunk/dports/finance/libgeier/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/finance/taxbird/Portfile
===================================================================
--- trunk/dports/finance/taxbird/Portfile	                        (rev 0)
+++ trunk/dports/finance/taxbird/Portfile	2011-06-20 22:27:56 UTC (rev 79619)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+name                taxbird
+categories          finance
+version             0.16
+platforms           darwin
+license             GPL-3
+maintainers         tommyd openmaintainer
+description         A GUI to record and send German tax reports
+long_description    \
+    Taxbird is a Gtk2 application that allows you to record and send \
+    German tax reports, currently only "Umsatzsteuervoranmeldungen" \
+    to German financial authorities.
+
+homepage            http://www.taxbird.de
+master_sites        ${homepage}/download/${name}/${version}
+
+depends_lib-append  port:libgeier \
+                    port:libgtkhtml3 \
+                    port:libgnomeui \
+                    port:guile \
+                    port:gettext
+
+checksums           md5     54021d745becb1a05c22ecbb1f24969c \
+                    sha1    9fc9aa6baf1e415beda58a50dcc6ba818bb2d6db \
+                    rmd160  0e598a491a2cf491ef19f975b7faea1a945a9648
+
+configure.args-append \
+                    CFLAGS="-fnested-functions"


Property changes on: trunk/dports/finance/taxbird/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110620/2601d94f/attachment.html>


More information about the macports-changes mailing list