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

(-)finance/libofx/Makefile (-5 / +19 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	libofx
8
PORTNAME=	libofx
9
PORTVERSION=	0.6.4
9
PORTVERSION=	0.6.5
10
CATEGORIES=	finance
10
CATEGORIES=	finance
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	libofx
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
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=	osp.3:${PORTSDIR}/textproc/opensp
18
18
19
INSTALLS_SHLIB=	yes
20
USE_LIBTOOL=	yes
19
USE_LIBTOOL=	yes
21
CONFIGURE_ARGS=	--with-opensp-includes=${LOCALBASE}/include/OpenSP \
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
		--with-opensp-libs=${LOCALBASE}/lib
21
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
22
INSTALLS_SHLIB=	yes
23
24
CPPFLAGS=	-I${LOCALBASE}/include
25
LDFLAGS=	-L${LOCALBASE}/lib -lintl
26
27
post-install:
28
.if !defined(NOPORTDOCS)
29
	@${MKDIR} ${DOCSDIR}
30
.for file in AUTHORS ChangeLog INSTALL NEWS README totest.txt
31
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
32
.endfor
33
	${TAR} -C ${WRKSRC}/doc -cf - html | \
34
		${TAR} -C ${DOCSDIR} --unlink -xf -
35
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
36
.endif
23
37
24
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)finance/libofx/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libofx-0.6.4.tar.gz) = 4f73e6fe393dedac3961e5145aa95c6c
1
MD5 (libofx-0.6.5.tar.gz) = 685749c235518af6e7ee3c01122a306d
(-)finance/libofx/files/patch-Makefile.in (+20 lines)
Line 0 Link Here
1
--- Makefile.in.orig	Fri Sep 12 12:52:14 2003
2
+++ Makefile.in	Mon Nov 10 01:09:40 2003
3
@@ -141,7 +141,7 @@
4
 sharedstatedir = @sharedstatedir@
5
 sysconfdir = @sysconfdir@
6
 target_alias = @target_alias@
7
-SUBDIRS = inc dtd lib doc . ofx2qif ofxdump 
8
+SUBDIRS = inc dtd lib . ofx2qif ofxdump 
9
 
10
 docdir = ${prefix}/share/doc/libofx
11
 
12
@@ -541,7 +541,7 @@
13
 
14
 info-am:
15
 
16
-install-data-am: install-docDATA
17
+install-data-am:
18
 
19
 install-exec-am:
20
 
(-)finance/libofx/files/patch-doc_Makefile.in (-23 lines)
Lines 1-23 Link Here
1
2
$FreeBSD: ports/finance/libofx/files/patch-doc_Makefile.in,v 1.1 2003/04/13 04:17:55 marcus Exp $
3
4
--- doc/Makefile.in.orig	Sat Apr 12 22:56:20 2003
5
+++ doc/Makefile.in	Sat Apr 12 22:56:44 2003
6
@@ -499,13 +499,13 @@
7
 	rm -rf html refman.pdf
8
 
9
 install-data-hook:
10
-	$(mkinstalldirs) $(DESTDIR)$(docdir)/html
11
+	$(mkinstalldirs) $(DESTDIR)$(docdir)
12
 	mkdir -p html #Workaround to allow libofx-cvs user to install without doc.
13
-	cp -rp html $(DESTDIR)$(docdir)/html
14
+	cp -rp html $(DESTDIR)$(docdir)
15
 
16
 uninstall-hook:
17
-	chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery
18
-	rm -rf $(DESTDIR)${docdir}/html
19
+	chmod +w -R $(DESTDIR)${docdir} #Why chmod is needed is a mystery
20
+	rm -rf $(DESTDIR)${docdir}
21
 
22
 doxygen.cfg: doxygen.cfg.in Makefile
23
 	rm -f $@.tmp
