SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

libofx rpm build for : SuSE 9.X. For other distributions click libofx.

Name : libofx
Version : 0.8.0 Vendor : (none)
Release : 0.oc2pus.1 Date : 2005-08-08 17:35:13
Group : Development/Libraries/Other Source RPM : libofx-0.8.0-0.oc2pus.1.src.rpm
Size : 0.57 MB
Packager : oc2pus < oc2pus_arcor_de>
Summary : OFX Command Parser and API
Description :
This is the LibOFX library. It is a API designed to allow applications to very
easily support OFX command responses, usually provided by financial
institutions. See http://www.ofx.net/ofx/default.asp for details and
specification. This project was first started as my end of degree project, with
the objective to add OFX support to GnuCash http://www.gnucash.org/ If you can
read French, the original project presentation is included in the doc
directory.
I finally decided to make it into a generic library, so all OpenSource
financial software can benefit.

LibOFX is based on the excellent OpenSP library written by James Clark, and now
part of the OpenJADE http://openjade.sourceforge.net/ project. OpenSP by itself
is not widely distributed. OpenJADE 1.3.1 includes a version on OpenSP that
will link, however, it has some major problems with LibOFX and isn\'t
recommended. Since LibOFX uses the generic interface to OpenSP, it should be
compatible with all recent versions of OpenSP (It has been developed with
OpenSP-1.5pre5). LibOFX is written in C++, but provides a C style interface
usable transparently from both C and C++ using a single include file.

In addition to the library, two utilities are included with libofx

ofxdump:
ofxdump prints to stdout, in human readable form, everything the library
understands about a particular ofx response file, and sends errors to stderr.
It is as C++ code example and demo of the library (it uses every functions and
every structures of LibOFX).

ofx2qif:
ofx2qif is a OFX \"file\" to QIF (Quicken Interchange Format) converter. It was
written as a C code example, and as a way for LibOFX to immediately provide
something useful, as an incentive for people to try out the library. It is
not recommended that financial software use the output of this utility for OFX
support. The QIF file format is very primitive, and much information is lost.
The utility curently supports every tansaction tags of the qif format except
the address lines, and supports many of the tags of !Account. It should
generate QIF files that will import sucesfully in just about every software
with QIF support.

LibOFX strives to achieve the following design goals:

* Simplicity:
OFX is a VERY complex spec. However, few if any software needs all this
complexity. The library tries to hide this complexity by \"flattening\" the
data structures, doing timezone conversions, currency conversion, etc.
* Data directly usable from C, without conversion: A date is a C time_t, money
is a float, strings are char[], etc.
* C style interface:
Although LibOFX is written in C++, it provides an interface usable
transparently from both C and C++, using a single header file.

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

Full documentation of the API and library internals generated using doxygen is
available. For a quick start, you should learn all you need to know to get
started by reading the libofx.h file in the INC directory, and ofxdump.cpp in
the ofxdump directory.

Authors:
Benoit Gr�goire < bockAATTstep.polymtl.ca>
Peter O\'Gorman < peterAATTpogma.com>

RPM found in directory: /packages/linux-pbone/ftp.gwdg.de/pub/linux/misc/suser-oc2pus/suse91

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  libofx-0.8.0-0.oc2pus.1.i586.rpm
ftp.icm.edu.pl  libofx-0.8.0-0.oc2pus.1.i586.rpm
     Search for other platforms
libofx-0.8.0-0.oc2pus.1.sparc.rpm
libofx-0.8.0-0.oc2pus.1.alpha.rpm
libofx-0.8.0-0.oc2pus.1.ppc.rpm
libofx-0.8.0-0.oc2pus.1.ia64.rpm
libofx-0.8.0-0.oc2pus.1.s390.rpm

Provides :
libofx.so.2
libofx

Requires :
gengetopt
libpthread.so.0
libosp.so.4
libstdc++.so.5(GLIBCPP_3.2.2)
libc.so.6(GLIBC_2.2)
libcrypto.so.0.9.7
libc.so.6(GLIBC_2.0)
opensp
libdl.so.2
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
openssl
libstdc++.so.5(GLIBCPP_3.2)
libofx.so.2
libm.so.6
rpmlib(CompressedFileNames) <= 3.0.4-1
libssl.so.0.9.7
zlib
libc.so.6(GLIBC_2.1)
libcurl.so.2
curl => 7.9.7
libgcc_s.so.1
libz.so.1
libc.so.6(GLIBC_2.1.3)
libstdc++.so.5(CXXABI_1.2)
libgcc_s.so.1(GCC_3.0)
libnsl.so.1
/sbin/ldconfig
libc.so.6
libstdc++.so.5


Content of RPM :
/usr/bin/ofx2qif
/usr/bin/ofxconnect
/usr/bin/ofxdump
/usr/lib/libofx.so
/usr/lib/libofx.so.2
/usr/lib/libofx.so.2.0.0
/usr/share/doc/packages/libofx
/usr/share/doc/packages/libofx/AUTHORS
/usr/share/doc/packages/libofx/COPYING
/usr/share/doc/packages/libofx/ChangeLog
/usr/share/doc/packages/libofx/NEWS
/usr/share/doc/packages/libofx/README
/usr/share/doc/packages/libofx/totest.txt
/usr/share/libofx
/usr/share/libofx/dtd
/usr/share/libofx/dtd/ofc.dtd
/usr/share/libofx/dtd/ofx160.dtd
/usr/share/libofx/dtd/ofx201.dtd
/usr/share/libofx/dtd/opensp.dcl

 
ICM