Ticket #10653: Portfile.patch

File Portfile.patch, 3.0 KB (added by frank.mcpherson@…, 18 years ago)
  • devel/libofx/Portfile

    old new  
    11# $Id: Portfile,v 1.2 2006/03/07 17:17:32 mww Exp $
    22PortSystem              1.0
    3 name                    libofx
    4 version                 0.8.0           
    5 categories              devel
     3name                    libofx
     4version                 0.8.2
     5categories              devel
    66maintainers             lomion@opendarwin.org
    7 description             A parser and an API designed to allow applications \
    8                         to very easily support OFX command responses
    9 long_description        This is the LibOFX library. It is a parser and an API \
    10                         designed to allow applications to very easily support \
    11                         OFX command responses, usually provided by financial \
    12                         institutions for statement downloads. To my knowledge, \
    13                         it is the first working OpenSource implementation of \
    14                         the OFX (Open Financial eXchange) specification on \
    15                         the client side. This project was first started as \
    16                         my end of degree project, with the objective to add \
    17                         OFX support to GnuCash. It since evolved into a \
    18                         generic library, so all OpenSource Financial \
    19                         software can benefit.
    20 homepage                http://libofx.sourceforge.net/
     7description             A parser and an API designed to allow applications \
     8                        to very easily support OFX command responses
     9long_description        This is the LibOFX library. It is a parser and an API \
     10                        designed to allow applications to very easily support \
     11                        OFX command responses, usually provided by financial \
     12                        institutions for statement downloads. To my knowledge, \
     13                        it is the first working OpenSource implementation of \
     14                        the OFX (Open Financial eXchange) specification on \
     15                        the client side. This project was first started as \
     16                        my end of degree project, with the objective to add \
     17                        OFX support to GnuCash. It since evolved into a \
     18                        generic library, so all OpenSource Financial \
     19                        software can benefit.
     20homepage                http://libofx.sourceforge.net/
    2121platforms               darwin
    22 master_sites            sourceforge
     22master_sites            sourceforge
    2323
    24 checksums               md5 8001c22445c1bdd6bebf1df3663db203
     24checksums               md5 b860894c1e3da7f58ce5d92e064d0e85
    2525
    26 depends_lib             lib:libospgrove:openjade
    27 
    28 patchfiles              patch-tree.hh
     26depends_lib             lib:libospgrove:openjade
    2927
    3028configure.env           CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
    31 configure.args          "--with-opensp-includes=${prefix}/include/OpenSP \
    32                         --with-opensp-libs=${prefix}/lib"
    33 
     29configure.args          "--with-opensp-includes=${prefix}/include/OpenSP \
     30                        --with-opensp-libs=${prefix}/lib"