summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-10 18:07:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-10 18:07:49 +0000
commitfc332e9143f1cacac506b35e6498715a337c1289 (patch)
tree164ce08c795ecec787f64280de6b6bb03c1d7417 /finance
parentupdate gftp to 2.0.16 (diff)
Update to 0.6.5 and unbreak with the new OpenSP.
PR: 59125 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=93673
Diffstat (limited to 'finance')
-rw-r--r--finance/libofx/Makefile24
-rw-r--r--finance/libofx/distinfo2
-rw-r--r--finance/libofx/files/patch-Makefile.in20
-rw-r--r--finance/libofx/files/patch-doc_Makefile.in23
-rw-r--r--finance/libofx/pkg-plist312
5 files changed, 198 insertions, 183 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index 8b8eff30de60..1b68d50950a7 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -6,19 +6,33 @@
#
PORTNAME= libofx
-PORTVERSION= 0.6.4
+PORTVERSION= 0.6.5
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= libofx
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenSource implementation of the OFX (Open Financial eXchange)
LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp
-INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-opensp-includes=${LOCALBASE}/include/OpenSP \
- --with-opensp-libs=${LOCALBASE}/lib
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+INSTALLS_SHLIB= yes
+
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib -lintl
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in AUTHORS ChangeLog INSTALL NEWS README totest.txt
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+ ${TAR} -C ${WRKSRC}/doc -cf - html | \
+ ${TAR} -C ${DOCSDIR} --unlink -xf -
+ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+.endif
.include <bsd.port.mk>
diff --git a/finance/libofx/distinfo b/finance/libofx/distinfo
index 4758457b9e22..681af186625f 100644
--- a/finance/libofx/distinfo
+++ b/finance/libofx/distinfo
@@ -1 +1 @@
-MD5 (libofx-0.6.4.tar.gz) = 4f73e6fe393dedac3961e5145aa95c6c
+MD5 (libofx-0.6.5.tar.gz) = 685749c235518af6e7ee3c01122a306d
diff --git a/finance/libofx/files/patch-Makefile.in b/finance/libofx/files/patch-Makefile.in
new file mode 100644
index 000000000000..25c2672041e1
--- /dev/null
+++ b/finance/libofx/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Fri Sep 12 12:52:14 2003
++++ Makefile.in Mon Nov 10 01:09:40 2003
+@@ -141,7 +141,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = inc dtd lib doc . ofx2qif ofxdump
++SUBDIRS = inc dtd lib . ofx2qif ofxdump
+
+ docdir = ${prefix}/share/doc/libofx
+
+@@ -541,7 +541,7 @@
+
+ info-am:
+
+-install-data-am: install-docDATA
++install-data-am:
+
+ install-exec-am:
+
diff --git a/finance/libofx/files/patch-doc_Makefile.in b/finance/libofx/files/patch-doc_Makefile.in
deleted file mode 100644
index a80b4ac1b304..000000000000
--- a/finance/libofx/files/patch-doc_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- doc/Makefile.in.orig Sat Apr 12 22:56:20 2003
-+++ doc/Makefile.in Sat Apr 12 22:56:44 2003
-@@ -499,13 +499,13 @@
- rm -rf html refman.pdf
-
- install-data-hook:
-- $(mkinstalldirs) $(DESTDIR)$(docdir)/html
-+ $(mkinstalldirs) $(DESTDIR)$(docdir)
- mkdir -p html #Workaround to allow libofx-cvs user to install without doc.
-- cp -rp html $(DESTDIR)$(docdir)/html
-+ cp -rp html $(DESTDIR)$(docdir)
-
- uninstall-hook:
-- chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery
-- rm -rf $(DESTDIR)${docdir}/html
-+ chmod +w -R $(DESTDIR)${docdir} #Why chmod is needed is a mystery
-+ rm -rf $(DESTDIR)${docdir}
-
- doxygen.cfg: doxygen.cfg.in Makefile
- rm -f $@.tmp
diff --git a/finance/libofx/pkg-plist b/finance/libofx/pkg-plist
index c56617f39b2b..6008a12ff566 100644
--- a/finance/libofx/pkg-plist
+++ b/finance/libofx/pkg-plist
@@ -4,158 +4,162 @@ include/libofx/libofx.h
lib/libofx.a
lib/libofx.so
lib/libofx.so.0
-share/doc/libofx/AUTHORS
-share/doc/libofx/COPYING
-share/doc/libofx/ChangeLog
-share/doc/libofx/INSTALL
-share/doc/libofx/NEWS
-share/doc/libofx/README
-share/doc/libofx/html/annotated.html
-share/doc/libofx/html/classOfxAccountContainer.html
-share/doc/libofx/html/classOfxAccountContainer.png
-share/doc/libofx/html/classOfxBalanceContainer.html
-share/doc/libofx/html/classOfxBalanceContainer.png
-share/doc/libofx/html/classOfxBankTransactionContainer.html
-share/doc/libofx/html/classOfxBankTransactionContainer.png
-share/doc/libofx/html/classOfxDummyContainer.html
-share/doc/libofx/html/classOfxDummyContainer.png
-share/doc/libofx/html/classOfxGenericContainer.html
-share/doc/libofx/html/classOfxGenericContainer.png
-share/doc/libofx/html/classOfxInvestmentTransactionContainer.html
-share/doc/libofx/html/classOfxInvestmentTransactionContainer.png
-share/doc/libofx/html/classOfxMainContainer.html
-share/doc/libofx/html/classOfxMainContainer.png
-share/doc/libofx/html/classOfxPushUpContainer.html
-share/doc/libofx/html/classOfxPushUpContainer.png
-share/doc/libofx/html/classOfxSecurityContainer.html
-share/doc/libofx/html/classOfxSecurityContainer.png
-share/doc/libofx/html/classOfxStatementContainer.html
-share/doc/libofx/html/classOfxStatementContainer.png
-share/doc/libofx/html/classOfxStatusContainer.html
-share/doc/libofx/html/classOfxStatusContainer.png
-share/doc/libofx/html/classOfxTransactionContainer.html
-share/doc/libofx/html/classOfxTransactionContainer.png
-share/doc/libofx/html/classOutlineApplication.html
-share/doc/libofx/html/config_8h-source.html
-share/doc/libofx/html/doxygen.css
-share/doc/libofx/html/doxygen.png
-share/doc/libofx/html/files.html
-share/doc/libofx/html/ftv2blank.png
-share/doc/libofx/html/ftv2doc.png
-share/doc/libofx/html/ftv2folderclosed.png
-share/doc/libofx/html/ftv2folderopen.png
-share/doc/libofx/html/ftv2lastnode.png
-share/doc/libofx/html/ftv2link.png
-share/doc/libofx/html/ftv2mlastnode.png
-share/doc/libofx/html/ftv2mnode.png
-share/doc/libofx/html/ftv2node.png
-share/doc/libofx/html/ftv2plastnode.png
-share/doc/libofx/html/ftv2pnode.png
-share/doc/libofx/html/ftv2vertline.png
-share/doc/libofx/html/functions.html
-share/doc/libofx/html/fx-0_86_84_2lib_2messages_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2messages_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2messages_8hh-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2messages_8hh.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__account_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__account_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__generic_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__generic_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__main_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__main_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__security_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__security_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__statement_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__statement_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__transaction_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__transaction_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers_8hh-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers_8hh.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers__misc_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers__misc_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__error__msg_8hh-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__error__msg_8hh.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8hh-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8hh.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8hh-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8hh.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8cpp-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8cpp.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8hh-source.html
-share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8hh.html
-share/doc/libofx/html/fx-0_86_84_2lib_2tree_8hh-source.html
-share/doc/libofx/html/globals.html
-share/doc/libofx/html/hierarchy.html
-share/doc/libofx/html/inc_2libofx_8h-source.html
-share/doc/libofx/html/inc_2libofx_8h.html
-share/doc/libofx/html/index.html
-share/doc/libofx/html/libofx-0_86_84_2inc_2libofx_8h-source.html
-share/doc/libofx/html/libofx-0_86_84_2inc_2libofx_8h.html
-share/doc/libofx/html/main.html
-share/doc/libofx/html/main__doc_8c-source.html
-share/doc/libofx/html/messages_8cpp-source.html
-share/doc/libofx/html/messages_8cpp.html
-share/doc/libofx/html/messages_8hh-source.html
-share/doc/libofx/html/messages_8hh.html
-share/doc/libofx/html/ofx2qif_8c-source.html
-share/doc/libofx/html/ofx2qif_8c.html
-share/doc/libofx/html/ofx__callback_8cpp-source.html
-share/doc/libofx/html/ofx__callback_8cpp.html
-share/doc/libofx/html/ofx__callback_8hh-source.html
-share/doc/libofx/html/ofx__callback_8hh.html
-share/doc/libofx/html/ofx__container__account_8cpp-source.html
-share/doc/libofx/html/ofx__container__account_8cpp.html
-share/doc/libofx/html/ofx__container__generic_8cpp-source.html
-share/doc/libofx/html/ofx__container__generic_8cpp.html
-share/doc/libofx/html/ofx__container__main_8cpp-source.html
-share/doc/libofx/html/ofx__container__main_8cpp.html
-share/doc/libofx/html/ofx__container__security_8cpp-source.html
-share/doc/libofx/html/ofx__container__security_8cpp.html
-share/doc/libofx/html/ofx__container__statement_8cpp-source.html
-share/doc/libofx/html/ofx__container__statement_8cpp.html
-share/doc/libofx/html/ofx__container__transaction_8cpp-source.html
-share/doc/libofx/html/ofx__container__transaction_8cpp.html
-share/doc/libofx/html/ofx__containers_8hh-source.html
-share/doc/libofx/html/ofx__containers_8hh.html
-share/doc/libofx/html/ofx__containers__misc_8cpp-source.html
-share/doc/libofx/html/ofx__containers__misc_8cpp.html
-share/doc/libofx/html/ofx__error__msg_8hh-source.html
-share/doc/libofx/html/ofx__error__msg_8hh.html
-share/doc/libofx/html/ofx__preproc_8cpp-source.html
-share/doc/libofx/html/ofx__preproc_8cpp.html
-share/doc/libofx/html/ofx__preproc_8hh-source.html
-share/doc/libofx/html/ofx__preproc_8hh.html
-share/doc/libofx/html/ofx__sgml_8cpp-source.html
-share/doc/libofx/html/ofx__sgml_8cpp.html
-share/doc/libofx/html/ofx__sgml_8hh-source.html
-share/doc/libofx/html/ofx__sgml_8hh.html
-share/doc/libofx/html/ofx__utilities_8cpp-source.html
-share/doc/libofx/html/ofx__utilities_8cpp.html
-share/doc/libofx/html/ofx__utilities_8hh-source.html
-share/doc/libofx/html/ofx__utilities_8hh.html
-share/doc/libofx/html/ofxdump_8cpp-source.html
-share/doc/libofx/html/ofxdump_8cpp.html
-share/doc/libofx/html/structErrorMsg.html
-share/doc/libofx/html/structOfxAccountData.html
-share/doc/libofx/html/structOfxCurrency.html
-share/doc/libofx/html/structOfxSecurityData.html
-share/doc/libofx/html/structOfxStatementData.html
-share/doc/libofx/html/structOfxStatusData.html
-share/doc/libofx/html/structOfxTransactionData.html
-share/doc/libofx/html/tree.html
-share/doc/libofx/html/tree.js
-share/doc/libofx/html/tree_8hh-source.html
-share/doc/libofx/html/treeview.js
-share/doc/libofx/implementation_notes.txt
-share/doc/libofx/totest.txt
-share/libofx/dtd/ofx160.dtd
-share/libofx/dtd/ofx201.dtd
-@dirrm share/libofx/dtd
-@dirrm share/libofx
-@dirrm share/doc/libofx/html
-@dirrm share/doc/libofx
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxDummyContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxDummyContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxGenericContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxGenericContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxInvestmentTransactionContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxInvestmentTransactionContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classOutlineApplication.html
+%%PORTDOCS%%%%DOCSDIR%%/html/config_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
+%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
+%%PORTDOCS%%%%DOCSDIR%%/html/files.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2blank.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2doc.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderclosed.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderopen.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2lastnode.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2link.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mlastnode.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mnode.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2node.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2plastnode.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2pnode.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ftv2vertline.png
+%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_enum.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_eval.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__account_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__account_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__generic_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__generic_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__main_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__main_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__security_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__security_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__statement_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__statement_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__transaction_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__transaction_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers__misc_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers__misc_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__error__msg_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__error__msg_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2tree_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
+%%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html
+%%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html
+%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html
+%%PORTDOCS%%%%DOCSDIR%%/html/globals_vars.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_86_85_2inc_2libofx_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_86_85_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/ofx2qif_8c-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_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
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__generic_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__main_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__main_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__security_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__security_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__statement_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__statement_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__transaction_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__transaction_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers__misc_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers__misc_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__error__msg_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__error__msg_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8cpp-source.html
+%%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__sgml_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8cpp-source.html
+%%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/ofxdump_8cpp-source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structErrorMsg.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountData.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxCurrency.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxSecurityData.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatementData.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatusData.html
+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxTransactionData.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tree.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tree_8hh-source.html
+%%PORTDOCS%%%%DOCSDIR%%/totest.txt
+%%DATADIR%%/dtd/ofx160.dtd
+%%DATADIR%%/dtd/ofx201.dtd
+@dirrm %%DATADIR%%/dtd
+@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/libofx