(-)finance/libofx/pkg-plist (-154 / +158 lines)
Lines 4-161 Link Here
4
lib/libofx.a
4
lib/libofx.a
5
lib/libofx.so
5
lib/libofx.so
6
lib/libofx.so.0
6
lib/libofx.so.0
7
share/doc/libofx/AUTHORS
7
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
8
share/doc/libofx/COPYING
8
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
9
share/doc/libofx/ChangeLog
9
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
10
share/doc/libofx/INSTALL
10
%%PORTDOCS%%%%DOCSDIR%%/NEWS
11
share/doc/libofx/NEWS
11
%%PORTDOCS%%%%DOCSDIR%%/README
12
share/doc/libofx/README
12
%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
13
share/doc/libofx/html/annotated.html
13
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.html
14
share/doc/libofx/html/classOfxAccountContainer.html
14
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.png
15
share/doc/libofx/html/classOfxAccountContainer.png
15
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.html
16
share/doc/libofx/html/classOfxBalanceContainer.html
16
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.png
17
share/doc/libofx/html/classOfxBalanceContainer.png
17
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.html
18
share/doc/libofx/html/classOfxBankTransactionContainer.html
18
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.png
19
share/doc/libofx/html/classOfxBankTransactionContainer.png
19
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxDummyContainer.html
20
share/doc/libofx/html/classOfxDummyContainer.html
20
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxDummyContainer.png
21
share/doc/libofx/html/classOfxDummyContainer.png
21
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxGenericContainer.html
22
share/doc/libofx/html/classOfxGenericContainer.html
22
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxGenericContainer.png
23
share/doc/libofx/html/classOfxGenericContainer.png
23
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxInvestmentTransactionContainer.html
24
share/doc/libofx/html/classOfxInvestmentTransactionContainer.html
24
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxInvestmentTransactionContainer.png
25
share/doc/libofx/html/classOfxInvestmentTransactionContainer.png
25
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.html
26
share/doc/libofx/html/classOfxMainContainer.html
26
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.png
27
share/doc/libofx/html/classOfxMainContainer.png
27
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.html
28
share/doc/libofx/html/classOfxPushUpContainer.html
28
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.png
29
share/doc/libofx/html/classOfxPushUpContainer.png
29
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.html
30
share/doc/libofx/html/classOfxSecurityContainer.html
30
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.png
31
share/doc/libofx/html/classOfxSecurityContainer.png
31
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.html
32
share/doc/libofx/html/classOfxStatementContainer.html
32
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.png
33
share/doc/libofx/html/classOfxStatementContainer.png
33
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.html
34
share/doc/libofx/html/classOfxStatusContainer.html
34
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.png
35
share/doc/libofx/html/classOfxStatusContainer.png
35
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.html
36
share/doc/libofx/html/classOfxTransactionContainer.html
36
%%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.png
37
share/doc/libofx/html/classOfxTransactionContainer.png
37
%%PORTDOCS%%%%DOCSDIR%%/html/classOutlineApplication.html
38
share/doc/libofx/html/classOutlineApplication.html
38
%%PORTDOCS%%%%DOCSDIR%%/html/config_8h-source.html
39
share/doc/libofx/html/config_8h-source.html
39
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
40
share/doc/libofx/html/doxygen.css
40
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
41
share/doc/libofx/html/doxygen.png
41
%%PORTDOCS%%%%DOCSDIR%%/html/files.html
42
share/doc/libofx/html/files.html
42
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2blank.png
43
share/doc/libofx/html/ftv2blank.png
43
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2doc.png
44
share/doc/libofx/html/ftv2doc.png
44
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderclosed.png
45
share/doc/libofx/html/ftv2folderclosed.png
45
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderopen.png
46
share/doc/libofx/html/ftv2folderopen.png
46
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2lastnode.png
47
share/doc/libofx/html/ftv2lastnode.png
47
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2link.png
48
share/doc/libofx/html/ftv2link.png
48
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mlastnode.png
49
share/doc/libofx/html/ftv2mlastnode.png
49
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mnode.png
50
share/doc/libofx/html/ftv2mnode.png
50
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2node.png
51
share/doc/libofx/html/ftv2node.png
51
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2plastnode.png
52
share/doc/libofx/html/ftv2plastnode.png
52
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2pnode.png
53
share/doc/libofx/html/ftv2pnode.png
53
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2vertline.png
54
share/doc/libofx/html/ftv2vertline.png
54
%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
55
share/doc/libofx/html/functions.html
55
%%PORTDOCS%%%%DOCSDIR%%/html/functions_enum.html
56
share/doc/libofx/html/fx-0_86_84_2lib_2messages_8cpp-source.html
56
%%PORTDOCS%%%%DOCSDIR%%/html/functions_eval.html
57
share/doc/libofx/html/fx-0_86_84_2lib_2messages_8cpp.html
57
%%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html
58
share/doc/libofx/html/fx-0_86_84_2lib_2messages_8hh-source.html
58
%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
59
share/doc/libofx/html/fx-0_86_84_2lib_2messages_8hh.html
59
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8cpp-source.html
60
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__account_8cpp-source.html
60
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8cpp.html
61
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__account_8cpp.html
61
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8hh-source.html
62
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__generic_8cpp-source.html
62
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2messages_8hh.html
63
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__generic_8cpp.html
63
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__account_8cpp-source.html
64
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__main_8cpp-source.html
64
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__account_8cpp.html
65
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__main_8cpp.html
65
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__generic_8cpp-source.html
66
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__security_8cpp-source.html
66
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__generic_8cpp.html
67
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__security_8cpp.html
67
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__main_8cpp-source.html
68
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__statement_8cpp-source.html
68
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__main_8cpp.html
69
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__statement_8cpp.html
69
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__security_8cpp-source.html
70
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__transaction_8cpp-source.html
70
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__security_8cpp.html
71
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__transaction_8cpp.html
71
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__statement_8cpp-source.html
72
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers_8hh-source.html
72
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__statement_8cpp.html
73
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers_8hh.html
73
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__transaction_8cpp-source.html
74
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers__misc_8cpp-source.html
74
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__container__transaction_8cpp.html
75
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers__misc_8cpp.html
75
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers_8hh-source.html
76
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__error__msg_8hh-source.html
76
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers_8hh.html
77
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__error__msg_8hh.html
77
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers__misc_8cpp-source.html
78
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8cpp-source.html
78
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__containers__misc_8cpp.html
79
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8cpp.html
79
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__error__msg_8hh-source.html
80
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8hh-source.html
80
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__error__msg_8hh.html
81
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8hh.html
81
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8cpp-source.html
82
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8cpp-source.html
82
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8cpp.html
83
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8cpp.html
83
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8hh-source.html
84
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8hh-source.html
84
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__preproc_8hh.html
85
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8hh.html
85
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8cpp-source.html
86
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8cpp-source.html
86
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8cpp.html
87
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8cpp.html
87
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8hh-source.html
88
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8hh-source.html
88
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__sgml_8hh.html
89
share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8hh.html
89
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8cpp-source.html
90
share/doc/libofx/html/fx-0_86_84_2lib_2tree_8hh-source.html
90
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8cpp.html
91
share/doc/libofx/html/globals.html
91
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8hh-source.html
92
share/doc/libofx/html/hierarchy.html
92
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2ofx__utilities_8hh.html
93
share/doc/libofx/html/inc_2libofx_8h-source.html
93
%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_86_85_2lib_2tree_8hh-source.html
94
share/doc/libofx/html/inc_2libofx_8h.html
94
%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
95
share/doc/libofx/html/index.html
95
%%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html
96
share/doc/libofx/html/libofx-0_86_84_2inc_2libofx_8h-source.html
96
%%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html
97
share/doc/libofx/html/libofx-0_86_84_2inc_2libofx_8h.html
97
%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html
98
share/doc/libofx/html/main.html
98
%%PORTDOCS%%%%DOCSDIR%%/html/globals_vars.html
99
share/doc/libofx/html/main__doc_8c-source.html
99
%%PORTDOCS%%%%DOCSDIR%%/html/hierarchy.html
100
share/doc/libofx/html/messages_8cpp-source.html
100
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h-source.html
101
share/doc/libofx/html/messages_8cpp.html
101
%%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h.html
102
share/doc/libofx/html/messages_8hh-source.html
102
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
103
share/doc/libofx/html/messages_8hh.html
103
%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_86_85_2inc_2libofx_8h-source.html
104
share/doc/libofx/html/ofx2qif_8c-source.html
104
%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_86_85_2inc_2libofx_8h.html
105
share/doc/libofx/html/ofx2qif_8c.html
105
%%PORTDOCS%%%%DOCSDIR%%/html/main.html
106
share/doc/libofx/html/ofx__callback_8cpp-source.html
106
%%PORTDOCS%%%%DOCSDIR%%/html/main__doc_8c-source.html
107
share/doc/libofx/html/ofx__callback_8cpp.html
107
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp-source.html
108
share/doc/libofx/html/ofx__callback_8hh-source.html
108
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp.html
109
share/doc/libofx/html/ofx__callback_8hh.html
109
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8hh-source.html
110
share/doc/libofx/html/ofx__container__account_8cpp-source.html
110
%%PORTDOCS%%%%DOCSDIR%%/html/messages_8hh.html
111
share/doc/libofx/html/ofx__container__account_8cpp.html
111
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c-source.html
112
share/doc/libofx/html/ofx__container__generic_8cpp-source.html
112
%%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c.html
113
share/doc/libofx/html/ofx__container__generic_8cpp.html
113
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_8cpp-source.html
114
share/doc/libofx/html/ofx__container__main_8cpp-source.html
114
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_8cpp.html
115
share/doc/libofx/html/ofx__container__main_8cpp.html
115
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_8hh-source.html
116
share/doc/libofx/html/ofx__container__security_8cpp-source.html
116
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__callback_8hh.html
117
share/doc/libofx/html/ofx__container__security_8cpp.html
117
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp-source.html
118
share/doc/libofx/html/ofx__container__statement_8cpp-source.html
118
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp.html
119
share/doc/libofx/html/ofx__container__statement_8cpp.html
119
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__generic_8cpp-source.html
120
share/doc/libofx/html/ofx__container__transaction_8cpp-source.html
120
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__generic_8cpp.html
121
share/doc/libofx/html/ofx__container__transaction_8cpp.html
121
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__main_8cpp-source.html
122
share/doc/libofx/html/ofx__containers_8hh-source.html
122
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__main_8cpp.html
123
share/doc/libofx/html/ofx__containers_8hh.html
123
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__security_8cpp-source.html
124
share/doc/libofx/html/ofx__containers__misc_8cpp-source.html
124
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__security_8cpp.html
125
share/doc/libofx/html/ofx__containers__misc_8cpp.html
125
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__statement_8cpp-source.html
126
share/doc/libofx/html/ofx__error__msg_8hh-source.html
126
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__statement_8cpp.html
127
share/doc/libofx/html/ofx__error__msg_8hh.html
127
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__transaction_8cpp-source.html
128
share/doc/libofx/html/ofx__preproc_8cpp-source.html
128
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__transaction_8cpp.html
129
share/doc/libofx/html/ofx__preproc_8cpp.html
129
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers_8hh-source.html
130
share/doc/libofx/html/ofx__preproc_8hh-source.html
130
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers_8hh.html
131
share/doc/libofx/html/ofx__preproc_8hh.html
131
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers__misc_8cpp-source.html
132
share/doc/libofx/html/ofx__sgml_8cpp-source.html
132
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__containers__misc_8cpp.html
133
share/doc/libofx/html/ofx__sgml_8cpp.html
133
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__error__msg_8hh-source.html
134
share/doc/libofx/html/ofx__sgml_8hh-source.html
134
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__error__msg_8hh.html
135
share/doc/libofx/html/ofx__sgml_8hh.html
135
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8cpp-source.html
136
share/doc/libofx/html/ofx__utilities_8cpp-source.html
136
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8cpp.html
137
share/doc/libofx/html/ofx__utilities_8cpp.html
137
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh-source.html
138
share/doc/libofx/html/ofx__utilities_8hh-source.html
138
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh.html
139
share/doc/libofx/html/ofx__utilities_8hh.html
139
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp-source.html
140
share/doc/libofx/html/ofxdump_8cpp-source.html
140
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp.html
141
share/doc/libofx/html/ofxdump_8cpp.html
141
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh-source.html
142
share/doc/libofx/html/structErrorMsg.html
142
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh.html
143
share/doc/libofx/html/structOfxAccountData.html
143
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8cpp-source.html
144
share/doc/libofx/html/structOfxCurrency.html
144
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8cpp.html
145
share/doc/libofx/html/structOfxSecurityData.html
145
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh-source.html
146
share/doc/libofx/html/structOfxStatementData.html
146
%%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh.html
147
share/doc/libofx/html/structOfxStatusData.html
147
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp-source.html
148
share/doc/libofx/html/structOfxTransactionData.html
148
%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp.html
149
share/doc/libofx/html/tree.html
149
%%PORTDOCS%%%%DOCSDIR%%/html/structErrorMsg.html
150
share/doc/libofx/html/tree.js
150
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountData.html
151
share/doc/libofx/html/tree_8hh-source.html
151
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxCurrency.html
152
share/doc/libofx/html/treeview.js
152
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxSecurityData.html
153
share/doc/libofx/implementation_notes.txt
153
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatementData.html
154
share/doc/libofx/totest.txt
154
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatusData.html
155
share/libofx/dtd/ofx160.dtd
155
%%PORTDOCS%%%%DOCSDIR%%/html/structOfxTransactionData.html
156
share/libofx/dtd/ofx201.dtd
156
%%PORTDOCS%%%%DOCSDIR%%/html/tree.html
157
@dirrm share/libofx/dtd
157
%%PORTDOCS%%%%DOCSDIR%%/html/tree_8hh-source.html
158
@dirrm share/libofx
158
%%PORTDOCS%%%%DOCSDIR%%/totest.txt
159
@dirrm share/doc/libofx/html
159
%%DATADIR%%/dtd/ofx160.dtd
160
@dirrm share/doc/libofx
160
%%DATADIR%%/dtd/ofx201.dtd
161
@dirrm %%DATADIR%%/dtd
162
@dirrm %%DATADIR%%
163
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
164
%%PORTDOCS%%@dirrm %%DOCSDIR%%
161
@dirrm include/libofx
165
@dirrm include/libofx

Return to bug 59125