aboutsummaryrefslogtreecommitdiffstats
path: root/finance/qhacc
Commit message (Collapse)AuthorAgeFilesLines
* Remove forgotten patchpawel2013-12-031-14/+0
|
* Update to version 4.2.1pawel2013-12-033-6/+6
| | | | | PR: ports/184248 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Remove now needless qmake_build from USE_QT4makc2013-11-221-2/+1
| | | | | - Get rid of QMAKEFLAGS - Use globally provided LRELEASE
* - Update to version 4.2pawel2013-11-022-22/+14
| | | | | | | - Support staging PR: ports/181065 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Convert unmaintained ports to USES=qmakemakc2013-10-131-20/+23
| | | | | | - Add stage support - Convert LIB_DEPENDS to new syntax - Minor changes/fixes
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | finance)
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Fix buildmiwi2013-07-222-2/+16
| | | | | PR: 180689 Submitted by: ports fury
* Mark as broken:bapt2013-07-181-0/+2
| | | | | graphing/BudgetingWindow.cpp: In member function 'virtual void BudgetingWindow::replot()': graphing/BudgetingWindow.cpp:123:70: error: cannot convert 'const QwtScaleDiv' to 'QwtScaleDiv*' in initialization
* - Update to 4.1miwi2013-06-178-383/+50
| | | | | PR: 179596 Submitted by: Ports Fury
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Chase gpgme shared lib bump.jlaffaye2011-07-211-1/+1
| | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - Mark MAKE_JOBS_UNSAFEpav2009-11-231-0/+1
| | | | Reported by: pointyhat
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with E,F
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Chase security/gpgme update.wxs2009-07-162-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the following ports require a patch to use the new gpgme correctly: deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim4 deskutils/kdepim4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 finance/qhacc mail/mutt-devel net-im/ayttm net-im/centericq net-im/centerim net-im/centerim-devel security/openvas-libnasl These patches were submitted by various people and documented in ports/135911. PR: ports/135911
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Update gpgme to 1.1.2, chase dependencies.lofi2006-09-141-1/+2
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Update to 3.5erwin2006-06-173-22/+13
| | | | | PR: 99042 Submitted by: Ports fury
* Remove USE_REINPLACE from all categories starting with Fedwin2006-05-071-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+39
| | | | Approved by: portmgr (kris)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-5/+5
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Chase gpgme updateoliver2005-11-061-1/+2
| | | | | | Bump PORTREVISION Pointy hat to: lofi
* - Update to 3.4pav2005-07-273-9/+9
| | | | | PR: ports/84068 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 3.3.flz2005-03-033-10/+44
| | | | | | PR: ports/78312 Submitted by: Ports Fury Approved by: pav (mentor)
* Split the postgresql ports into a server and a client part.girgen2005-01-311-2/+1
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Software developers fixed double-entry account field inkrion2004-12-161-2/+2
| | | | | | | transaction editor and rerolled tarball. PR: ports/75112 Submitted by: Ports Fury
* Update to version 3.2.3krion2004-12-127-231/+81
| | | | | PR: ports/74946 Submitted by: Ports Fury
* Update to version 3.2.1krion2004-10-122-3/+3
| | | | | PR: ports/71878 Submitted by: Ports Fury
* Update to version 3.2krion2004-08-1411-120/+54
| | | | | PR: ports/70408 Submitted by: Ports Fury
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-1/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* - Update to version 3.0krion2004-05-292-7/+3
| | | | | PR: ports/67288 Submitted by: Ports Fury
* - Update to version 2.9.9krion2004-04-102-3/+3
| | | | | PR: ports/65365 Submitted by: Ports Fury
* - Update to version 2.9.8krion2004-02-214-16/+92
| | | | | PR: ports/63135 Submitted by: Ports Fury
* - Update to version 2.9.7krion2004-02-095-35/+21
| | | | | PR: ports/62428 Submitted by: Ports Fury
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Bump PORTREVISION for plist fixkris2004-01-301-1/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* - Fix pkg-plistkrion2004-01-252-0/+2
| | | | | | - Bump PORTREVISION Noticed by: bento via kris
* - Update to version 2.9.6krion2004-01-173-4/+16
| | | | | PR: 61423 Submitted by: Ports Fury
* - Update to version 2.9.4krion2003-12-1812-39/+364
| | | | | PR: 60335 Submitted by: Ports Fury
* - Fix pkg-plistkrion2003-09-032-1/+2
| | | | | | | | - Fix khacc build which depends on qhacc - Bump PORTREVISION Submitted by: KATO Tsuguru <tkato@prontomail.com> Noticed by: kris via bento
* - software author added new headers to tarballkrion2003-08-223-56/+2
| | | | | | | | | - tarball was rerolled, hence new checksum - bump PORTREVISION PR: 55825 Submitted by: Ruslan Babayev <ruslan@babayev.com> KATO Tsuguru <tkato@prontomail.com>
* - Update to version 2.9.1krion2003-08-184-10/+80
| | | | | PR: 55686 Submitted by: Ports Fury
* - Fixed missed dependencykrion2003-08-171-1/+2
| | | | Reported by: kris via bento
* Fix qhacc script to handle bash properlykrion2003-08-131-2/+4
| | | | | PR: 55516 Submitted by: Ruslan Babayev <ruslan@babayev.com>
* - Update to version 2.9krion2003-08-138-67/+101
| | | | | PR: 55497 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-212-1/+1
|
* Homepage updates.naddy2003-02-061-1/+1
| | | | | PR: 47914, 47915, 47916, 47938, 47941 Submitted by: tadalunch@s5.xrea.com
* Adjust pkg-comment and pkg-descr, this is not a QT2 Application anymorearved2003-01-223-3/+3
| | | | Set Maintainer back to ports, after successful QT2 -> QT3 update.
* Update to 2.6.1arved2003-01-222-3/+3
| | | | | PR: 47320 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.6arved2003-01-182-2/+2
| | | | | PR: 47070 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.5.1arved2003-01-133-2/+12
| | | | | PR: 46935 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add a patch i forgot in the last commitarved2002-11-221-0/+15
|
* Adjust CATEGORIES after Repocopy.arved2002-11-223-15/+16
| | | | | | | Update to 2.4 PR: 43702 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@alane2002-08-231-1/+1
| | | | maintainership.
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-231-1/+2
| | | | | PR: 39665 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* upgrade to 1.4ijliao2001-12-092-2/+2
| | | | | PR: 32626 Submitted by: Ports Fury
* Update to version 1.3.steve2001-12-032-2/+2
| | | | | PR: 32314 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.2petef2001-11-062-2/+2
| | | | | PR: 31615 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.1dwcjr2001-10-194-48/+11
| | | | | PR: 31301 Submitted by: tkato@prontomail.com
* upgrade to 1.0ijliao2001-08-294-19/+17
| | | | | PR: 30044 Submitted by: Ports Fury
* Update to 0.9lioux2001-08-095-28/+3
| | | | | PR: 29446 Submitted by: Kato Tsuguru <tkato@prontomail.com>
* Update to version 0.8.4kevlo2001-07-224-6/+32
| | | | | PR: 29021 Submitted by: Ports Fury
* Update to 0.8.will2001-04-072-2/+2
|
* Overhaul QT/KDE support:will2001-04-031-1/+1
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* Update to version 0.7.1kevlo2001-03-172-2/+2
| | | | | PR: 25870 Submitted by: Ports Fury
* - Add missing MASTER_SITE_SUBDIRijliao2001-01-281-0/+1
| | | | | PR: 24672 Submitted by: tkato@prontomail.ne.jp
* Upgrade to version 0.7kevlo2001-01-233-9/+10
| | | | | PR: 24553 Submitted by: Ports Fury
* Update to 0.6.6kevlo2001-01-072-2/+2
| | | | | PR: 24095 Submitted by: Ports Fury
* Upgrade to 0.6.5kevlo2000-12-162-2/+2
| | | | | PR: 23568 Submitted by: Ports Fury
* Update to version 0.6.4kevlo2000-12-032-3/+3
| | | | | PR: 23228 Submitted by: Ports Fury
* Update to version 0.6.2kevlo2000-11-174-21/+39
| | | | | PR: 22892 Submitted by: Ports Fury
* Update to version 0.6.1akevlo2000-09-302-2/+2
| | | | | PR: 21580 Submitted by: tkato@prontomail.ne.jp
* Update to 0.6ade2000-09-176-14/+44
| | | | | PR: 21283 Submitted by: Ports Fury
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Forgot to change qt2.3 BUILD_DEPEND and USE_NEWGCC to the newer USE_QT2.will2000-04-231-3/+1
| | | | Doing so now since I don't know when the next qhacc release will be.
* Update qhacc to 0.5. This fixes the fennerism.will2000-04-223-60/+27
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Update port to 0.3.1jedgar2000-02-292-4/+4
| | | | | | PR: 16973 Submitted by: Rod Taylor <rbt@zort.on.ca> Approved by: Maintainer
* Update to 0.2.8cpiazza2000-02-212-4/+5
| | | | | PR: 16851 Submitted by: maintainer
* Initial import of qhacc-0.2.6.imura2000-02-137-0/+102
Simple QT2-based financial manager. PR: 16524 Submitted by: Will Andrews <andrews@technologist.com>