View | Details | Raw Unified | Return to bug 85532
Collapse All | Expand All

(-)finance/libofx/Makefile (-6 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libofx
8
PORTNAME=	libofx
9
PORTVERSION=	0.7.0
9
PORTVERSION=	0.8.0
10
CATEGORIES=	finance
10
CATEGORIES=	finance
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-30 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	OpenSource implementation of the OFX (Open Financial eXchange)
15
COMMENT=	OpenSource implementation of the OFX (Open Financial eXchange)
16
16
17
LIB_DEPENDS=	osp.3:${PORTSDIR}/textproc/opensp
17
LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl \
18
		osp.3:${PORTSDIR}/textproc/opensp
18
19
19
USE_GMAKE=	yes
20
USE_GMAKE=	yes
20
USE_GNOME=	gnometarget
21
USE_GNOME=	gnometarget
21
USE_LIBTOOL_VER=	15
22
USE_GETOPT_LONG=	yes
22
USE_GETOPT_LONG=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
USE_LIBTOOL_VER=	15
24
		LDFLAGS="-L${LOCALBASE}/lib"
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
25
CONFIGURE_ARGS=	--disable-doxygen --disable-dot \
25
CONFIGURE_ARGS=	--disable-doxygen --disable-dot --disable-gengetopt \
26
		--with-opensp-includes=${LOCALBASE}/include/OpenSP
26
		--with-opensp-includes=${LOCALBASE}/include/OpenSP
27
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
28
29
CPPFLAGS=	-I${LOCALBASE}/include
30
LDFLAGS=	-L${LOCALBASE}/lib
28
31
29
post-install:
32
post-install:
30
.if !defined(NOPORTDOCS)
33
.if !defined(NOPORTDOCS)
(-)finance/libofx/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libofx-0.7.0.tar.gz) = 15ab18063c552ad5d69d4481efbbd6e6
1
MD5 (libofx-0.8.0.tar.gz) = 8001c22445c1bdd6bebf1df3663db203
2
SIZE (libofx-0.7.0.tar.gz) = 759777
2
SIZE (libofx-0.8.0.tar.gz) = 748496
(-)finance/libofx/files/patch-Makefile.in (-15 / +15 lines)
Lines 1-20 Link Here
1
--- Makefile.in.orig	Fri Oct  8 17:34:45 2004
1
--- Makefile.in.orig	Mon Aug  1 03:46:41 2005
2
+++ Makefile.in	Thu Feb 10 20:30:55 2005
2
+++ Makefile.in	Mon Aug  1 14:09:23 2005
3
@@ -102,7 +102,7 @@
3
@@ -206,7 +206,7 @@
4
 enable_latex_docs = @enable_latex_docs@
4
 sharedstatedir = @sharedstatedir@
5
 have_gengetopt = @have_gengetopt@
5
 sysconfdir = @sysconfdir@
6
 target_alias = @target_alias@
7
-SUBDIRS = inc dtd lib doc . ofx2qif ofxdump ofxconnect 
8
+SUBDIRS = inc dtd lib . ofx2qif ofxdump ofxconnect 
9
 docdir = ${prefix}/share/doc/libofx
10
 doc_DATA = \
11
   AUTHORS \
12
@@ -621,7 +621,7 @@
6
 
13
 
7
-SUBDIRS = inc dtd lib doc . ofx2qif ofxdump 
14
 info-am:
8
+SUBDIRS = inc dtd lib . ofx2qif ofxdump 
9
 
10
 docdir = ${prefix}/share/doc/libofx-@VERSION@
11
 
12
@@ -353,7 +353,7 @@
13
 install-exec-am:
14
 install-exec: install-exec-recursive
15
 
15
 
16
-install-data-am: install-docDATA
16
-install-data-am: install-docDATA
17
+install-data-am:
17
+install-data-am:
18
 install-data: install-data-recursive
19
 
18
 
20
 install-am: all-am
19
 install-exec-am:
20
 
(-)finance/libofx/files/patch-ofxconnect_Makefile.in (+11 lines)
Line 0 Link Here
1
--- ofxconnect/Makefile.in.orig	Mon Aug  1 03:34:47 2005
2
+++ ofxconnect/Makefile.in	Mon Aug  1 14:26:47 2005
3
@@ -201,7 +201,7 @@
4
 sharedstatedir = @sharedstatedir@
5
 sysconfdir = @sysconfdir@
6
 target_alias = @target_alias@
7
-ofxconnect_LDADD = $(top_builddir)/lib/libofx.la -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl
8
+ofxconnect_LDADD = $(top_builddir)/lib/libofx.la `curl-config --libs`
9
 ofxconnect_SOURCES = cmdline.h cmdline.c ofxconnect.cpp 
10
 AM_CPPFLAGS = \
11
 	-I${top_srcdir}/inc
