b97c9d0f79
- Support staging - Remove USE_GCC= any; port seems to build fine with clang - Move LICENSE to proper location - Modernize LIB_DEPENDS - USE_GMAKE -> USES= gmake - Update pkg-descr to reflect current capabilities - Bump PORTREVISION on dependent ports due to so version bump
22 lines
569 B
Text
22 lines
569 B
Text
LibOFX 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.
|
|
|
|
LibOFX was implemented directly from the full OFX 1.6 spec, and
|
|
currently supports:
|
|
|
|
- Banking transactions and statements
|
|
- Credit card and statements
|
|
- Investment transactions
|
|
- OFX 2.0
|
|
|
|
Future projects for LibOFX include:
|
|
|
|
- Header parsing
|
|
- DTD autodetection
|
|
- Currency conversion
|
|
- QIF import
|
|
- QIF export (integrated inside the library)
|
|
- OFX export
|
|
|
|
WWW: http://libofx.sourceforge.net/
|