Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-11 | unlink(2) needs unistd.h. | joerg | 1 | -0/+12 | |
2006-09-03 | Update to 0.8.2: | wiz | 5 | -63/+2 | |
LibOFX 0.8.2: - bug fixes for GCC4.x and 64-bit compatibility - fix to enable OFXDirectConnect in Aqbanking - improvements to ofxpartner functionality - minor build system modifications - new fields for fees, commissions and stock split data - fix a memory leak and a potential crashing bug Remove curl/buildlink3.mk from buildlink3.mk, since the library provided by this package is not linked against curl. | |||||
2006-04-03 | Make this package build with gcc-4. | minskim | 1 | -0/+13 | |
2006-02-08 | mkstemp is in unistd.h on DragonFly and FreeBSD, so include that as well. | joerg | 1 | -4/+12 | |
2006-02-05 | Initial import of libofx-0.8.0, based on the package provided by | wiz | 4 | -0/+52 | |
Gary Duzan in PR 32439: This is the LibOFX library. It is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads. To my knowledge, it is the first working OpenSource implementation of the OFX (Open Financial eXchange) specification on the client side. |