aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* - resolve conflicts after last two commitsAndrej Zverev2013-11-036-13/+4
| | | | Notes: svn path=/head/; revision=332622
* - resolve conflicts after last two commitsAndrej Zverev2013-11-032-13/+4
| | | | Notes: svn path=/head/; revision=332621
* Support STAGEDIR.Vanilla I. Shu2013-11-0328-68/+81
| | | | Notes: svn path=/head/; revision=332619
* - support STAGEDIRAndrej Zverev2013-11-0324-33/+21
| | | | | | | - add LICENSE (where it possible) Notes: svn path=/head/; revision=332617
* - support STAGEDIRAndrej Zverev2013-11-0329-54/+34
| | | | Notes: svn path=/head/; revision=332594
* - Fix pkg-plist with OPTIONS_SUBJason E. Hale2013-11-032-24/+20
| | | | | | | - Remove unneeded hack now that staging is enabled Notes: svn path=/head/; revision=332573
* - Support stagingJason E. Hale2013-11-032-31/+24
| | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Single space WWW line in pkg-descr Notes: svn path=/head/; revision=332569
* - Update to version 4.2Pawel Pekala2013-11-012-22/+14
| | | | | | | | | | - Support staging PR: ports/181065 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=332427
* - Fix LIB_DEPENDS styleRyan Steinmetz2013-11-011-3/+3
| | | | | | | | | | - COMMENTs should not start with 'A' or 'An' - Eliminate unneeded LDFLAGS Reported by: Boris Samorodov <bsam@passap.ru> Notes: svn path=/head/; revision=332414
* New port: finance/vanitygen:Ryan Steinmetz2013-11-014-0/+43
| | | | | | | | | | Vanitygen can generate regular bitcoin addresses, namecoin addresses, and testnet addresses. WWW: https://github.com/samr7/vanitygen/ Notes: svn path=/head/; revision=332334
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332044
* finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignmentKubilay Kocak2013-10-261-1/+1
| | | | | | | Reported by: jgh Notes: svn path=/head/; revision=331655
* finance/py-stripe: Update to 1.9.8Kubilay Kocak2013-10-262-3/+3
| | | | | | | | | | | | | | | | | | - Update to 1.9.8 I missed this during the initial port commit. It fixes the failing unit test. Changes: 1.9.8 2013-10-17: Removed incorrect test. 1.9.7 2013-10-10: Add support for metadata. 1.9.6 2013-10-08: Fix issue with support for closing disputes. PR: ports/182313 Notes: svn path=/head/; revision=331654
* finance/py-stripe: Python bindings for Stripe.com [NEW PORT]Kubilay Kocak2013-10-264-0/+38
| | | | | | | | | | | | Python bindings for the Stripe.com payment service REST API. WWW: https://github.com/stripe/stripe-python PR: ports/182313 Submitted by: Trevor Caira <trevor@bitba.se> Notes: svn path=/head/; revision=331653
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-2618-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-225-5/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* - Support stagingJason E. Hale2013-10-192-13/+5
| | | | | | | - Use options helpers Notes: svn path=/head/; revision=330877
* - Update to 2.13.0Bernhard Froehlich2013-10-173-46/+62
| | | | | | | - Add staging support Notes: svn path=/head/; revision=330647
* - Convert unmaintained ports to USES=qmakeMax Brazhnikov2013-10-131-20/+23
| | | | | | | | | - Add stage support - Convert LIB_DEPENDS to new syntax - Minor changes/fixes Notes: svn path=/head/; revision=330227
* - Update to 1.20Frederic Culot2013-10-093-18/+15
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Support staging Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes Notes: svn path=/head/; revision=329898
* - Support stagingGuido Falsi2013-10-092-51/+21
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Use option helpers Approved by: gnome (kwm) Notes: svn path=/head/; revision=329886
* Finish gnofin removalAntoine Brodin2013-10-071-1/+0
| | | | Notes: svn path=/head/; revision=329741
* - Fix build with libc++ [1]Jason E. Hale2013-10-074-0/+11
| | | | | | | | | | - While here, rename patches so they are consistent with how "make makepatch" names them Submitted by: rm (via email) [1] Notes: svn path=/head/; revision=329716
* Remove some ports depending on gnome1Baptiste Daroussin2013-10-077-117/+0
| | | | | | | Approved by: gahr (maintainer) Notes: svn path=/head/; revision=329665
* - Convert last bit of the QUOTES option to newly addedJason E. Hale2013-10-061-6/+1
| | | | | | | "opt_USE= FOO=bar" options helper Notes: svn path=/head/; revision=329598
* - Update to 0.751betaRusmir Dusko2013-10-055-38/+67
| | | | | | | | | | | | | | - Add master sites and icons - Pass maintainership to submitter - Add license (GPLv2) - Use pkg-plist instead of PLIST_FILES - Change docs and add DOCS Option - Add Desktop entry file Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=329485
* - Update to 4.6.4Jason E. Hale2013-10-055-32/+32
| | | | | | | | | | - Back out staging support for the time being because the mime database was not being updated properly and was causing packaging failure [1] Reported by: QAT, avg (via email) [1] Notes: svn path=/head/; revision=329475
* - Update finance/libofx to 0.9.9Jason E. Hale2013-10-0410-50/+46
| | | | | | | | | | | | | - Support staging - Remove USE_GCC= any; port seems to build fine with clang - Move LICENSE to proper location - Modernize LIB_DEPENDS - USE_GMAKE -> USES= gmake - Update pkg-descr to reflect current capabilities - Bump PORTREVISION on dependent ports due to so version bump Notes: svn path=/head/; revision=329305
* - Support stagingJason E. Hale2013-10-042-55/+35
| | | | | | | | - Modernize LIB_DEPENDS - Convert to new options macros Notes: svn path=/head/; revision=329303
* - Support stagingJason E. Hale2013-10-041-5/+2
| | | | | | | | - Make COMMENT more concise - Modernize LIB_DEPENDS Notes: svn path=/head/; revision=329299
* - Update to version 4.5.4Pawel Pekala2013-10-023-11/+5
| | | | | | | | | | | | | - Add support for STAGEDIR Changelog: * bugfix: #1230401 running balance missordered after insert on same date * bugfix: #1232418 Account, Payees and category, wrongly disabled! * bugfix: scheduled transaction icon was still displayed after a save Notes: svn path=/head/; revision=329096
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-48/+46
| | | | Notes: svn path=/head/; revision=328863
* finance/libofx: add <unistd.h> for modern compilersJohn Marino2013-09-251-0/+10
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328320
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Update to version 4.5.3Pawel Pekala2013-09-222-3/+3
| | | | | | | | | | | | | | | | | | | | Changelog: * bugfix: #1213569 win32: program not all translated in french since 4.5.1 * bugfix: #1214077 win32: my csv file exported crash when import again * bugfix: #1215521 when importing qif, automatic assignments are not made * bugfix: #1216284 balance report do not exclude account with exclude from report checked * bugfix: #1216321 reversed transactions * bugfix: #1218644 There is a problem of calculating the column balances * bugfix: #1221484 End date not checked to be larger than Start date in reports * bugfix: #1225611 Trend Time report : categories crashes on windows Notes: svn path=/head/; revision=327871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20162-134/+188
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-6/+2
| | | | Notes: svn path=/head/; revision=327530
* - convert to the new perl5 frameworkAndrej Zverev2013-09-142-2/+4
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327077
* - Update to 1.43Jason E. Hale2013-09-123-5/+5
| | | | Notes: svn path=/head/; revision=327023
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-101-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326934
* Needs pkgconfig to buildPawel Pekala2013-09-051-1/+1
| | | | Notes: svn path=/head/; revision=326405
* Fix build without libstdc++Baptiste Daroussin2013-09-051-5/+4
| | | | Notes: svn path=/head/; revision=326388
* - Reassign to the heap at maintainer's requestThomas Abthorpe2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326223
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326185
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-3/+1
| | | | Notes: svn path=/head/; revision=326137
* - convert to the new perl5 frameworkAndrej Zverev2013-09-024-4/+8
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325960
* - convert to the new perl5 frameworkAndrej Zverev2013-09-023-3/+5
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325959
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-2/+2
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602