summaryrefslogtreecommitdiff
path: root/finance/aqbanking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Generate plist for DOXYGEN option independent of the PORTDOCS macroJason E. Hale2012-10-221-4/+7
| | | | | | | | | | to avoid problems if NOPORTDOCS is defined Approved by: makc (mentor, implicit) Feature safe: yes Notes: svn path=/head/; revision=306281
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=304177
* In devel/gwenhywfar and finance/aqbanking, the documentation installed byRaphael Kubo da Costa2012-09-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | doxygen is massive and shouldn't be installed by default. [1] This was the behavior prior to the last update, but while converting to OPTIONSng the logic got lost. Use the DOXYGEN option instead but we still need to check if DOCS is enabled since the PORTDOCS macro is being used to generate the plist for the documentation. Also, fix typos s/DOC/DOCS/ in devel/gwenhywfar. Bump PORTREVISION. [1] Reported by: Jan Henrik Sylvester <me@janh.de> PR: ports/171238 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=303541
* devel/gwenhywfar:Raphael Kubo da Costa2012-09-013-25/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy devel/gwenhywfar to devel/gwenhywfar-{fox16,gtk2,qt4}. - devel/gwenhywfar is now a master port and new slave ports will allow the user to install the GUI libraries separately. This will make packaging easier for finance/gnucash and finance/kmymoney-kde4. finance/aqbanking: - finance/aqbanking has been updated to 5.0.25 and includes a shlib bump, so instead of making the user rebuild twice it is included here. - Shlib bump aqbanking.33 -> aqbanking.34. - Fix LICENSE. - Convert to new OPTIONS framework. finance/gnucash: - Adjust LIB_DEPENDS for AQBANKING option so they are installed in the correct order. - Drop unneeded LICENSE_FILE. - Drop ABI version numbers from all LIB_DEPENDS (if you really want to keep them, at least keep the LIB_DEPENDS in the order I changed them to since aqbanking should be built last. Also aqbanking.33 -> aqbanking.34). - Remove BROKEN message now that the dependency problem is solved. finance/kmymoney-kde4: - Convert to new OPTIONS framework. - Drop WITH_* from PLIST_SUB. - Drop ABI version numbers from all LIB_DEPENDS. - Add USE_PKGCONFIG=build. - Remove IGNORE message now that the dependency problem is solved. Also clean up the header for the touched Makefiles. PR: ports/170492 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=303495
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Revert %%DATADIR%% changes to pkg-plists. Application is not DATADIR safeMichael Scheidell2012-05-011-154/+154
| | | | | | | | | | - No PORTREVISION bump since the defaults do not change package PR: ports/167461 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=295807
* - Update to 5.0.23Jason Helfman2012-04-143-158/+158
| | | | | | | | | | - while here use datadir in plist PR: ports/166904 Submitted by: maintainer, bsdkaffee@gmail.com Notes: svn path=/head/; revision=294803
* Update to 5.0.22Max Brazhnikov2012-02-222-4/+4
| | | | | | | | PR: ports/165261 Submitted by: Jason E. Hale (maintainer) Notes: svn path=/head/; revision=292044
* - update to 5.0.21Ruslan Makhmatkhanov2012-01-053-4/+5
| | | | | | | | PR: 163836 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer) Notes: svn path=/head/; revision=288572
* - Update to 5.0.16Steve Wills2011-10-023-5/+6
| | | | | | | | PR: ports/160998 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=282833
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 5.0.14.Koop Mast2011-07-314-10/+22
| | | | | | | | | | | pet portlint by moving LICENSE block. Add a patch to fix symbol visibility support with cc. PR: ports/159032 Submitted by: maintainer Notes: svn path=/head/; revision=278648
* - Update to 5.0.7Wen Heping2011-06-022-7/+5
| | | | | | | | PR: ports/157511 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=274966
* - Update to 5.0.5Wen Heping2011-03-174-4/+16
| | | | | | | | | | - Remove empty file pkg-message PR: ports/155618 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=271077
* 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