1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/finance/libofx/pkg-descr
Jason E. Hale b97c9d0f79 - Update finance/libofx to 0.9.9
- 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
2013-10-04 13:26:28 +00:00

23 lines
569 B
Plaintext

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/