aboutsummaryrefslogtreecommitdiffstats
path: root/math/qalculate
Commit message (Collapse)AuthorAgeFilesLines
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with M
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* 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)
* - Fix build with latest math/clnmiwi2008-05-223-0/+548
| | | | | PR: 123772 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-31/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Update to 0.9.6miwi2007-07-022-7/+5
| | | | | PR: 114075 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.9.5miwi2007-03-073-10/+13
| | | | | | | - Remove 4.X support PR: 109804 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Reset asa@agava.com after several months of inactivity and no response tolinimon2006-12-061-1/+1
| | | | | | email. Hat: portmgr
* Update to 0.9.3arved2006-05-214-14/+16
| | | | | | PR: 96873, 96874 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: Sergey Akifyev <asa@agava.com> (maintainer)
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* Update to 0.9.0jylefort2005-12-253-7/+6
| | | | | PR: ports/90331 Submitted by: maintainer
* 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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* - Update to 0.8.2.1pav2005-11-042-3/+3
| | | | Submitted by: maintainer
* - Update qalculate to 0.8.0, which splits out libqalculatepav2005-06-077-139/+67
| | | | | PR: ports/81832 Submitted by: Sergey Akifyev <asa@agava.com> (maintainer)
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update to 0.7.2ahze2005-03-128-90/+111
| | | | | PR: ports/78696 Submitted by: Sergey Akifyev <asa@agava.com> (maintainer)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* - Bump USE_GCC to 3.4 to match cln and unbreakpav2004-10-132-7/+3
| | | | | | - Remove gettext hack, it's no longer valid Reported by: pointyhat via kris
* 1) fix plist: test builds show, that 0.6.3 configure fails to detectlinimon2004-10-122-1/+12
| | | | | | | | | gettext on 5x too :( So we need to temporarily disable translations for now... 2) reinstall didn't ever work, because of use of 'ln -s' instead of ln -sf for symlinking qalculate-gtk binary. PR: ports/71228 Submitted by: Sergey Akifyev <asa at gascom dot ru> (maintainer)
* Add qalculate, a multi-purpose desktop calculator for GNU/Linux (heh).pav2004-08-306-0/+141
It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface. PR: ports/68979 Submitted by: Sergey Akifyev <asa@gascom.ru>