aboutsummaryrefslogtreecommitdiff
path: root/finance/quickfix
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* finance/quickfix: migrate to Python 3Rene Ladan2021-01-122-18/+6
| | | | | | | | | | PR: 251677 [1] PR: 249685 [2] Submitted by: maintainer [1] Submitted by: swills [1] Notes: svn path=/head/; revision=561379
* finance/quickfix: fix build on non-x86Piotr Kubaj2021-01-041-1/+8
| | | | | | | Code uses x86 assembly, but makes it possible to use Boost atomic. Notes: svn path=/head/; revision=560298
* Add missing USES={gnome,php,sdl} to the restTobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517072
* finance/quickfix: mark BROKEN on i386Steve Wills2019-06-301-0/+1
| | | | | | | | PR: 238834 Submitted by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=505503
* Regular USE_GITHUB cleanup.Mathieu Arnold2019-06-202-4/+4
| | | | Notes: svn path=/head/; revision=504618
* finance/quickfix: Update to 1.15.1Koichiro Iwao2019-06-209-86/+136
| | | | | | | | | | | - Remove MAKE_JOBS_UNSAFE as it build paralelly now - Switch to GitHub PR: 238569 Submitted by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=504616
* Mark ports broken on powerpc64, categories d-f.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472670
* New port: finance/quickfixKurt Jaeger2018-02-257-0/+837
The Financial Information Exchange (FIX) Protocol is a message standard developed to facilitate the electronic exchange of information related to securities transactions. It is intended for use between trading partners wishing to automate communications. QuickFIX is a free and open source implementation of the FIX protocol. WWW: http://www.fixprotocol.org/ WWW: http://www.quickfixengine.org/ PR: 193504 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Reviewed by: marino, pawel, w.schwarzenfeld@utanet.at Notes: svn path=/head/; revision=462973