aboutsummaryrefslogtreecommitdiff
path: root/finance/aqbanking
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 5.0.4Koop Mast2011-02-288-495/+330
| | | | | | | | | | | | Remove all GUI stuff, it is in Gwenhywfar now Add LICENSE (GPLv2) (The PayPal backend is also GPLv2, but can only be used with certain programs. GnuCash and KMyMoney are allowed to use it.) PR: ports/154840 Submitted by: maintainer Notes: svn path=/head/; revision=270013
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 4.2.4Dima Panov2010-03-106-141/+254
| | | | | | | | | | | - Use QT4 frontend by default (require for upcoming kmymoney-kde4) - Pass maintainership to submitter PR: 144519 Submitted by: Jason E. Hale <bsdkaffee AT gmail DOT com> Notes: svn path=/head/; revision=250821
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 4.1.0Dmitry Marakasov2009-06-223-8/+9
| | | | | | | | PR: 135915 Submitted by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=236482
* - Update to 4.0.0Dmitry Marakasov2009-06-214-97/+110
| | | | | | | | | | - Chase devel/gwenhywfar shlib bump PR: 135161 Submitted by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=236440
* - Chase math/libgmp4 shlib bumpPav Lucistnik2009-05-141-1/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: ale Notes: svn path=/head/; revision=233892
* - Update to 3.8.1Pav Lucistnik2009-05-118-302/+325
| | | | | | | | PR: ports/129598 Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us> Notes: svn path=/head/; revision=233731
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove LibOFX optional support (off by default) until somebody fixes itPietro Cerutti2008-07-092-11/+11
| | | | | | | | PR: 125093 Submitted by: <mirror176@hotmail.com> Notes: svn path=/head/; revision=216575
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* aqbanking.pc belongs into libdata rather than lib.Joerg Wunsch2008-01-242-1/+12
| | | | | | | Pointy hat passed by: pav Notes: svn path=/head/; revision=206148
* Fix OFX optional parts in pkg-plist.Joerg Wunsch2008-01-211-16/+16
| | | | | | | Reminded by: pointyhat, by way of pav Notes: svn path=/head/; revision=205978
* Upgrade to version 2.3.3. As with gwenhyfar, this is the latest releaseJoerg Wunsch2008-01-164-72/+344
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=205718
* Fix build after objformat removal on -current.MANTANI Nobutaka2007-03-051-0/+3
| | | | Notes: svn path=/head/; revision=186582
* Drop maintainership.Sam Lawrance2007-01-231-1/+1
| | | | Notes: svn path=/head/; revision=183062
* - Chase recent libofx updateRong-En Fan2006-11-241-1/+1
| | | | Notes: svn path=/head/; revision=177958
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+15
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* - Fix ktoblzcheck dependency linePav Lucistnik2005-11-281-2/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=149759
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Chase libofx updatePav Lucistnik2005-08-311-1/+1
| | | | Notes: svn path=/head/; revision=141643
* Fix pkg-plistSam Lawrance2005-06-121-0/+28
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=137302
* Add aqbanking 1.0.11, online banking interface and financial dataSam Lawrance2005-06-084-0/+174
framework. PR: ports/78443 (prompted by) Submitted by: Peter Corneliu <pcc@gmx.net> Notes: svn path=/head/; revision=137060