summaryrefslogtreecommitdiff
path: root/finance/libofx
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-31 22:16:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-31 22:16:42 +0000
commitf26157f4d56dd2286df1824fd0174f55a0d62576 (patch)
tree3362d4f3015c85136260cd00c634cc4ff4803cc1 /finance/libofx
parent- Update to 0.9.1 (diff)
- Update to 0.8.0
PR: ports/85532 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=141642
Diffstat (limited to 'finance/libofx')
-rw-r--r--finance/libofx/Makefile15
-rw-r--r--finance/libofx/distinfo4
-rw-r--r--finance/libofx/files/patch-Makefile.in30
-rw-r--r--finance/libofx/files/patch-ofxconnect_Makefile.in11
-rw-r--r--finance/libofx/pkg-plist157
5 files changed, 141 insertions, 76 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index e8ed11cb50bd..54824f827c22 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libofx
-PORTVERSION= 0.7.0
+PORTVERSION= 0.8.0
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,18 +14,21 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenSource implementation of the OFX (Open Financial eXchange)
-LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp
+LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
+ osp.3:${PORTSDIR}/textproc/opensp
USE_GMAKE= yes
USE_GNOME= gnometarget
-USE_LIBTOOL_VER= 15
USE_GETOPT_LONG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-doxygen --disable-dot \
+USE_LIBTOOL_VER= 15
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \
--with-opensp-includes=${LOCALBASE}/include/OpenSP
INSTALLS_SHLIB= yes
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/finance/libofx/distinfo b/finance/libofx/distinfo
index 06473620c5a4..c482d1b96054 100644
--- a/finance/libofx/distinfo
+++ b/finance/libofx/distinfo
@@ -1,2 +1,2 @@
-MD5 (libofx-0.7.0.tar.gz) = 15ab18063c552ad5d69d4481efbbd6e6
-SIZE (libofx-0.7.0.tar.gz) = 759777
+MD5 (libofx-0.8.0.tar.gz) = 8001c22445c1bdd6bebf1df3663db203
+SIZE (libofx-0.8.0.tar.gz) = 748496
diff --git a/finance/libofx/files/patch-Makefile.in b/finance/libofx/files/patch-Makefile.in
index 4b32052db15b..40df80f241e9 100644
--- a/finance/libofx/files/patch-Makefile.in
+++ b/finance/libofx/files/patch-Makefile.in
@@ -1,20 +1,20 @@
---- Makefile.in.orig Fri Oct 8 17:34:45 2004
-+++ Makefile.in Thu Feb 10 20:30:55 2005
-@@ -102,7 +102,7 @@
- enable_latex_docs = @enable_latex_docs@
- have_gengetopt = @have_gengetopt@
+--- 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 @@
--SUBDIRS = inc dtd lib doc . ofx2qif ofxdump
-+SUBDIRS = inc dtd lib . ofx2qif ofxdump
-
- docdir = ${prefix}/share/doc/libofx-@VERSION@
-
-@@ -353,7 +353,7 @@
- install-exec-am:
- install-exec: install-exec-recursive
+ info-am:
-install-data-am: install-docDATA
+install-data-am:
- install-data: install-data-recursive
- install-am: all-am
+ install-exec-am:
+
diff --git a/finance/libofx/files/patch-ofxconnect_Makefile.in b/finance/libofx/files/patch-ofxconnect_Makefile.in
new file mode 100644
index 000000000000..52e1eab1f2b6
--- /dev/null
+++ b/finance/libofx/files/patch-ofxconnect_Makefile.in
@@ -0,0 +1,11 @@
+--- 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 9d22a1a8cd54..3fcbd521bc78 100644
--- a/finance/libofx/pkg-plist
+++ b/finance/libofx/pkg-plist
@@ -1,9 +1,10 @@
bin/ofx2qif
+bin/ofxconnect
bin/ofxdump
include/libofx/libofx.h
lib/libofx.a
lib/libofx.so
-lib/libofx.so.1
+lib/libofx.so.2
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
@@ -14,6 +15,10 @@ lib/libofx.so.1
%%PORTDOCS%%%%DOCSDIR%%/html/classOFXApplication.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountInfoRequest.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountInfoRequest.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAggregate.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAggregate.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.html
@@ -28,19 +33,29 @@ lib/libofx.so.1
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxRequest.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxRequest.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementRequest.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementRequest.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.png
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.html
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.png
-%%PORTDOCS%%%%DOCSDIR%%/html/cmdline_8c-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cmdline_8h-source.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
@@ -65,54 +80,68 @@ lib/libofx.so.1
%%PORTDOCS%%%%DOCSDIR%%/html/functions_eval.html
%%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html
%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2context_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2context_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2getopt1_8c-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2getopt_8c-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2gnugetopt_8h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__account_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__account_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__generic_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__generic_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__main_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__main_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__security_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__security_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__statement_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__statement_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__transaction_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__transaction_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers__misc_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers__misc_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__error__msg_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8cpp-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8cpp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8hh-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8hh.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2tree_8hh-source.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/getopt1_8c-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/getopt_8c-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
@@ -125,8 +154,8 @@ lib/libofx.so.1
%%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_87_80_2inc_2libofx_8h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_87_80_2inc_2libofx_8h.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/main.html
%%PORTDOCS%%%%DOCSDIR%%/html/main__doc_8c-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp-source.html
@@ -139,6 +168,8 @@ lib/libofx.so.1
%%PORTDOCS%%%%DOCSDIR%%/html/ofc__sgml_8hh.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__aggregate_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__aggregate_8hh.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__generic_8cpp-source.html
@@ -161,6 +192,18 @@ lib/libofx.so.1
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8cpp.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8hh.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp-source.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp.html
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh-source.html
@@ -169,11 +212,19 @@ lib/libofx.so.1
%%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/structErrorMsg.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountData.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountInfo.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxCurrency.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxFiLogin.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxSecurityData.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatementData.html
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatusData.html