summaryrefslogtreecommitdiff
path: root/finance/libofx
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-10-09 08:00:12 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-10-09 08:00:12 +0000
commit5ba594429c2c2f819c7e2a06bab27b9caccd7470 (patch)
tree1f96c877ccb01bbae31191e6e123b73109c182ae /finance/libofx
parent- Update to 1.7.1 (diff)
- Update to 0.8.2
This fixes build problem. - Mark BROKEN on 4.x PR: ports/104188 Submitted by: Guido Falsi <mad at madpilot.net>
Notes
Notes: svn path=/head/; revision=175045
Diffstat (limited to 'finance/libofx')
-rw-r--r--finance/libofx/Makefile12
-rw-r--r--finance/libofx/distinfo6
-rw-r--r--finance/libofx/files/patch-Makefile.in37
-rw-r--r--finance/libofx/files/patch-lib_Makefile.in11
-rw-r--r--finance/libofx/files/patch-ofxconnect_Makefile.in11
-rw-r--r--finance/libofx/pkg-plist206
6 files changed, 164 insertions, 119 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index 4224451f03e4..7f158fc913e0 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libofx
-PORTVERSION= 0.8.0
-PORTREVISION= 1
+PORTVERSION= 0.8.2
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= OpenSource implementation of the OFX (Open Financial eXchange)
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
+ xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \
osp.3:${PORTSDIR}/textproc/opensp
USE_GMAKE= yes
@@ -41,4 +41,10 @@ post-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/finance/libofx/distinfo b/finance/libofx/distinfo
index 7e4d0f8eecdb..fc4ede62a542 100644
--- a/finance/libofx/distinfo
+++ b/finance/libofx/distinfo
@@ -1,3 +1,3 @@
-MD5 (libofx-0.8.0.tar.gz) = 8001c22445c1bdd6bebf1df3663db203
-SHA256 (libofx-0.8.0.tar.gz) = 542221f78ee5d50e3be3fe8b3abfd3b0b9c8971a0af6bbe2895dc7736e4b289c
-SIZE (libofx-0.8.0.tar.gz) = 748496
+MD5 (libofx-0.8.2.tar.gz) = b860894c1e3da7f58ce5d92e064d0e85
+SHA256 (libofx-0.8.2.tar.gz) = 2b41650f262b845854a8826cef8a7e4c890ac28a63a3caca4564d2cc7f84ee31
+SIZE (libofx-0.8.2.tar.gz) = 972061
diff --git a/finance/libofx/files/patch-Makefile.in b/finance/libofx/files/patch-Makefile.in
index 40df80f241e9..16efb98de3d2 100644
--- a/finance/libofx/files/patch-Makefile.in
+++ b/finance/libofx/files/patch-Makefile.in
@@ -1,20 +1,29 @@
---- Makefile.in.orig Mon Aug 1 03:46:41 2005
-+++ Makefile.in Mon Aug 1 14:09:23 2005
-@@ -206,7 +206,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = inc dtd lib doc . ofx2qif ofxdump ofxconnect
-+SUBDIRS = inc dtd lib . ofx2qif ofxdump ofxconnect
- docdir = ${prefix}/share/doc/libofx
- doc_DATA = \
- AUTHORS \
-@@ -621,7 +621,7 @@
+--- Makefile.in.orig Sat Aug 26 01:24:29 2006
++++ Makefile.in Mon Oct 9 12:29:18 2006
+@@ -73,7 +73,7 @@
+ DATA = $(doc_DATA) $(pkgconfig_DATA)
+ ETAGS = etags
+ CTAGS = ctags
+-DIST_SUBDIRS = inc dtd lib doc . ofx2qif ofxdump ofxconnect
++DIST_SUBDIRS = inc dtd lib . ofx2qif ofxdump ofxconnect
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ distdir = $(PACKAGE)-$(VERSION)
+ top_distdir = $(distdir)
+@@ -238,7 +238,7 @@
+ totest.txt \
+ libofx.lsm
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = libofx.pc
+ all: config.h
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
+@@ -669,7 +669,7 @@
info-am:
--install-data-am: install-docDATA
-+install-data-am:
+-install-data-am: install-docDATA install-pkgconfigDATA
++install-data-am: install-pkgconfigDATA
install-exec-am:
diff --git a/finance/libofx/files/patch-lib_Makefile.in b/finance/libofx/files/patch-lib_Makefile.in
deleted file mode 100644
index 1119c2ff8eaa..000000000000
--- a/finance/libofx/files/patch-lib_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Makefile.in.orig Sun Jul 31 20:21:10 2005
-+++ lib/Makefile.in Fri Dec 30 21:12:44 2005
-@@ -250,7 +250,7 @@
- -I${OPENSPINCLUDES} \
- -DMAKEFILE_DTD_PATH=\"${LIBOFX_DTD_DIR}/\"
-
--libofx_la_LIBADD = @LIBOBJ@ ${OPENSPLIBS} -lstdc++
-+libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
- libofx_la_LDFLAGS = -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
- all: all-am
-
diff --git a/finance/libofx/files/patch-ofxconnect_Makefile.in b/finance/libofx/files/patch-ofxconnect_Makefile.in
deleted file mode 100644
index 52e1eab1f2b6..000000000000
--- a/finance/libofx/files/patch-ofxconnect_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ofxconnect/Makefile.in.orig Mon Aug 1 03:34:47 2005
-+++ ofxconnect/Makefile.in Mon Aug 1 14:26:47 2005
-@@ -201,7 +201,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--ofxconnect_LDADD = $(top_builddir)/lib/libofx.la -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl
-+ofxconnect_LDADD = $(top_builddir)/lib/libofx.la `curl-config --libs`
- ofxconnect_SOURCES = cmdline.h cmdline.c ofxconnect.cpp
- AM_CPPFLAGS = \
- -I${top_srcdir}/inc
diff --git a/finance/libofx/pkg-plist b/finance/libofx/pkg-plist
index edca46ee0b52..2f912ec2534b 100644
--- a/finance/libofx/pkg-plist
+++ b/finance/libofx/pkg-plist
@@ -5,13 +5,16 @@ include/libofx/libofx.h
lib/libofx.a
lib/libofx.la
lib/libofx.so
-lib/libofx.so.2
+lib/libofx.so.3
+libdata/pkgconfig/libofx.pc
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classLibofxContext.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classNodeParser.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOFCApplication.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOFXApplication.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.html
@@ -32,6 +35,8 @@ lib/libofx.so.2
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxInvestmentTransactionContainer.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPaymentRequest.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPaymentRequest.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxRequest.html
@@ -46,17 +51,22 @@ lib/libofx.so.2
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1fixed__depth__iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1fixed__depth__iterator.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1iterator__base.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1iterator__base.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1iterator__base__less.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1post__order__iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1post__order__iterator.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1pre__order__iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1pre__order__iterator.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1sibling__iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree_1_1sibling__iterator.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classtree__node__.html
%%PORTDOCS%%%%DOCSDIR%%/html/config_8h-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/context_8cpp-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/context_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000000.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000001.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000002.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000003.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000004.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000005.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000006.html
-%%PORTDOCS%%%%DOCSDIR%%/html/dir_000007.html
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
%%PORTDOCS%%%%DOCSDIR%%/html/file__preproc_8cpp-source.html
@@ -77,92 +87,125 @@ lib/libofx.so.2
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2pnode.png
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2vertline.png
%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x62.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x63.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x64.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x65.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x66.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x67.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x68.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x69.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x6c.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x6d.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x6e.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x6f.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x70.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x72.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x73.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x74.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x75.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x76.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x77.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_0x7e.html
%%PORTDOCS%%%%DOCSDIR%%/html/functions_enum.html
%%PORTDOCS%%%%DOCSDIR%%/html/functions_eval.html
%%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_type.html
%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2context_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2context_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2getopt1_8c-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2getopt_8c-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2gnugetopt_8h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__aggregate_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__aggregate_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__account_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__account_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__generic_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__generic_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__main_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__main_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__security_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__security_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__statement_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__statement_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__transaction_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__transaction_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers__misc_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers__misc_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__error__msg_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__error__msg_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2tree_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2context_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2context_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2file__preproc_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2file__preproc_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2file__preproc_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2file__preproc_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2getopt1_8c-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2getopt_8c-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2gnugetopt_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2messages_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2messages_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2messages_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2messages_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofc__sgml_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofc__sgml_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofc__sgml_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofc__sgml_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__aggregate_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__aggregate_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__account_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__account_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__generic_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__generic_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__main_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__main_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__security_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__security_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__statement_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__statement_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__transaction_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__container__transaction_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__containers_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__containers_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__containers__misc_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__containers__misc_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__error__msg_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__error__msg_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__preproc_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__preproc_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__preproc_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__preproc_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__accountinfo_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__accountinfo_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__accountinfo_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__accountinfo_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__statement_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__statement_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__statement_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__request__statement_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__sgml_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__sgml_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__sgml_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__sgml_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__utilities_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__utilities_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__utilities_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2ofx__utilities_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_82_2lib_2tree_8hh-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/getopt1_8c-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/getopt_8c-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
+%%PORTDOCS%%%%DOCSDIR%%/html/globals_defs.html
%%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html
%%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html
%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html
+%%PORTDOCS%%%%DOCSDIR%%/html/globals_type.html
%%PORTDOCS%%%%DOCSDIR%%/html/globals_vars.html
%%PORTDOCS%%%%DOCSDIR%%/html/gnugetopt_8h-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/hierarchy.html
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h.html
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_80_2inc_2libofx_8h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_80_2inc_2libofx_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_82_2inc_2libofx_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_82_2inc_2libofx_8h.html
%%PORTDOCS%%%%DOCSDIR%%/html/main.html
%%PORTDOCS%%%%DOCSDIR%%/html/main__doc_8c-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp.html
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8hh-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/namespaceOfxPartner.html
+%%PORTDOCS%%%%DOCSDIR%%/html/namespacekp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/namespacemembers.html
+%%PORTDOCS%%%%DOCSDIR%%/html/namespacemembers_func.html
+%%PORTDOCS%%%%DOCSDIR%%/html/namespacemembers_vars.html
+%%PORTDOCS%%%%DOCSDIR%%/html/namespaces.html
+%%PORTDOCS%%%%DOCSDIR%%/html/nodeparser_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/nodeparser_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/nodeparser_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/nodeparser_8h.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofc__sgml_8cpp-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofc__sgml_8cpp.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofc__sgml_8hh-source.html
@@ -213,23 +256,32 @@ lib/libofx.so.2
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8cpp.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_2cmdline_8c-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_2cmdline_8h-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_8cpp-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_2cmdline_8c-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_2cmdline_8h-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofxpartner_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofxpartner_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofxpartner_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofxpartner_8h.html
%%PORTDOCS%%%%DOCSDIR%%/html/structErrorMsg.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structLibofxFileFormatInfo.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountData.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountInfo.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxCurrency.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxFiLogin.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxFiServiceInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxPayee.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxPayment.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxSecurityData.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatementData.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatusData.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxTransactionData.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structoption.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/tab_l.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/tab_r.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css
%%PORTDOCS%%%%DOCSDIR%%/html/tree.html
%%PORTDOCS%%%%DOCSDIR%%/html/tree_8hh-source.html
%%PORTDOCS%%%%DOCSDIR%%/totest.txt