Index: head/devel/gwenhywfar/Makefile =================================================================== --- head/devel/gwenhywfar/Makefile (revision 404967) +++ head/devel/gwenhywfar/Makefile (revision 404968) @@ -1,84 +1,93 @@ # $FreeBSD$ PORTNAME= gwenhywfar -PORTVERSION= 4.3.3 -PORTREVISION?= 8 +PORTVERSION= 4.14.0 +PORTREVISION?= 0 CATEGORIES= devel net security -MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=/ +MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=01&file=01&dummy=/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Multi-platform helper library for networking and security applications LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgnutls.so:${PORTSDIR}/security/gnutls -USES= pathfix pkgconfig gettext gmake libtool +USES= gettext gmake iconv libtool pathfix pkgconfig USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" \ --with-guis="${SLAVEPORT}" CPPFLAGS+= -DGCRYPT_NO_DEPRECATED -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl - -PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}" +INSTALL_TARGET= install-strip USE_LDCONFIG= yes GWEN_SHLIB_VER= 60 +PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}" .if !defined(SLAVEPORT) OPTIONS_DEFINE= DOXYGEN MEMDEBUG DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz DOXYGEN_CONFIGURE_ENABLE= full-doc MEMDEBUG_DESC= Enable memory debugger statistic MEMDEBUG_CONFIGURE_ENABLE= memtrace .endif .include .if defined(SLAVEPORT) LIB_DEPENDS+= libgwenhywfar.so:${PORTSDIR}/devel/gwenhywfar BUILD_WRKSRC= ${WRKSRC}/gui INSTALL_WRKSRC= ${WRKSRC}/gui/${SLAVEPORT} -.if ${SLAVEPORT}=="fox16" +. if ${SLAVEPORT}=="fox16" LIB_DEPENDS+= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 -CPPFLAGS+= -I${LOCALBASE}/include -.endif +CONFIGURE_ARGS+=--with-fox-includes=${LOCALBASE}/include/fox-1.6 \ + --with-fox-libs=${LOCALBASE}/lib +. endif -.if ${SLAVEPORT}=="gtk2" +. if ${SLAVEPORT}=="gtk2" USE_GNOME+= gtk20 -.endif +. endif -.if ${SLAVEPORT}=="qt4" +. if ${SLAVEPORT}=="qt4" USE_QT4= gui moc_build uic_build QT_NONSTANDARD= yes +CONFIGURE_ARGS+=--with-qt4-includes=${QT_INCDIR} \ + --with-qt4-libs=${QT_LIBDIR} \ + --with-qt4-moc=${MOC} \ + --with-qt4-uic=${UIC} +. endif .endif -.endif post-patch: .if defined(SLAVEPORT) @${FIND} ${BUILD_WRKSRC} -name "Makefile.in" -type f | ${XARGS} \ - ${REINPLACE_CMD} -e 's|[$$][(]top_builddir[)]/src/[$$][(]gwenhywfar_internal_libname[)]|$$(gwenhywfar_libs)|g' + ${REINPLACE_CMD} -e 's|[$$][(]top_builddir[)]/src/[$$][(]gwenhywfar_internal_libname[)]|$$(gwenhywfar_libs)|g' \ + -e 's|[$$][(]builddir[)]/../cpp/libgwengui-cpp.la|-lgwengui-cpp|g' \ + -e 's|[$$][(]top_builddir[)]/gui/cpp/libgwengui-cpp.la|-lgwengui-cpp|g' \ + -e '/^SUBDIRS/s|cpp ||g' .endif post-build: .if ${PORT_OPTIONS:MDOXYGEN} @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc .endif post-install: .if ${PORT_OPTIONS:MDOXYGEN} ${MKDIR} ${STAGEDIR}${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ - ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/apidoc + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidoc @${FIND} -P ${STAGEDIR}${DOCSDIR} -type f 2>/dev/null | \ ${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST} .endif .include Index: head/devel/gwenhywfar/distinfo =================================================================== --- head/devel/gwenhywfar/distinfo (revision 404967) +++ head/devel/gwenhywfar/distinfo (revision 404968) @@ -1,2 +1,2 @@ -SHA256 (gwenhywfar-4.3.3.tar.gz) = 87ed0f8669e1c21eaa717a18a8cf516b771c00610f5e17148cd36bce0d7d8ec2 -SIZE (gwenhywfar-4.3.3.tar.gz) = 2346826 +SHA256 (gwenhywfar-4.14.0.tar.gz) = 7e0ec2f1cab7d22a5ae0066e0ef827d4affec59470b1bdbc42132b58a903dd03 +SIZE (gwenhywfar-4.14.0.tar.gz) = 2517862 Index: head/devel/gwenhywfar/files/patch-configure =================================================================== --- head/devel/gwenhywfar/files/patch-configure (revision 404967) +++ head/devel/gwenhywfar/files/patch-configure (revision 404968) @@ -1,11 +1,11 @@ ---- ./configure.orig 2011-07-19 09:08:26.000000000 -0400 -+++ ./configure 2011-07-19 09:08:11.000000000 -0400 -@@ -20457,7 +20457,7 @@ - $as_echo_n "checking if symbol visibility is supported... " >&6; } - visibility_cflags="" - case `$CC --version|head -n1|cut -f1 -d " "` in -- *gcc*) -+ cc|*gcc*) - gccversion="` ${CC} -dumpversion `" - case $gccversion in - 4.*) +--- configure.orig 2015-05-25 16:16:33 UTC ++++ configure +@@ -20986,7 +20986,7 @@ $as_echo_n "checking for fox libraries.. + + # Check whether --with-fox-libs was given. + if test "${with_fox_libs+set}" = set; then : +- withval=$with_fox_libs; fox_libs="$withval" ++ withval=$with_fox_libs; local_fox_libs="$withval" + else + + ac_ext=cpp Index: head/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp =================================================================== --- head/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp (revision 404967) +++ head/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp (revision 404968) @@ -1,8 +1,8 @@ ---- gui/fox16/libtest.cpp.orig 2010-08-28 13:40:12.000000000 +0000 +--- gui/fox16/libtest.cpp.orig 2014-10-12 13:12:22 UTC +++ gui/fox16/libtest.cpp @@ -1,4 +1,5 @@ +#include #ifdef HAVE_CONFIG_H # include #endif Index: head/devel/gwenhywfar/pkg-descr =================================================================== --- head/devel/gwenhywfar/pkg-descr (revision 404967) +++ head/devel/gwenhywfar/pkg-descr (revision 404968) @@ -1,16 +1,16 @@ This is Gwenhywfar, a multi-platform (*BSD, Linux, MS-Win, etc.) helper library for networking and security applications and libraries. It is used by several 'finance' ports, and possibly others. Gwenhywfar includes the following features, among several others: - OS abstraction functions for directory and Internet address handling and library loading (src/os/) - Networking functions which allow managing many connections to be used economically even in single threaded applications - High-level functions for parsing files with a simplified "XML-like" format and accessing them like a hierarchical database (src/parser/) It is able to process valid XML files, too. - High-level cryptographic functions on top of OpenSSL functionality (src/crypt/) -WWW: http://www.aquamaniac.de/ +WWW: http://www.aquamaniac.de/ Index: head/devel/gwenhywfar/pkg-plist =================================================================== --- head/devel/gwenhywfar/pkg-plist (revision 404967) +++ head/devel/gwenhywfar/pkg-plist (revision 404968) @@ -1,164 +1,188 @@ bin/gct-tool bin/gsa bin/gwenhywfar-config bin/mklistdoc bin/typemaker bin/typemaker2 bin/xmlmerge +include/gwenhywfar4/gwen-gui-cpp/api.h include/gwenhywfar4/gwen-gui-cpp/cppdialog.hpp include/gwenhywfar4/gwen-gui-cpp/cppgui.hpp include/gwenhywfar4/gwen-gui-cpp/cppwidget.hpp include/gwenhywfar4/gwenhywfar/args.h include/gwenhywfar4/gwenhywfar/base64.h +include/gwenhywfar4/gwenhywfar/bindata.h include/gwenhywfar4/gwenhywfar/buffer.h include/gwenhywfar4/gwenhywfar/cgui.h include/gwenhywfar4/gwenhywfar/configmgr.h include/gwenhywfar4/gwenhywfar/configmgr_be.h include/gwenhywfar4/gwenhywfar/cryptalgo.h include/gwenhywfar4/gwenhywfar/cryptdefs.h include/gwenhywfar4/gwenhywfar/crypthead.h include/gwenhywfar4/gwenhywfar/cryptkey.h include/gwenhywfar4/gwenhywfar/cryptkey_be.h include/gwenhywfar4/gwenhywfar/cryptkeyrsa.h include/gwenhywfar4/gwenhywfar/cryptkeysym.h include/gwenhywfar4/gwenhywfar/cryptmgr.h include/gwenhywfar4/gwenhywfar/cryptmgr_be.h include/gwenhywfar4/gwenhywfar/cryptmgrkeys.h include/gwenhywfar4/gwenhywfar/ct.h include/gwenhywfar4/gwenhywfar/ct_be.h include/gwenhywfar4/gwenhywfar/ct_context.h include/gwenhywfar4/gwenhywfar/ct_keyinfo.h include/gwenhywfar4/gwenhywfar/ctf_context_be.h include/gwenhywfar4/gwenhywfar/ctfile_be.h include/gwenhywfar4/gwenhywfar/ctplugin.h include/gwenhywfar4/gwenhywfar/ctplugin_be.h include/gwenhywfar4/gwenhywfar/db.h include/gwenhywfar4/gwenhywfar/dbio.h include/gwenhywfar4/gwenhywfar/dbio_be.h include/gwenhywfar4/gwenhywfar/debug.h include/gwenhywfar4/gwenhywfar/dialog.h include/gwenhywfar4/gwenhywfar/dialog_be.h include/gwenhywfar4/gwenhywfar/directory.h include/gwenhywfar4/gwenhywfar/error.h include/gwenhywfar4/gwenhywfar/fastbuffer.h include/gwenhywfar4/gwenhywfar/fslock.h include/gwenhywfar4/gwenhywfar/gui.h include/gwenhywfar4/gwenhywfar/gui_be.h include/gwenhywfar4/gwenhywfar/gwen_sar_fileheader.h include/gwenhywfar4/gwenhywfar/gwendate.h include/gwenhywfar4/gwenhywfar/gwenhywfar.h include/gwenhywfar4/gwenhywfar/gwenhywfarapi.h include/gwenhywfar4/gwenhywfar/gwensemaphore.h include/gwenhywfar4/gwenhywfar/gwensignal.h include/gwenhywfar4/gwenhywfar/gwentime.h include/gwenhywfar4/gwenhywfar/hashalgo.h include/gwenhywfar4/gwenhywfar/htmlctx_be.h include/gwenhywfar4/gwenhywfar/htmlfont_be.h include/gwenhywfar4/gwenhywfar/htmlimage_be.h include/gwenhywfar4/gwenhywfar/htmlobject_be.h include/gwenhywfar4/gwenhywfar/htmlprops_be.h include/gwenhywfar4/gwenhywfar/httpsession.h include/gwenhywfar4/gwenhywfar/i18n.h include/gwenhywfar4/gwenhywfar/idlist.h include/gwenhywfar4/gwenhywfar/idlist64.h include/gwenhywfar4/gwenhywfar/idmap.h include/gwenhywfar4/gwenhywfar/inetaddr.h include/gwenhywfar4/gwenhywfar/inetsocket.h include/gwenhywfar4/gwenhywfar/inherit.h include/gwenhywfar4/gwenhywfar/libloader.h include/gwenhywfar4/gwenhywfar/list.h include/gwenhywfar4/gwenhywfar/list1.h include/gwenhywfar4/gwenhywfar/list1.tmpl include/gwenhywfar4/gwenhywfar/list2.h include/gwenhywfar4/gwenhywfar/list2.tmpl include/gwenhywfar4/gwenhywfar/logger.h include/gwenhywfar4/gwenhywfar/mdigest.h include/gwenhywfar4/gwenhywfar/mdigest_be.h include/gwenhywfar4/gwenhywfar/memcache.h include/gwenhywfar4/gwenhywfar/memory.h include/gwenhywfar4/gwenhywfar/misc.h include/gwenhywfar4/gwenhywfar/misc2.h include/gwenhywfar4/gwenhywfar/msgengine.h +include/gwenhywfar4/gwenhywfar/multicache.h include/gwenhywfar4/gwenhywfar/mutex.h include/gwenhywfar4/gwenhywfar/o_image_be.h include/gwenhywfar4/gwenhywfar/padd.h include/gwenhywfar4/gwenhywfar/paddalgo.h +include/gwenhywfar4/gwenhywfar/param.h +include/gwenhywfar4/gwenhywfar/param_fns.h +include/gwenhywfar4/gwenhywfar/passwdstore.h include/gwenhywfar4/gwenhywfar/path.h include/gwenhywfar4/gwenhywfar/pathmanager.h include/gwenhywfar4/gwenhywfar/plugin.h include/gwenhywfar4/gwenhywfar/plugindescr.h +include/gwenhywfar4/gwenhywfar/pointerlist.h include/gwenhywfar4/gwenhywfar/process.h include/gwenhywfar4/gwenhywfar/refptr.h include/gwenhywfar4/gwenhywfar/ringbuffer.h include/gwenhywfar4/gwenhywfar/sar.h include/gwenhywfar4/gwenhywfar/sighead.h include/gwenhywfar4/gwenhywfar/sigtail.h include/gwenhywfar4/gwenhywfar/smalltresor.h include/gwenhywfar4/gwenhywfar/ssl_cert_descr.h include/gwenhywfar4/gwenhywfar/ssl_cert_flags.h include/gwenhywfar4/gwenhywfar/stringlist.h include/gwenhywfar4/gwenhywfar/stringlist2.h include/gwenhywfar4/gwenhywfar/syncio.h include/gwenhywfar4/gwenhywfar/syncio_buffered.h include/gwenhywfar4/gwenhywfar/syncio_file.h include/gwenhywfar4/gwenhywfar/syncio_http.h include/gwenhywfar4/gwenhywfar/syncio_memory.h include/gwenhywfar4/gwenhywfar/syncio_socket.h include/gwenhywfar4/gwenhywfar/syncio_tls.h include/gwenhywfar4/gwenhywfar/system.h include/gwenhywfar4/gwenhywfar/tag16.h include/gwenhywfar4/gwenhywfar/text.h include/gwenhywfar4/gwenhywfar/tlv.h include/gwenhywfar4/gwenhywfar/tree.h include/gwenhywfar4/gwenhywfar/types.h include/gwenhywfar4/gwenhywfar/url.h include/gwenhywfar4/gwenhywfar/urlfns.h include/gwenhywfar4/gwenhywfar/version.h include/gwenhywfar4/gwenhywfar/widget_be.h include/gwenhywfar4/gwenhywfar/xml.h include/gwenhywfar4/gwenhywfar/xmlctx.h include/gwenhywfar4/gwenhywfar/xsdnode.h +lib/cmake/gwenhywfar-4.14/gwenhywfar-config-version.cmake +lib/cmake/gwenhywfar-4.14/gwenhywfar-config.cmake lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/configmgr/dir.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/configmgr/dir.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ohbci.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ohbci.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.so.0 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.so.0.0.1 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.so.0 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.so.0.0.1 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.so.0 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.so.0.0.1 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.xml +lib/libgwengui-cpp.so +lib/libgwengui-cpp.so.0 +lib/libgwengui-cpp.so.0.0.0 lib/libgwenhywfar.so lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%% -lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.3.3 +lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.14.0 libdata/pkgconfig/gwenhywfar.pc share/aclocal/gwenhywfar.m4 -share/gwenhywfar/ca-bundle.crt -share/gwenhywfar/dialogs/dlg_input.dlg -share/gwenhywfar/dialogs/dlg_message.dlg -share/gwenhywfar/dialogs/dlg_progress.dlg -share/gwenhywfar/dialogs/dlg_showbox.dlg -share/gwenhywfar/typemaker2/c/char.tm2 -share/gwenhywfar/typemaker2/c/char_array.tm2 -share/gwenhywfar/typemaker2/c/char_ptr.tm2 -share/gwenhywfar/typemaker2/c/double.tm2 -share/gwenhywfar/typemaker2/c/gwen_buffer.tm2 -share/gwenhywfar/typemaker2/c/gwen_date.tm2 -share/gwenhywfar/typemaker2/c/gwen_idlist64.tm2 -share/gwenhywfar/typemaker2/c/gwen_time.tm2 -share/gwenhywfar/typemaker2/c/idmap_base.tm2 -share/gwenhywfar/typemaker2/c/int.tm2 -share/gwenhywfar/typemaker2/c/int_base.tm2 -share/gwenhywfar/typemaker2/c/list1_base.tm2 -share/gwenhywfar/typemaker2/c/list2_base.tm2 -share/gwenhywfar/typemaker2/c/struct_base.tm2 -share/gwenhywfar/typemaker2/c/tree_base.tm2 -share/gwenhywfar/typemaker2/c/uint32_t.tm2 -share/gwenhywfar/typemaker2/c/uint64_t.tm2 +%%DATADIR%%/ca-bundle.crt +%%DATADIR%%/dialogs/dlg_input.dlg +%%DATADIR%%/dialogs/dlg_message.dlg +%%DATADIR%%/dialogs/dlg_progress.dlg +%%DATADIR%%/dialogs/dlg_showbox.dlg +%%DATADIR%%/typemaker2/c/char.tm2 +%%DATADIR%%/typemaker2/c/char_array.tm2 +%%DATADIR%%/typemaker2/c/char_ptr.tm2 +%%DATADIR%%/typemaker2/c/double.tm2 +%%DATADIR%%/typemaker2/c/double_array.tm2 +%%DATADIR%%/typemaker2/c/gwen_bindata.tm2 +%%DATADIR%%/typemaker2/c/gwen_buffer.tm2 +%%DATADIR%%/typemaker2/c/gwen_date.tm2 +%%DATADIR%%/typemaker2/c/gwen_idlist64.tm2 +%%DATADIR%%/typemaker2/c/gwen_multicache.tm2 +%%DATADIR%%/typemaker2/c/gwen_multicache_type.tm2 +%%DATADIR%%/typemaker2/c/gwen_param.tm2 +%%DATADIR%%/typemaker2/c/gwen_param_list.tm2 +%%DATADIR%%/typemaker2/c/gwen_param_list2.tm2 +%%DATADIR%%/typemaker2/c/gwen_param_tree.tm2 +%%DATADIR%%/typemaker2/c/gwen_stringlist2.tm2 +%%DATADIR%%/typemaker2/c/gwen_time.tm2 +%%DATADIR%%/typemaker2/c/idmap_base.tm2 +%%DATADIR%%/typemaker2/c/int.tm2 +%%DATADIR%%/typemaker2/c/int_base.tm2 +%%DATADIR%%/typemaker2/c/list1_base.tm2 +%%DATADIR%%/typemaker2/c/list2_base.tm2 +%%DATADIR%%/typemaker2/c/struct_base.tm2 +%%DATADIR%%/typemaker2/c/tree_base.tm2 +%%DATADIR%%/typemaker2/c/uint32_t.tm2 +%%DATADIR%%/typemaker2/c/uint32_t_array.tm2 +%%DATADIR%%/typemaker2/c/uint64_t.tm2 +%%DATADIR%%/typemaker2/c/uint8_t.tm2 +%%DATADIR%%/typemaker2/c/uint8_t_array.tm2 share/locale/de/LC_MESSAGES/gwenhywfar.mo Index: head/devel/gwenhywfar-fox16/Makefile =================================================================== --- head/devel/gwenhywfar-fox16/Makefile (revision 404967) +++ head/devel/gwenhywfar-fox16/Makefile (revision 404968) @@ -1,13 +1,13 @@ # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org COMMENT= Gwenhywfar FOX-1.6 support library MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar SLAVEPORT= fox16 PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Index: head/devel/gwenhywfar-fox16/pkg-plist =================================================================== --- head/devel/gwenhywfar-fox16/pkg-plist (revision 404967) +++ head/devel/gwenhywfar-fox16/pkg-plist (revision 404968) @@ -1,12 +1,10 @@ include/gwenhywfar4/gwen-gui-fox16/api.h -include/gwenhywfar4/gwen-gui-fox16/cppdialog.hpp -include/gwenhywfar4/gwen-gui-fox16/cppgui.hpp include/gwenhywfar4/gwen-gui-fox16/fox16_gui.hpp include/gwenhywfar4/gwen-gui-fox16/fox16_htmlctx.hpp include/gwenhywfar4/gwen-gui-fox16/fox16_htmllabel.hpp include/gwenhywfar4/gwen-gui-fox16/fox16_htmltext.hpp include/gwenhywfar4/gwen-gui-fox16/theme.h lib/libgwengui-fox16.so lib/libgwengui-fox16.so.0 lib/libgwengui-fox16.so.0.0.0 libdata/pkgconfig/gwengui-fox16.pc Index: head/devel/gwenhywfar-gtk2/Makefile =================================================================== --- head/devel/gwenhywfar-gtk2/Makefile (revision 404967) +++ head/devel/gwenhywfar-gtk2/Makefile (revision 404968) @@ -1,13 +1,13 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org COMMENT= Gwenhywfar GTK2+ support library MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar SLAVEPORT= gtk2 PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Index: head/devel/gwenhywfar-qt4/Makefile =================================================================== --- head/devel/gwenhywfar-qt4/Makefile (revision 404967) +++ head/devel/gwenhywfar-qt4/Makefile (revision 404968) @@ -1,13 +1,13 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org COMMENT= Gwenhywfar Qt4 support library MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar SLAVEPORT= qt4 PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Index: head/devel/gwenhywfar-qt4/pkg-plist =================================================================== --- head/devel/gwenhywfar-qt4/pkg-plist (revision 404967) +++ head/devel/gwenhywfar-qt4/pkg-plist (revision 404968) @@ -1,5 +1,7 @@ include/gwenhywfar4/gwen-gui-qt4/qt4_gui.hpp +lib/cmake/gwengui-qt4-4.14/gwengui-qt4-config-version.cmake +lib/cmake/gwengui-qt4-4.14/gwengui-qt4-config.cmake lib/libgwengui-qt4.so lib/libgwengui-qt4.so.0 lib/libgwengui-qt4.so.0.0.0 libdata/pkgconfig/gwengui-qt4.pc Index: head/finance/aqbanking/Makefile =================================================================== --- head/finance/aqbanking/Makefile (revision 404967) +++ head/finance/aqbanking/Makefile (revision 404968) @@ -1,67 +1,78 @@ # $FreeBSD$ PORTNAME= aqbanking -PORTVERSION= 5.0.25 -PORTREVISION= 4 +PORTVERSION= 5.5.1 CATEGORIES= finance -MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=95&file=01&dummy=/ +MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=118&file=01&dummy=/ MAINTAINER= jhale@FreeBSD.org COMMENT= Online banking interface and financial data framework LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libgwenhywfar.so:${PORTSDIR}/devel/gwenhywfar \ libgmp.so:${PORTSDIR}/math/gmp -USES= pathfix pkgconfig gettext gmake libtool +USES= compiler:features gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" +CONFIGURE_ENV= COMPILER_TYPE="${COMPILER_TYPE}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lintl +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes - -PLIST_SUB= AQB_SHLIB_VER="${AQB_SHLIB_VER}" \ - GWEN_SHLIB_VER="${GWEN_SHLIB_VER}" USE_LDCONFIG= yes AQB_SHLIB_VER= 34 -GWEN_SHLIB_VER= 60 +PLIST_SUB= AQB_SHLIB_VER="${AQB_SHLIB_VER}" -PORTDOCS= * - -OPTIONS_DEFINE= DOXYGEN KTOBLZCHECK PAYPAL +OPTIONS_DEFINE= DOCS DOXYGEN EBICS KTOBLZCHECK OPTIONS_DEFAULT= KTOBLZCHECK OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz DOXYGEN_CONFIGURE_ENABLE= full-doc +EBICS_DESC= Enable EBICS backend +EBICS_LIB_DEPENDS= libxmlsec1-gnutls.so:${PORTSDIR}/security/xmlsec1 +EBICS_USE= GNOME=libxml2,libxslt +EBICS_CONFIGURE_OFF= --with-backends="aqhbci aqnone aqofxconnect" + KTOBLZCHECK_DESC= Enable KtoBlzCheck support -PAYPAL_DESC= Build PayPal backend (separate license) -PAYPAL_CONFIGURE_ON= --with-backends="aqhbci aqnone aqofxconnect aqpaypal" - .include +.if ${PORT_OPTIONS:MEBICS} && !exists(${LOCALBASE}/libdata/pkgconfig/xmlsec1-gnutls.pc) +IGNORE= (Re)Install security/xmlsec1 with the GNUTLS option ON +.endif + .if ${PORT_OPTIONS:MKTOBLZCHECK} || exists(${LOCALBASE}/lib/libktoblzcheck.so) LIB_DEPENDS+= libktoblzcheck.so:${PORTSDIR}/finance/ktoblzcheck .endif +.if ${PORT_OPTIONS:MDOCS} && !${PORT_OPTIONS:MDOXYGEN} +PORTDOCS= * +.endif + post-build: .if ${PORT_OPTIONS:MDOXYGEN} - @cd ${WRKSRC} && ${MAKE_CMD} srcdoc + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc .endif post-install: +.if !${PORT_OPTIONS:MDOCS} + @${RM} -rf ${STAGEDIR}${DOCSDIR} +.endif .if ${PORT_OPTIONS:MDOXYGEN} @${MKDIR} ${STAGEDIR}${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ - ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/apidoc + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidoc + @${FIND} -P ${STAGEDIR}${DOCSDIR} -type f 2>/dev/null | \ + ${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST} .endif .include Index: head/finance/aqbanking/distinfo =================================================================== --- head/finance/aqbanking/distinfo (revision 404967) +++ head/finance/aqbanking/distinfo (revision 404968) @@ -1,2 +1,2 @@ -SHA256 (aqbanking-5.0.25.tar.gz) = bb99f16704200e1ff456574b17895e04ef375479b21e075607454e6bc7c02151 -SIZE (aqbanking-5.0.25.tar.gz) = 3637565 +SHA256 (aqbanking-5.5.1.tar.gz) = 238f17d27d86e0cef239479c4be152cb98f5be9d6b87fca38741d32e762faddf +SIZE (aqbanking-5.5.1.tar.gz) = 3818696 Index: head/finance/aqbanking/files/patch-configure =================================================================== --- head/finance/aqbanking/files/patch-configure (revision 404967) +++ head/finance/aqbanking/files/patch-configure (revision 404968) @@ -1,11 +1,42 @@ ---- ./configure.orig 2011-07-19 08:50:54.000000000 -0400 -+++ ./configure 2011-07-19 08:52:38.000000000 -0400 -@@ -18448,7 +18448,7 @@ +--- ./configure.orig 2013-11-04 05:03:01.000000000 -0500 ++++ ./configure 2013-11-04 05:46:05.000000000 -0500 +@@ -19206,9 +19206,9 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if symbol visibility is supported" >&5 $as_echo_n "checking if symbol visibility is supported... " >&6; } visibility_cflags="" - case `basename $CC` in +-case `basename $CC` in - *gcc*) -+ cc|*gcc*) - gccversion="` ${CC} --version | head -1 | ${SED} 's/.*\([0-9]\.[0-9]\.[0-9]*\).*/\1/' `" +- gccversion="` ${CC} --version | head -1 | ${SED} 's/.*\([0-9]\.[0-9]\.[0-9]*\).*/\1/' `" ++case ${COMPILER_TYPE} in ++ gcc) ++ gccversion="` ${CC} --version | head -1 | ${SED} 's/.*\([0-9]\.[0-9]\.[0-9]*\).*/\1/' `" case $gccversion in 4.*) + # Activate -fvisibility=hidden only for explicit 4.x gcc +@@ -19228,8 +19228,25 @@ + ;; + esac + ;; ++ clang) ++ clangversion="` ${CC} --version | head -1 | ${SED} 's/.*\([0-9]\.[0-9]*\).*/\1/' `" ++ case $clangversion in ++ 3.*|4.*) ++ # Activate -fvisibility=hidden for clang 3.x ++ visibility_supported="yes, clang-${clangversion}" ++ ++$as_echo "#define GCC_WITH_VISIBILITY_ATTRIBUTE 1" >>confdefs.h ++ ++ visibility_cflags="-fvisibility=hidden" ++ ;; ++ *) ++ # Default: -fvisibility=hidden not activated. ++ visibility_supported="no (needs clang >=3.1, you have clang-${clangversion})" ++ ;; ++ esac ++ ;; + *) +- visibility_supported="no (needs gcc >=4.0, you use $CC)" ++ visibility_supported="no (needs gcc >=4.0 or clang >=3.1, you use $CC)" + ;; + esac + Index: head/finance/aqbanking/pkg-plist =================================================================== --- head/finance/aqbanking/pkg-plist (revision 404967) +++ head/finance/aqbanking/pkg-plist (revision 404968) @@ -1,297 +1,309 @@ bin/aqbanking-cli bin/aqbanking-config +%%EBICS%%bin/aqebics-tool bin/aqhbci-tool4 -%%PAYPAL%%bin/aqpaypal-tool bin/hbcixml3 include/aqbanking5/aqbanking/ab_accountqueue.h include/aqbanking5/aqbanking/ab_accountqueuefns.h include/aqbanking5/aqbanking/ab_jobqueue.h include/aqbanking5/aqbanking/ab_queue.h include/aqbanking5/aqbanking/ab_queuefns.h include/aqbanking5/aqbanking/ab_userqueue.h include/aqbanking5/aqbanking/ab_userqueuefns.h include/aqbanking5/aqbanking/abgui.h include/aqbanking5/aqbanking/account.h include/aqbanking5/aqbanking/account_be.h include/aqbanking5/aqbanking/accstatus.h include/aqbanking5/aqbanking/balance.h include/aqbanking5/aqbanking/bankinfo.h include/aqbanking5/aqbanking/bankinfoplugin.h include/aqbanking5/aqbanking/bankinfoplugin_be.h include/aqbanking5/aqbanking/bankinfoservice.h include/aqbanking5/aqbanking/banking.h include/aqbanking5/aqbanking/banking_be.h include/aqbanking5/aqbanking/banking_cfg.h include/aqbanking5/aqbanking/banking_imex.h include/aqbanking5/aqbanking/banking_info.h include/aqbanking5/aqbanking/banking_ob.h include/aqbanking5/aqbanking/banking_simple.h include/aqbanking5/aqbanking/banking_virt.h include/aqbanking5/aqbanking/cellphoneproduct.h include/aqbanking5/aqbanking/country.h include/aqbanking5/aqbanking/dlg_editaccount.h include/aqbanking5/aqbanking/dlg_edituser.h include/aqbanking5/aqbanking/dlg_importer.h include/aqbanking5/aqbanking/dlg_newaccount_be.h include/aqbanking5/aqbanking/dlg_newuser_be.h include/aqbanking5/aqbanking/dlg_selectbackend.h include/aqbanking5/aqbanking/dlg_selectbankinfo.h include/aqbanking5/aqbanking/dlg_setup.h include/aqbanking5/aqbanking/dlg_setup_newuser.h include/aqbanking5/aqbanking/dlg_usertype_page_be.h include/aqbanking5/aqbanking/error.h include/aqbanking5/aqbanking/eutransferinfo.h include/aqbanking5/aqbanking/httpsession.h include/aqbanking5/aqbanking/imexporter.h include/aqbanking5/aqbanking/imexporter_be.h include/aqbanking5/aqbanking/job.h include/aqbanking5/aqbanking/job_be.h include/aqbanking5/aqbanking/jobcreatedatedtransfer.h include/aqbanking5/aqbanking/jobcreatedatedtransfer_be.h include/aqbanking5/aqbanking/jobcreatesto.h include/aqbanking5/aqbanking/jobcreatesto_be.h include/aqbanking5/aqbanking/jobdeletedatedtransfer.h include/aqbanking5/aqbanking/jobdeletedatedtransfer_be.h include/aqbanking5/aqbanking/jobdeletesto.h include/aqbanking5/aqbanking/jobdeletesto_be.h include/aqbanking5/aqbanking/jobeutransfer.h include/aqbanking5/aqbanking/jobeutransfer_be.h include/aqbanking5/aqbanking/jobgetbalance.h include/aqbanking5/aqbanking/jobgetbalance_be.h include/aqbanking5/aqbanking/jobgetdatedtransfers.h include/aqbanking5/aqbanking/jobgetdatedtransfers_be.h include/aqbanking5/aqbanking/jobgetstandingorders.h include/aqbanking5/aqbanking/jobgetstandingorders_be.h include/aqbanking5/aqbanking/jobgettransactions.h include/aqbanking5/aqbanking/jobgettransactions_be.h include/aqbanking5/aqbanking/jobinternaltransfer.h include/aqbanking5/aqbanking/jobinternaltransfer_be.h include/aqbanking5/aqbanking/jobloadcellphone.h include/aqbanking5/aqbanking/jobloadcellphone_be.h include/aqbanking5/aqbanking/jobmodifydatedtransfer.h include/aqbanking5/aqbanking/jobmodifydatedtransfer_be.h include/aqbanking5/aqbanking/jobmodifysto.h include/aqbanking5/aqbanking/jobmodifysto_be.h include/aqbanking5/aqbanking/jobsepadebitnote.h include/aqbanking5/aqbanking/jobsepadebitnote_be.h +include/aqbanking5/aqbanking/jobsepaflashdebitnote.h +include/aqbanking5/aqbanking/jobsepagetstandingorders.h include/aqbanking5/aqbanking/jobsepatransfer.h include/aqbanking5/aqbanking/jobsepatransfer_be.h include/aqbanking5/aqbanking/jobsingledebitnote.h include/aqbanking5/aqbanking/jobsingledebitnote_be.h include/aqbanking5/aqbanking/jobsingletransfer.h include/aqbanking5/aqbanking/jobsingletransfer_be.h include/aqbanking5/aqbanking/message.h include/aqbanking5/aqbanking/msgengine.h include/aqbanking5/aqbanking/provider.h include/aqbanking5/aqbanking/provider_be.h include/aqbanking5/aqbanking/security.h include/aqbanking5/aqbanking/system.h include/aqbanking5/aqbanking/textkeydescr.h include/aqbanking5/aqbanking/transaction.h include/aqbanking5/aqbanking/transactionfns.h include/aqbanking5/aqbanking/transactionlimits.h include/aqbanking5/aqbanking/user.h include/aqbanking5/aqbanking/userfns.h include/aqbanking5/aqbanking/value.h include/aqbanking5/aqbanking/version.h include/aqbanking5/aqbankingpp/accountstatus.hpp include/aqbanking5/aqbankingpp/aqbankingppdecl.hpp include/aqbanking5/aqbankingpp/balance.hpp include/aqbanking5/aqbankingpp/cxxwrap.hpp include/aqbanking5/aqbankingpp/stringlist.hpp include/aqbanking5/aqbankingpp/time.hpp include/aqbanking5/aqbankingpp/value.hpp include/aqbanking5/aqhbci/account.h include/aqbanking5/aqhbci/aqhbci.h include/aqbanking5/aqhbci/msgengine.h include/aqbanking5/aqhbci/provider.h include/aqbanking5/aqhbci/tanmethod.h include/aqbanking5/aqhbci/user.h include/aqbanking5/aqofxconnect/account.h include/aqbanking5/aqofxconnect/aqofxconnect.h include/aqbanking5/aqofxconnect/dlg_getinst.h include/aqbanking5/aqofxconnect/ofxhome.h include/aqbanking5/aqofxconnect/oh_institute_data.h include/aqbanking5/aqofxconnect/oh_institute_data_fns.h include/aqbanking5/aqofxconnect/oh_institute_spec.h include/aqbanking5/aqofxconnect/oh_institute_spec_fns.h include/aqbanking5/aqofxconnect/provider.h include/aqbanking5/aqofxconnect/user.h include/aqbanking5/aqofxconnect/version.h -%%PAYPAL%%include/aqpaypal/aqpaypal.h -%%PAYPAL%%include/aqpaypal/provider.h -%%PAYPAL%%include/aqpaypal/user.h +%%EBICS%%include/aqebics/aqebics.h +%%EBICS%%include/aqebics/client/account.h +%%EBICS%%include/aqebics/client/provider.h +%%EBICS%%include/aqebics/client/user.h lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/at.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/at.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/ca.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/ca.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/ch.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/ch.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/de.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/de.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/us.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/us.xml +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/dbio/dtaus.so +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/dbio/dtaus.xml +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/dbio/swift.so +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/dbio/swift.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/csv.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/csv.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/ctxfile.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/ctxfile.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/dtaus.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/dtaus.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/eri2.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/eri2.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/ofx.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/ofx.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/openhbci1.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/openhbci1.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/q43.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/q43.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/sepa.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/sepa.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/swift.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/swift.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/xmldb.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/xmldb.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/yellownet.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/imexporters/yellownet.xml +%%EBICS%%lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqebics.so +%%EBICS%%lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqebics.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqhbci.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqhbci.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqnone.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqnone.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.xml -%%PAYPAL%%lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqpaypal.so -%%PAYPAL%%lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqpaypal.xml -lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/dtaus.so -lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/dtaus.xml -lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/swift.so -lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/swift.xml +lib/cmake/aqbanking-5.5/aqbanking-config-version.cmake +lib/cmake/aqbanking-5.5/aqbanking-config.cmake lib/libaqbanking.so lib/libaqbanking.so.%%AQB_SHLIB_VER%% -lib/libaqbanking.so.%%AQB_SHLIB_VER%%.0.25 +lib/libaqbanking.so.%%AQB_SHLIB_VER%%.5.3 lib/libaqbankingpp.so lib/libaqbankingpp.so.0 lib/libaqbankingpp.so.0.0.0 +%%EBICS%%lib/libaqebics.so +%%EBICS%%lib/libaqebics.so.0 +%%EBICS%%lib/libaqebics.so.0.0.0 lib/libaqhbci.so -lib/libaqhbci.so.20 -lib/libaqhbci.so.20.0.4 +lib/libaqhbci.so.22 +lib/libaqhbci.so.22.0.0 lib/libaqnone.so lib/libaqnone.so.%%AQB_SHLIB_VER%% -lib/libaqnone.so.%%AQB_SHLIB_VER%%.0.25 +lib/libaqnone.so.%%AQB_SHLIB_VER%%.5.3 lib/libaqofxconnect.so lib/libaqofxconnect.so.7 lib/libaqofxconnect.so.7.0.2 -%%PAYPAL%%lib/libaqpaypal.so -%%PAYPAL%%lib/libaqpaypal.so.0 -%%PAYPAL%%lib/libaqpaypal.so.0.0.0 libdata/pkgconfig/aqbanking.pc share/aclocal/aqbanking.m4 -share/aqbanking/aqbanking/typemaker2/c/ab_account.tm2 -share/aqbanking/aqbanking/typemaker2/c/ab_job.tm2 -share/aqbanking/aqbanking/typemaker2/c/ab_job_list.tm2 -share/aqbanking/aqbanking/typemaker2/c/ab_job_list2.tm2 -share/aqbanking/aqbanking/typemaker2/c/ab_user.tm2 -share/aqbanking/backends/aqhbci/dialogs/chipcard.png -share/aqbanking/backends/aqhbci/dialogs/dlg_choose_usertype.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_ddvcard.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_ddvcard_special.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_editaccount.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_edituserddv.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_edituserpintan.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_edituserrdh.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_importkeyfile.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_newkeyfile.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_newuser.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_pintan.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_pintan_special.dlg -share/aqbanking/backends/aqhbci/dialogs/dlg_rdh_special.dlg -share/aqbanking/backends/aqhbci/dialogs/keyfile.png -share/aqbanking/backends/aqhbci/dialogs/pintan.png -share/aqbanking/backends/aqhbci/hbci.xml -share/aqbanking/backends/aqofxconnect/dialogs/dlg_edituser.dlg -share/aqbanking/backends/aqofxconnect/dialogs/dlg_getinst.dlg -share/aqbanking/backends/aqofxconnect/dialogs/dlg_newuser.dlg -share/aqbanking/backends/aqofxconnect/dialogs/dlg_ofx_special.dlg -%%PAYPAL%%share/aqbanking/backends/aqpaypal/dialogs/dlg_edituser.dlg -%%PAYPAL%%share/aqbanking/backends/aqpaypal/dialogs/dlg_newuser.dlg -share/aqbanking/bankinfo/at/banks.data -share/aqbanking/bankinfo/at/bic.idx -share/aqbanking/bankinfo/at/blz.idx -share/aqbanking/bankinfo/at/namloc.idx -share/aqbanking/bankinfo/ca/banks.data -share/aqbanking/bankinfo/ca/bic.idx -share/aqbanking/bankinfo/ca/blz.idx -share/aqbanking/bankinfo/ca/namloc.idx -share/aqbanking/bankinfo/ch/banks.data -share/aqbanking/bankinfo/ch/bic.idx -share/aqbanking/bankinfo/ch/blz.idx -share/aqbanking/bankinfo/ch/namloc.idx -share/aqbanking/bankinfo/de/banks.data -share/aqbanking/bankinfo/de/bic.idx -share/aqbanking/bankinfo/de/blz.idx -share/aqbanking/bankinfo/de/namloc.idx -share/aqbanking/bankinfo/us/banks.data -share/aqbanking/bankinfo/us/bic.idx -share/aqbanking/bankinfo/us/blz.idx -share/aqbanking/bankinfo/us/namloc.idx -share/aqbanking/dialogs/dlg_editaccount.dlg -share/aqbanking/dialogs/dlg_edituser.dlg -share/aqbanking/dialogs/dlg_importer.dlg -share/aqbanking/dialogs/dlg_selectbackend.dlg -share/aqbanking/dialogs/dlg_selectbankinfo.dlg -share/aqbanking/dialogs/dlg_setup.dlg -share/aqbanking/dialogs/dlg_setup_newuser.dlg -share/aqbanking/dialogs/dlg_usertype_pagedefault.dlg -share/aqbanking/imexporters/csv/dialogs/csv_editprofile.dlg -share/aqbanking/imexporters/csv/profiles/amex.conf -share/aqbanking/imexporters/csv/profiles/aqmoney1.conf -share/aqbanking/imexporters/csv/profiles/aqmoney2.conf -share/aqbanking/imexporters/csv/profiles/bankaustria.conf -share/aqbanking/imexporters/csv/profiles/cli-transfers.conf -share/aqbanking/imexporters/csv/profiles/comdirect.conf -share/aqbanking/imexporters/csv/profiles/consors-tagesgeld.conf -share/aqbanking/imexporters/csv/profiles/default.conf -share/aqbanking/imexporters/csv/profiles/diba.conf -share/aqbanking/imexporters/csv/profiles/dkb-cash.conf -share/aqbanking/imexporters/csv/profiles/dkb.conf -share/aqbanking/imexporters/csv/profiles/full.conf -share/aqbanking/imexporters/csv/profiles/hypovereinsbank.conf -share/aqbanking/imexporters/csv/profiles/lbbberlin.conf -share/aqbanking/imexporters/csv/profiles/mijnpostbank.conf -share/aqbanking/imexporters/csv/profiles/oko.conf -share/aqbanking/imexporters/csv/profiles/postbankffm.conf -share/aqbanking/imexporters/csv/profiles/psk.conf -share/aqbanking/imexporters/csv/profiles/sns.conf -share/aqbanking/imexporters/csv/profiles/sparda.conf -share/aqbanking/imexporters/csv/profiles/spk-aachen.conf -share/aqbanking/imexporters/csv/profiles/spk-steiermark.conf -share/aqbanking/imexporters/csv/profiles/tonline-banking.conf -share/aqbanking/imexporters/csv/profiles/transfers.conf -share/aqbanking/imexporters/csv/profiles/vrnetworld.conf -share/aqbanking/imexporters/ctxfile/profiles/default.conf -share/aqbanking/imexporters/dtaus/profiles/debitnote.conf -share/aqbanking/imexporters/dtaus/profiles/default.conf -share/aqbanking/imexporters/dtaus/profiles/transfer.conf -share/aqbanking/imexporters/eri/profiles/default.conf -share/aqbanking/imexporters/eri2/eriformat.xml -share/aqbanking/imexporters/ofx/profiles/default.conf -share/aqbanking/imexporters/ofx/profiles/iso8859.conf -share/aqbanking/imexporters/openhbci1/profiles/default.conf -share/aqbanking/imexporters/q43/profiles/default.conf -share/aqbanking/imexporters/sepa/profiles/ccm.conf -share/aqbanking/imexporters/sepa/profiles/default.conf -share/aqbanking/imexporters/swift/profiles/amro940.conf -share/aqbanking/imexporters/swift/profiles/amro942.conf -share/aqbanking/imexporters/swift/profiles/swiftmt940.conf -share/aqbanking/imexporters/swift/profiles/swiftmt942.conf -share/aqbanking/imexporters/xmldb/profiles/default.conf -share/aqbanking/imexporters/yellownet/profiles/default.conf -share/aqbanking/typemaker2/c/ab_accountqueue.tm2 -share/aqbanking/typemaker2/c/ab_accountqueue_list.tm2 -share/aqbanking/typemaker2/c/ab_jobqueue.tm2 -share/aqbanking/typemaker2/c/ab_jobqueue_list.tm2 -share/aqbanking/typemaker2/c/ab_queue.tm2 -share/aqbanking/typemaker2/c/ab_userqueue.tm2 -share/aqbanking/typemaker2/c/ab_userqueue_list.tm2 +%%DATADIR%%/aqbanking/typemaker2/c/ab_account.tm2 +%%DATADIR%%/aqbanking/typemaker2/c/ab_job.tm2 +%%DATADIR%%/aqbanking/typemaker2/c/ab_job_list.tm2 +%%DATADIR%%/aqbanking/typemaker2/c/ab_job_list2.tm2 +%%DATADIR%%/aqbanking/typemaker2/c/ab_user.tm2 +%%EBICS%%%%DATADIR%%/backends/aqebics/dialogs/dlg_edituser.dlg +%%EBICS%%%%DATADIR%%/backends/aqebics/dialogs/dlg_newkeyfile.dlg +%%EBICS%%%%DATADIR%%/backends/aqebics/dialogs/dlg_user_special.dlg +%%DATADIR%%/backends/aqhbci/dialogs/chipcard.png +%%DATADIR%%/backends/aqhbci/dialogs/dlg_choose_usertype.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_ddvcard.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_ddvcard_special.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_editaccount.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_edituserddv.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_edituserpintan.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_edituserrdh.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_importkeyfile.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_newkeyfile.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_newuser.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_pintan.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_pintan_special.dlg +%%DATADIR%%/backends/aqhbci/dialogs/dlg_rdh_special.dlg +%%DATADIR%%/backends/aqhbci/dialogs/keyfile.png +%%DATADIR%%/backends/aqhbci/dialogs/pintan.png +%%DATADIR%%/backends/aqhbci/hbci.xml +%%DATADIR%%/backends/aqofxconnect/dialogs/dlg_edituser.dlg +%%DATADIR%%/backends/aqofxconnect/dialogs/dlg_getinst.dlg +%%DATADIR%%/backends/aqofxconnect/dialogs/dlg_newuser.dlg +%%DATADIR%%/backends/aqofxconnect/dialogs/dlg_ofx_special.dlg +%%DATADIR%%/bankinfo/at/banks.data +%%DATADIR%%/bankinfo/at/bic.idx +%%DATADIR%%/bankinfo/at/blz.idx +%%DATADIR%%/bankinfo/at/namloc.idx +%%DATADIR%%/bankinfo/ca/banks.data +%%DATADIR%%/bankinfo/ca/bic.idx +%%DATADIR%%/bankinfo/ca/blz.idx +%%DATADIR%%/bankinfo/ca/namloc.idx +%%DATADIR%%/bankinfo/ch/banks.data +%%DATADIR%%/bankinfo/ch/bic.idx +%%DATADIR%%/bankinfo/ch/blz.idx +%%DATADIR%%/bankinfo/ch/namloc.idx +%%DATADIR%%/bankinfo/de/banks.data +%%DATADIR%%/bankinfo/de/bic.idx +%%DATADIR%%/bankinfo/de/blz.idx +%%DATADIR%%/bankinfo/de/namloc.idx +%%DATADIR%%/bankinfo/us/banks.data +%%DATADIR%%/bankinfo/us/bic.idx +%%DATADIR%%/bankinfo/us/blz.idx +%%DATADIR%%/bankinfo/us/namloc.idx +%%DATADIR%%/dialogs/dlg_editaccount.dlg +%%DATADIR%%/dialogs/dlg_edituser.dlg +%%DATADIR%%/dialogs/dlg_importer.dlg +%%DATADIR%%/dialogs/dlg_selectbackend.dlg +%%DATADIR%%/dialogs/dlg_selectbankinfo.dlg +%%DATADIR%%/dialogs/dlg_setup.dlg +%%DATADIR%%/dialogs/dlg_setup_newuser.dlg +%%DATADIR%%/dialogs/dlg_usertype_pagedefault.dlg +%%DATADIR%%/imexporters/csv/dialogs/csv_editprofile.dlg +%%DATADIR%%/imexporters/csv/profiles/amex.conf +%%DATADIR%%/imexporters/csv/profiles/aqmoney1.conf +%%DATADIR%%/imexporters/csv/profiles/aqmoney2.conf +%%DATADIR%%/imexporters/csv/profiles/bankaustria.conf +%%DATADIR%%/imexporters/csv/profiles/cli-transfers.conf +%%DATADIR%%/imexporters/csv/profiles/comdirect.conf +%%DATADIR%%/imexporters/csv/profiles/consors-tagesgeld.conf +%%DATADIR%%/imexporters/csv/profiles/default.conf +%%DATADIR%%/imexporters/csv/profiles/diba.conf +%%DATADIR%%/imexporters/csv/profiles/dkb-cash.conf +%%DATADIR%%/imexporters/csv/profiles/dkb.conf +%%DATADIR%%/imexporters/csv/profiles/full.conf +%%DATADIR%%/imexporters/csv/profiles/hypovereinsbank.conf +%%DATADIR%%/imexporters/csv/profiles/lbbberlin.conf +%%DATADIR%%/imexporters/csv/profiles/mijnpostbank.conf +%%DATADIR%%/imexporters/csv/profiles/oko.conf +%%DATADIR%%/imexporters/csv/profiles/postbankffm.conf +%%DATADIR%%/imexporters/csv/profiles/psk.conf +%%DATADIR%%/imexporters/csv/profiles/sepadebitnotes.conf +%%DATADIR%%/imexporters/csv/profiles/sns.conf +%%DATADIR%%/imexporters/csv/profiles/sparda.conf +%%DATADIR%%/imexporters/csv/profiles/spk-aachen.conf +%%DATADIR%%/imexporters/csv/profiles/spk-steiermark.conf +%%DATADIR%%/imexporters/csv/profiles/tonline-banking.conf +%%DATADIR%%/imexporters/csv/profiles/transfers.conf +%%DATADIR%%/imexporters/csv/profiles/vrnetworld.conf +%%DATADIR%%/imexporters/ctxfile/profiles/default.conf +%%DATADIR%%/imexporters/dtaus/profiles/debitnote.conf +%%DATADIR%%/imexporters/dtaus/profiles/default.conf +%%DATADIR%%/imexporters/dtaus/profiles/transfer.conf +%%DATADIR%%/imexporters/eri/profiles/default.conf +%%DATADIR%%/imexporters/eri2/eriformat.xml +%%DATADIR%%/imexporters/ofx/profiles/default.conf +%%DATADIR%%/imexporters/ofx/profiles/iso8859.conf +%%DATADIR%%/imexporters/openhbci1/profiles/default.conf +%%DATADIR%%/imexporters/q43/profiles/default.conf +%%DATADIR%%/imexporters/sepa/profiles/001_001_02.conf +%%DATADIR%%/imexporters/sepa/profiles/001_002_03.conf +%%DATADIR%%/imexporters/sepa/profiles/001_003_03.conf +%%DATADIR%%/imexporters/sepa/profiles/008_001_01.conf +%%DATADIR%%/imexporters/sepa/profiles/008_002_02.conf +%%DATADIR%%/imexporters/sepa/profiles/008_003_02.conf +%%DATADIR%%/imexporters/sepa/profiles/default.conf +%%DATADIR%%/imexporters/swift/profiles/amro940.conf +%%DATADIR%%/imexporters/swift/profiles/amro942.conf +%%DATADIR%%/imexporters/swift/profiles/swiftmt940.conf +%%DATADIR%%/imexporters/swift/profiles/swiftmt942.conf +%%DATADIR%%/imexporters/xmldb/profiles/default.conf +%%DATADIR%%/imexporters/yellownet/profiles/default.conf +%%DATADIR%%/typemaker2/c/ab_accountqueue.tm2 +%%DATADIR%%/typemaker2/c/ab_accountqueue_list.tm2 +%%DATADIR%%/typemaker2/c/ab_jobqueue.tm2 +%%DATADIR%%/typemaker2/c/ab_jobqueue_list.tm2 +%%DATADIR%%/typemaker2/c/ab_queue.tm2 +%%DATADIR%%/typemaker2/c/ab_userqueue.tm2 +%%DATADIR%%/typemaker2/c/ab_userqueue_list.tm2 +%%EBICS%%share/doc/aqebics/aqebics-tool/README share/doc/aqhbci/aqhbci-tool/README -%%PAYPAL%%share/doc/aqpaypal/aqpaypal-tool/README share/locale/de/LC_MESSAGES/aqbanking.mo