FreshPorts -- The Place For Ports Sun, 7 Sep 2008 6:13 PM BST
Port details
aqbanking 2.3.3_2 finance on this many watch lists=2 search for ports that depend on this port
Online banking interface and financial data framework

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Jun 2005 15:53:36


AqBanking provides a middle layer between the program and the various Online
Banking libraries (e.g. AqHBCI, OpenHBCI etc).

AqBanking uses various plugins to simplify import and export of financial
data. It also provides the administration of profiles on a per import/export
plugin basis.

AqBanking supports plugins which allow lookup and verification of bank code/
account id pair validity.

WWW:    http://www.aquamaniac.de/aqbanking/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11-toolkits/qt33, devel/gmake
Required To Run: x11-toolkits/qt33
Required Libraries: devel/gwenhywfar, devel/gettext

To install the port: cd /usr/ports/finance/aqbanking/ && make install clean
To add the package: pkg_add -r aqbanking


Configuration Options
===> The following configuration options are available for aqbanking-2.3.3_2:
     KTOBLZCHECK=off (default) "KtoBlzCheck support"
===> Use 'make config' to modify these settings

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/aqbanking/
http://kent.dl.sourceforge.net/sourceforge/aqbanking/
http://easynews.dl.sourceforge.net/sourceforge/aqbanking/
http://ufpr.dl.sourceforge.net/sourceforge/aqbanking/
http://umn.dl.sourceforge.net/sourceforge/aqbanking/
http://heanet.dl.sourceforge.net/sourceforge/aqbanking/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  2.3.3_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
25 Jul 2008 15:34:52
Original commit files touched by this commit  2.3.3_2
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
09 Jul 2008 01:17:39
Original commit files touched by this commit  2.3.3_2
gahr search for other commits by this committer
- Remove LibOFX optional support (off by default) until somebody fixes it

PR:             125093
Submitted by:   <mirror176@hotmail.com>
06 Jun 2008 14:27:42
Original commit files touched by this commit  2.3.3_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
24 Jan 2008 21:05:33
Original commit files touched by this commit  2.3.3
joerg search for other commits by this committer
aqbanking.pc belongs into libdata rather than lib.

Pointy hat passed by: pav
21 Jan 2008 12:43:12
Original commit files touched by this commit  2.3.3
joerg search for other commits by this committer
Fix OFX optional parts in pkg-plist.

Reminded by:            pointyhat, by way of pav
16 Jan 2008 09:56:49
Original commit files touched by this commit  2.3.3
joerg search for other commits by this committer
Upgrade to version 2.3.3.  As with gwenhyfar, this is the latest release
of the 2.x line, and the author has chosen to no longer host version 3.x
on sourceforge.net.

Since our only consumer of this port is gnucash, and gnucash requires
the Qt component of aqbanking (qbanking), I chose to make the qbanking
interface a non-optional decision.  In case there might be further
consumers in future, this could perhaps also be made optional.
05 Mar 2007 14:18:07
Original commit files touched by this commit  1.0.11_1
nobutaka search for other commits by this committer
Fix build after objformat removal on -current.
23 Jan 2007 08:19:11
Original commit files touched by this commit  1.0.11_1
lawrance search for other commits by this committer
Drop maintainership.
24 Nov 2006 08:37:53
Original commit files touched by this commit  1.0.11_1
rafan search for other commits by this committer
- Chase recent libofx update
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.0.11_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 09:47:46
Original commit files touched by this commit  1.0.11
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
28 Nov 2005 09:55:41
Original commit files touched by this commit  1.0.11
pav search for other commits by this committer
- Fix ktoblzcheck dependency line

  This is getting way out of my hands. Was this really broken for five weeks?

Submitted by:   Anthony M. Agelastos <iqgrande@gmail.com>
Pointy hat to:  pav
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.11
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
31 Aug 2005 23:16:57
Original commit files touched by this commit  1.0.11
pav search for other commits by this committer
- Chase libofx update
12 Jun 2005 05:56:20
Original commit files touched by this commit  1.0.11
lawrance search for other commits by this committer
Fix pkg-plist

Reported by:    kris
08 Jun 2005 15:52:51
Original commit files touched by this commit  1.0.11
lawrance search for other commits by this committer
Add aqbanking 1.0.11, online banking interface and financial data
framework.

PR:             ports/78443 (prompted by)
Submitted by:   Peter Corneliu <pcc@gmx.net>

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19099
Broken 159
Deprecated 77
Ignore 425
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 12
new 48 hours15
new 7 days56
new fortnight99
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.14 seconds.