aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 3.6.0Kirill Ponomarev2005-01-084-11/+9
| | | | | | | | PR: ports/75954 Submitted by: Ports Fury Notes: svn path=/head/; revision=125828
* Fix plist.Kirill Ponomarev2005-01-081-0/+2
| | | | Notes: svn path=/head/; revision=125783
* BROKEN on alpha: Does not compileKris Kennaway2005-01-021-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125655
* BROKEN: Does not compileKris Kennaway2005-01-021-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125649
* Partially fix package building by adding a dependency on Xvfb in theKris Kennaway2005-01-011-0/+5
| | | | | | | | | | PACKAGE_BUILDING case. Mark BROKEN because this package is still missing a dependency. Approved by: portmgr (self) Notes: svn path=/head/; revision=125630
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-316-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* Support NO_WRKSUBDIR properlyKirill Ponomarev2004-12-302-4/+2
| | | | | | | | PR: ports/75631 Submitted by: Ports Fury Notes: svn path=/head/; revision=125520
* - Update to 0.7.1Pav Lucistnik2004-12-303-5/+5
| | | | | | | | | PR: ports/75408 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Rui Lopes <rui@ruilopes.com> (maintainer) Notes: svn path=/head/; revision=125502
* Update to 1.0.57. For changes since 1.0.56 please see:Marius Strobl2004-12-2911-99/+21
| | | | | | | | | | | http://yacas.sourceforge.net/changes.html The new optimze-compiled-plugin-size feature had to be disabled otherwise yacas would dump core. Approved by: netchild Notes: svn path=/head/; revision=125472
* Polymake is a versatile framework for experimental discrete mathematics. ThePav Lucistnik2004-12-295-0/+1119
| | | | | | | | | | | | | | standard distribution contains tool collections for the algorithmic treatment of polytopes and polyhedra, and finite simplicial complexes. It offers an unified interface to a wide variety of algorithms and free software packages from the computational geometry field, such as convex hull computation or visualization tools. PR: ports/75405 Submitted by: Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> Notes: svn path=/head/; revision=125398
* Update to 1.5.4.Akinori MUSHA2004-12-254-32/+182
| | | | Notes: svn path=/head/; revision=125146
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* Fix "bad C++ code" and unbreak.Alexey Dokuchaev2004-12-233-7/+23
| | | | Notes: svn path=/head/; revision=124989
* [MAINTAINER] math/kseg: update to 0.402Edwin Groothuis2004-12-223-10/+8
| | | | | | | | | | Update to 0.402 PR: ports/75329 Submitted by: Kuang-che Wu <kcwu@csie.org> Notes: svn path=/head/; revision=124762
* - Unbreak on amd64Sergey Matveychuk2004-12-201-2/+1
| | | | | | | | | | | (Johan van Selst succesfully ran the test-suite on an amd64 running 6-CURRENT and ocaml-3.08.2) PR: ports/75334 Submitted by: maintainer Notes: svn path=/head/; revision=124638
* o) Fix remove of soft link for documentation.Lars Koeller2004-12-201-1/+1
| | | | Notes: svn path=/head/; revision=124629
* - Change forgotten PORTSNAME from gnumeric2 to gnumeric fromMichael Johnson2004-12-201-3/+2
| | | | Notes: svn path=/head/; revision=124558
* Add 2 files to pkg-listMIHIRA Sanpei Yoshiro2004-12-202-1/+3
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=124556
* - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE byMichael Johnson2004-12-205-4/+25
| | | | | | | | | | | | using internal libtool since we use gcc34 and libtool15 doesn't like a different CC/CXX other than the one it was built with [1] - Fix plist if WITH_SMP_THREADS was defined - Bump PORTREVISION to force update of plist changes Reported by: marcus [1] Notes: svn path=/head/; revision=124549
* Don't leave extra directory after uninstall.Christian Weisgerber2004-12-192-1/+2
| | | | | | | Submitted by: kris (pointyhat) Notes: svn path=/head/; revision=124535
* Attempt to not build this package on pointyhat; it has a file which mustMark Linimon2004-12-191-1/+3
| | | | | | | be manually downloaded. Notes: svn path=/head/; revision=124505
* Don't try and remove pkgconfig at deinstallKris Kennaway2004-12-181-1/+0
| | | | Notes: svn path=/head/; revision=124412
* . Respect hier(7).Greg Lewis2004-12-163-14/+35
| | | | | | | | | | | . Use a better ALL_TARGET. Having check as part of it tried to install some files. Use check-runs to achieve the desired testing without doing any installation. . ${INSTALL_MAN} -> ${INSTALL_DATA} for doc installation (they aren't manual pages). Notes: svn path=/head/; revision=124185
* - Drop requirement for exact python versionPav Lucistnik2004-12-151-4/+1
| | | | | | | | | | - Unmark BROKEN PR: ports/75084 Submitted by: Pasi Hirvonen <psh@iki.fi> (maintainer) Notes: svn path=/head/; revision=124174
* <siks> hm math/clarence is maintained by ports@Edwin Groothuis2004-12-151-1/+1
| | | | | | | <siks> i might consider maintaining that Notes: svn path=/head/; revision=124170
* - Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnowMichael Johnson2004-12-151-18/+14
| | | | | | | | - Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS - Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS Notes: svn path=/head/; revision=124086
* Update to KDE 3.3.2Michael Nottebrock2004-12-132-4/+2
| | | | Notes: svn path=/head/; revision=123951
* BROKEN on 4.x: Does not compileKris Kennaway2004-12-112-0/+8
| | | | Notes: svn path=/head/; revision=123771
* BROKEN: Broken dependency after python 2.4 updateKris Kennaway2004-12-111-0/+2
| | | | Notes: svn path=/head/; revision=123752
* Move math/gnumeric2 --> math/gnumericMichael Johnson2004-12-1123-1677/+492
| | | | Notes: svn path=/head/; revision=123705
* Remove gnumeric from distinfoMichael Johnson2004-12-111-2/+0
| | | | Notes: svn path=/head/; revision=123703
* - Remove math/gnumeric dependency by adding GNOME_Gnumeric_Graph.idl to ↵Michael Johnson2004-12-113-8/+132
| | | | | | | FILESDIR so things like gnucash can still have graphing support. Notes: svn path=/head/; revision=123702
* Include sys/types.h when including ieeefp.h to fix the build on ia64.Joe Marcus Clarke2004-12-111-0/+10
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=123678
* - Update to 1.4.1Pav Lucistnik2004-12-104-28/+8
| | | | Notes: svn path=/head/; revision=123647
* Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnowMichael Johnson2004-12-091-3/+2
| | | | | | | | | optimizations Pointed out by: kris Notes: svn path=/head/; revision=123585
* - Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't haveMichael Johnson2004-12-092-21/+12
| | | | | | | | | | | | | a Athlon - Fix man pages so they say ${PREFIX}/etc instead of /etc - Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around to use a 16-byte aligned maloc by really using freebsd's 16-byte aligned maloc Reported by: phk Notes: svn path=/head/; revision=123577
* PyQt doesn't like python 2.4, restrict it and ports depending on it toMichael Nottebrock2004-12-081-1/+1
| | | | | | | python 2.3 for the time being. Notes: svn path=/head/; revision=123462
* Add xppaut 5.85, graphical tool for solving differential equations, etc.Thierry Thomas2004-12-066-0/+284
| | | | | | | | PR: 74254 Submitted by: Stephen Montgomery-Smith Notes: svn path=/head/; revision=123347
* Add petsc-mpich, a slave port of PETSC built with MPI.Thierry Thomas2004-12-062-0/+13
| | | | Notes: svn path=/head/; revision=123312
* Teach bmake to support FreeBSD-6.Thierry Thomas2004-12-062-3/+14
| | | | | | | Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=123311
* - Update to 4.4.3Volker Stolz2004-12-063-7724/+9403
| | | | | | | | | | | - License is now GPL - Assign maintainership to submitter PR: ports/74534 Submitted by: Johan van Selst Notes: svn path=/head/; revision=123287
* Correct pkg-plist.Sergey A. Osokin2004-12-052-1/+2
| | | | | | | | | Bump PORTREVISION. Submitted by: pointyhat via kris Notes: svn path=/head/; revision=123243
* Fix build on Python 2.4.Hye-Shik Chang2004-12-052-5/+19
| | | | Notes: svn path=/head/; revision=123166
* Unbreak on AMD64 by linking libglob statically vs. dynamically until theDavid E. O'Brien2004-12-052-14/+16
| | | | | | | | | PIC issues are properly dealt with. Submitted by: Roland Smith <rsmith@xs4all.nl> Notes: svn path=/head/; revision=123161
* Fix build on Python 2.4.Hye-Shik Chang2004-12-051-0/+11
| | | | Notes: svn path=/head/; revision=123159
* Remove dependancy on REINPLACE.David E. O'Brien2004-12-042-10/+6
| | | | Notes: svn path=/head/; revision=123147
* Add imake build dependency.Dejan Lesjak2004-12-031-1/+2
| | | | | | | | | | Previously it was picked up as run time dependency for X libraries. Since that is about to change, specify it explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade Notes: svn path=/head/; revision=123040
* Add perl build dependency.Dejan Lesjak2004-12-032-0/+2
| | | | | | | | | | Previously it was picked up by imake, which was run time dependency for X libraries. Since this will no longer hold, specify perl explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade Notes: svn path=/head/; revision=123025
* - remove the sites which no longer host the distfileYen-Ming Lee2004-12-032-19/+17
| | | | | | | - utilize DATADIR Notes: svn path=/head/; revision=123017
* Make eik@ and portupgrade happy by bumping PORTEPOCH.Edwin Groothuis2004-12-031-0/+1
| | | | Notes: svn path=/head/; revision=123016