Date: Mon, 9 Oct 2006 01:17:42 +0200 (CEST) From: Guido Falsi <mad@madpilot.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104188: update finance/libofx to version 0.8.2 (this makes it build again) Message-ID: <200610082317.k98NHgOp028489@wedge.madpilot.net> Resent-Message-ID: <200610082320.k98NKDiB093856@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104188 >Category: ports >Synopsis: update finance/libofx to version 0.8.2 (this makes it build again) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 08 23:20:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: none >Environment: System: FreeBSD wedge.madpilot.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #25: Fri Sep 29 13:15:40 CEST 2006 root@wedge.madpilot.net:/usr/obj/usr/src/sys/WEDGE i386 >Description: The port at present does not build, upgrading to 0.8.2 makes it build and install ok. I am making this upgrade as a middle step to upgrade other ports which depend on this one. (if I find enough time to do this to the end). Please note that libofx.so bumped version numbero from 2 to 3. Should also ports depending on this lib have a version bump? Should I send a PR for that or is this automated in some way? Please let me know the preferred way to handle this. removed files: files/patch-lib_Makefile.in files/patch-ofxconnect_Makefile.in >How-To-Repeat: >Fix: diff -ruN libofx.old/Makefile libofx/Makefile --- libofx.old/Makefile Sun Oct 8 20:07:17 2006 +++ libofx/Makefile Mon Oct 9 00:37:05 2006 @@ -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 @@ 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 diff -ruN libofx.old/distinfo libofx/distinfo --- libofx.old/distinfo Sun Oct 8 20:07:17 2006 +++ libofx/distinfo Sun Oct 8 20:08:04 2006 @@ -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 -ruN libofx.old/files/patch-Makefile.in libofx/files/patch-Makefile.in --- libofx.old/files/patch-Makefile.in Sun Oct 8 20:07:17 2006 +++ libofx/files/patch-Makefile.in Mon Oct 9 00:07:52 2006 @@ -1,20 +1,20 @@ ---- 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 Mon Oct 9 00:05:08 2006 ++++ Makefile.in Mon Oct 9 00:07:21 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) +@@ -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 -ruN libofx.old/files/patch-lib_Makefile.in libofx/files/patch-lib_Makefile.in --- libofx.old/files/patch-lib_Makefile.in Sun Oct 8 20:07:17 2006 +++ libofx/files/patch-lib_Makefile.in Thu Jan 1 01:00:00 1970 @@ -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 -ruN libofx.old/files/patch-ofxconnect_Makefile.in libofx/files/patch-ofxconnect_Makefile.in --- libofx.old/files/patch-ofxconnect_Makefile.in Sun Oct 8 20:07:17 2006 +++ libofx/files/patch-ofxconnect_Makefile.in Thu Jan 1 01:00:00 1970 @@ -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 -ruN libofx.old/pkg-plist libofx/pkg-plist --- libofx.old/pkg-plist Sun Oct 8 20:07:17 2006 +++ libofx/pkg-plist Mon Oct 9 01:04:16 2006 @@ -2,16 +2,19 @@ bin/ofxconnect bin/ofxdump include/libofx/libofx.h +lib/pkgconfig/libofx.pc lib/libofx.a lib/libofx.la lib/libofx.so -lib/libofx.so.2 +lib/libofx.so.3 %%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 @@ %%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 @@ %%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 @@ %%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 @@ %%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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610082317.k98NHgOp028489>