(-)finance/libofx/pkg-plist (-53 / +104 lines)
Lines 1-9 Link Here
1
bin/ofx2qif
1
bin/ofx2qif
2
bin/ofxconnect
2
bin/ofxdump
3
bin/ofxdump
3
include/libofx/libofx.h
4
include/libofx/libofx.h
4
lib/libofx.a
5
lib/libofx.a
5
lib/libofx.so
6
lib/libofx.so
6
lib/libofx.so.1
7
lib/libofx.so.2
7
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
8
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
8
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
9
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
9
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
10
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
Lines 14-19 Link Here
14
%%PORTDOCS%%%%DOCSDIR%%/html/classOFXApplication.html
15
%%PORTDOCS%%%%DOCSDIR%%/html/classOFXApplication.html
15
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.html
16
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.html
16
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.png
17
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.png
18
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountInfoRequest.html
19
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountInfoRequest.png
20
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAggregate.html
21
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAggregate.png
17
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.html
22
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.html
18
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.png
23
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.png
19
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.html
24
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.html
Lines 28-46 Link Here
28
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.png
33
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.png
29
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.html
34
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.html
30
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.png
35
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.png
36
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxRequest.html
37
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxRequest.png
31
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.html
38
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.html
32
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.png
39
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.png
33
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.html
40
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.html
34
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.png
41
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.png
42
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementRequest.html
43
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementRequest.png
35
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.html
44
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.html
36
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.png
45
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.png
37
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.html
46
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.html
38
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.png
47
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.png
39
%%PORTDOCS%%%%DOCSDIR%%/html/cmdline_8c-source.html
40
%%PORTDOCS%%%%DOCSDIR%%/html/cmdline_8h-source.html
41
%%PORTDOCS%%%%DOCSDIR%%/html/config_8h-source.html
48
%%PORTDOCS%%%%DOCSDIR%%/html/config_8h-source.html
42
%%PORTDOCS%%%%DOCSDIR%%/html/context_8cpp-source.html
49
%%PORTDOCS%%%%DOCSDIR%%/html/context_8cpp-source.html
43
%%PORTDOCS%%%%DOCSDIR%%/html/context_8hh-source.html
50
%%PORTDOCS%%%%DOCSDIR%%/html/context_8hh-source.html
51
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000000.html
52
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000001.html
53
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000002.html
54
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000003.html
55
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000004.html
56
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000005.html
57
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000006.html
58
%%PORTDOCS%%%%DOCSDIR%%/html/dir_000007.html
44
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
59
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
45
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
60
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
46
%%PORTDOCS%%%%DOCSDIR%%/html/file__preproc_8cpp-source.html
61
%%PORTDOCS%%%%DOCSDIR%%/html/file__preproc_8cpp-source.html
Lines 65-118 Link Here
65
%%PORTDOCS%%%%DOCSDIR%%/html/functions_eval.html
80
%%PORTDOCS%%%%DOCSDIR%%/html/functions_eval.html
66
%%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html
81
%%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html
67
%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
82
%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
68
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2context_8cpp-source.html
83
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2context_8cpp-source.html
69
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2context_8hh-source.html
84
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2context_8hh-source.html
70
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8cpp-source.html
85
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8cpp-source.html
71
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8cpp.html
86
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8cpp.html
72
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8hh-source.html
87
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8hh-source.html
73
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8hh.html
88
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8hh.html
74
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2getopt1_8c-source.html
89
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2getopt1_8c-source.html
75
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2getopt_8c-source.html
90
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2getopt_8c-source.html
76
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2gnugetopt_8h-source.html
91
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2gnugetopt_8h-source.html
77
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8cpp-source.html
92
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8cpp-source.html
78
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8cpp.html
93
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8cpp.html
79
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8hh-source.html
94
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8hh-source.html
80
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8hh.html
95
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8hh.html
81
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8cpp-source.html
96
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8cpp-source.html
82
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8cpp.html
97
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8cpp.html
83
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8hh-source.html
98
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8hh-source.html
84
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8hh.html
99
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8hh.html
85
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__account_8cpp-source.html
100
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__aggregate_8hh-source.html
86
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__account_8cpp.html
101
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__aggregate_8hh.html
87
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__generic_8cpp-source.html
102
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__account_8cpp-source.html
88
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__generic_8cpp.html
103
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__account_8cpp.html
89
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__main_8cpp-source.html
104
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__generic_8cpp-source.html
90
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__main_8cpp.html
105
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__generic_8cpp.html
91
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__security_8cpp-source.html
106
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__main_8cpp-source.html
92
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__security_8cpp.html
107
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__main_8cpp.html
93
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__statement_8cpp-source.html
108
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__security_8cpp-source.html
94
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__statement_8cpp.html
109
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__security_8cpp.html
95
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__transaction_8cpp-source.html
110
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__statement_8cpp-source.html
96
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__transaction_8cpp.html
111
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__statement_8cpp.html
97
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers_8hh-source.html
112
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__transaction_8cpp-source.html
98
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers_8hh.html
113
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__transaction_8cpp.html
99
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers__misc_8cpp-source.html
114
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers_8hh-source.html
100
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers__misc_8cpp.html
115
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers_8hh.html
101
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html
116
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers__misc_8cpp-source.html
102
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__error__msg_8hh.html
117
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers__misc_8cpp.html
103
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8cpp-source.html
118
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__error__msg_8hh-source.html
104
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8cpp.html
119
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__error__msg_8hh.html
105
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8hh-source.html
120
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8cpp-source.html
106
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8hh.html
121
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8cpp.html
107
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8cpp-source.html
122
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8hh-source.html
108
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8cpp.html
123
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8hh.html
109
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8hh-source.html
124
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8cpp-source.html
110
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8hh.html
125
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8cpp.html
111
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8cpp-source.html
126
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8hh-source.html
112
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8cpp.html
127
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8hh.html
113
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8hh-source.html
128
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8cpp-source.html
114
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8hh.html
129
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8cpp.html
115
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2tree_8hh-source.html
130
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8hh-source.html
131
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8hh.html
132
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8cpp-source.html
133
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8cpp.html
134
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8hh-source.html
135
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8hh.html
136
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8cpp-source.html
137
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8cpp.html
138
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8hh-source.html
139
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8hh.html
140
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8cpp-source.html
141
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8cpp.html
142
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8hh-source.html
143
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8hh.html
144
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2tree_8hh-source.html
116
%%PORTDOCS%%%%DOCSDIR%%/html/getopt1_8c-source.html
145
%%PORTDOCS%%%%DOCSDIR%%/html/getopt1_8c-source.html
117
%%PORTDOCS%%%%DOCSDIR%%/html/getopt_8c-source.html
146
%%PORTDOCS%%%%DOCSDIR%%/html/getopt_8c-source.html
118
%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
147
%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
Lines 125-132 Link Here
125
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h-source.html
154
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h-source.html
126
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h.html
155
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h.html
127
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
156
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
128
%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_87_80_2inc_2libofx_8h-source.html
157
%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_80_2inc_2libofx_8h-source.html
129
%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_87_80_2inc_2libofx_8h.html
158
%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_80_2inc_2libofx_8h.html
130
%%PORTDOCS%%%%DOCSDIR%%/html/main.html
159
%%PORTDOCS%%%%DOCSDIR%%/html/main.html
131
%%PORTDOCS%%%%DOCSDIR%%/html/main__doc_8c-source.html
160
%%PORTDOCS%%%%DOCSDIR%%/html/main__doc_8c-source.html
132
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp-source.html
161
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp-source.html
Lines 139-144 Link Here
139
%%PORTDOCS%%%%DOCSDIR%%/html/ofc__sgml_8hh.html
168
%%PORTDOCS%%%%DOCSDIR%%/html/ofc__sgml_8hh.html
140
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c-source.html
169
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c-source.html
141
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c.html
170
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c.html
171
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__aggregate_8hh-source.html
172
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__aggregate_8hh.html
142
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp-source.html
173
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp-source.html
143
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp.html
174
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp.html
144
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__generic_8cpp-source.html
175
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__generic_8cpp-source.html
Lines 161-166 Link Here
161
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8cpp.html
192
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8cpp.html
162
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh-source.html
193
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh-source.html
163
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh.html
194
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh.html
195
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8cpp-source.html
196
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8cpp.html
197
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8hh-source.html
198
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8hh.html
199
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8cpp-source.html
200
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8cpp.html
201
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8hh-source.html
202
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8hh.html
203
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8cpp-source.html
204
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8cpp.html
205
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8hh-source.html
206
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8hh.html
164
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp-source.html
207
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp-source.html
165
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp.html
208
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp.html
166
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh-source.html
209
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh-source.html
Lines 169-179 Link Here
169
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8cpp.html
212
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8cpp.html
170
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh-source.html
213
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh-source.html
171
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh.html
214
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh.html
215
%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_2cmdline_8c-source.html
216
%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_2cmdline_8h-source.html
217
%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_8cpp-source.html
218
%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_8cpp.html
219
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_2cmdline_8c-source.html
220
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_2cmdline_8h-source.html
172
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp-source.html
221
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp-source.html
173
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp.html
222
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp.html
174
%%PORTDOCS%%%%DOCSDIR%%/html/structErrorMsg.html
223
%%PORTDOCS%%%%DOCSDIR%%/html/structErrorMsg.html
175
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountData.html
224
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountData.html
225
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountInfo.html
176
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxCurrency.html
226
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxCurrency.html
227
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxFiLogin.html
177
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxSecurityData.html
228
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxSecurityData.html
178
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatementData.html
229
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatementData.html
179
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatusData.html
230
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatusData.html

Return to bug 85532