summaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.8.sobomax2002-06-216-694/+712
|
* Correct typo.naddy2002-06-201-1/+1
| | | | Submitted by: Alexei Kaminski <alexeik@physics.umd.edu>
* . Update to 0.3.1.glewis2002-06-203-2/+40
| | | | | | . Unbreak by adding a patch for hoc.y. Note: Cannot update to 0.3.2 due to 4.x having an older readline library.
* Update to 1.3.10.naddy2002-06-202-2/+2
| | | | | Changes: In the RPN mode, the keys to swap registers X and Z, and X and T have been replaced with keys to scroll the stack.
* add USE_REINPLACE= yesijliao2002-06-191-0/+1
| | | | Submitted by: pat
* replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-191-4/+4
| | | | | PR: 39498 Submitted by: maintainer
* Chase guile shared lib number.marcus2002-06-192-2/+2
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* I found a very small typo. (%D/octave.info instead of %D/info/octave.info)mita2002-06-172-4/+4
|
* upgrade to 2.04ijliao2002-06-164-29/+27
| | | | use new REINPLACE_CMD for patch
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-153-10/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
* Install library properly without stripping the symbolspat2002-06-141-1/+1
| | | | | PR: 39138 Submitted by: Matthew Landauer <mlandauer@yahoo.com>
* Upgrade to 21.0.tg2002-06-143-90/+89
|
* This isn't a GNOME port per se. Don't use the GNOME datadir.marcus2002-06-132-4/+2
|
* upgrade to 1.0.9ijliao2002-06-133-3/+3
|
* Add gcalctool, a GTK+-2.0 calculator based on calctool for OpenWindows.marcus2002-06-127-0/+62
|
* o Update to 5.1.8lkoeller2002-06-122-3/+3
| | | | | | | o Test of build and correct PDF generation with pdflib-4.0.2 PR: ports/39158 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Category move: math/spin to develsada2002-06-118-234/+0
| | | | | | PR: ports/10396 Submitted by: Daniel C. Sobral <dcs@newsguy.com> Approved by: maintainer
* Add math/ruby-netcdf 0.3.5, a Ruby interface to the NetCDF scientific IOknu2002-06-116-0/+67
| | | | library.
* Update to 0.5.6p2.knu2002-06-112-2/+2
|
* Update to 0.3.knu2002-06-113-5/+11
|
* Update to 1.3.9. Notable changes in this release:naddy2002-06-113-26/+2
| | | | * An option for output rounding has been added.
* Unbreak: fix compilation.petef2002-06-092-2/+13
|
* Put back python support (requires up to date libtool).sobomax2002-06-082-2/+42
|
* - update to 3.4.16petef2002-06-084-13/+22
| | | | | | | - update maintainer's email address PR: 39020 Submitted by: Jonathan Hanna <jhanna@shaw.ca>
* Update to 1.0.7.sobomax2002-06-0714-1074/+970
|
* Upstream fix for decimal point stack push in RPN mode.naddy2002-06-042-0/+24
|
* add eukleides 0.9.0ijliao2002-06-047-0/+63
| | | | A Euclidean geometry drawing language
* Update to 1.3.8. Notable changes:naddy2002-06-042-2/+2
| | | | | | | * Non-integer powers of negative numbers now yield errors instead of weird results. * The selected angle units are saved now. * Various bug fixes and pixmap cosmetics.
* enable c++ supportijliao2002-06-024-12/+16
| | | | bump portrevision
* Updated to 1.00skv2002-06-024-7/+11
|
* Updated to 0.65skv2002-06-023-5/+10
|
* USE_LINUX rather than explicitly listing the dependency.obrien2002-05-292-5/+3
|
* Add p5-Math-LinearCombination 0.03,skv2002-05-276-0/+46
| | | | | | | | sum of variables with a numerical coefficient. PR: 32975 Submitted by: Sergey Skvortsov <skv@FreeBSD.org>
* Add p5-Math-SimpleVariable 0.03,skv2002-05-276-0/+44
| | | | | | | | simple representation of mathematical variables. PR: 32974 Submitted by: Sergey Skvortsov <skv@FreeBSD.org>
* add missing .pyo files into plistijliao2002-05-261-0/+22
|
* Add back xgfe, which was prematurely removed by willkris2002-05-249-0/+148
|
* upgrade to 1.6.2ijliao2002-05-242-2/+2
|
* upgrade to 1.0.52ijliao2002-05-245-11/+54
| | | | fix gmp support on current
* Cleanup: remove unneeded BUILD_DEPENDS line.tg2002-05-231-2/+0
|
* Cleanup: remove unneeded patch; remove unused variable.tg2002-05-232-10/+0
|
* Fix PLIST.sobomax2002-05-224-7/+34
| | | | Submitted by: bento
* Don't build klaptopdaemon on alpha.gallatin2002-05-212-23/+34
| | | | | | | | | Due to APM dependancies, its preventing the port from building on alpha. Since I can't see what use its features would be on a platform which doesn't support power mgmnt, it seems simplest to just yank it. Approved by: will
* upgrade to 0.994ijliao2002-05-2110-307/+477
| | | | | | | unbreak PR: 37687 Submitted by: Ports Fury
* BROKEN: Does not buildkris2002-05-182-0/+4
|
* BROKEN: Does not package correctlykris2002-05-181-0/+2
|
* Upgrade to version 3.4.14 .sada2002-05-173-10/+9
| | | | | PR: ports/36862 Submitted by: maintainer
* BROKEN: does not buildkris2002-05-171-0/+2
|
* Update to 0.4.sobomax2002-05-178-74/+98
|
* Add djbfft since we can't package it due to author's license on patchinglioux2002-05-161-0/+2
|
OpenPOWER on IntegriCloud