aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Add missed dependency on devel/p5-Cloneskv2005-07-061-1/+3
| | | | Reported by: Philippe Waelti <philippe.waelti at eivd.ch>
* .else if should be .elif or .elseifmaho2005-07-064-4/+4
| | | | Submitted by: joe, kris
* - Update to 0.2005.06.13ahze2005-07-055-33/+36
| | | | | PR: ports/82943 Submitted by: Ports Fury
* Update to 1.2.4.novel2005-07-052-4/+4
| | | | | PR: 82981 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Update to 1.0arved2005-07-044-26/+23
| | | | | | | - Switch from gtkmm to wxgtk PR: 82944 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Re-organize optimization flags so that runs much more fastermaho2005-07-043-7/+38
|
* remakeing optimization flagsmaho2005-07-041-5/+11
|
* - Update to 82883pav2005-07-045-66/+91
| | | | | PR: ports/82883 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* fix build depends sectionmaho2005-07-011-1/+1
|
* Update to 3.7.10maho2005-07-013-31/+61
|
* Upgrade to 0.6.2.2.thierry2005-07-012-4/+11
| | | | | PR: 82792 Submitted by: maintainer
* - Fix build dependency (perl).flz2005-07-011-0/+1
| | | | | PR: ports/82811 Submitted by: maintainer
* Add simd-viterbi.jylefort2005-06-307-0/+114
| | | | | | | | | | This is a port of Phil Karn's SIMD assisted Viterbi CODEC library. This package may be useful to programmers working on data communications software. WWW: http://www.ka9q.net/code/fec/ PR: ports/82757 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Add reed-solomon.jylefort2005-06-296-0/+78
| | | | | | | | | | This is a port of Phil Karn's Reed-Solomon CODEC library. This package may be useful to programmers working on data communications software. WWW: http://www.ka9q.net/code/fec/ PR: ports/82756 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Add two patches for stable builds.maho2005-06-284-0/+64
| | | | | | o L1 cache size is not correctly detected having a bad clock o in some case small number of tries in tuning doesn't meet convergence see FAQ http://math-atlas.sourceforge.net/errata.html#tol
* Upgrade to 5.4.thierry2005-06-284-101/+102
| | | | | | | Now depends on/links against libgmp4 unless $WITHOUT_GMP is set. PR: 82469 Submitted by: maintainer
* Update to KDE 3.4.1lofi2005-06-261-2/+2
|
* Aamath is a program that reads mathematical expressions in infix notation andsem2005-06-235-0/+50
| | | | | | | | renders them as ASCII art. It may be useful to send mathematics through text-only media, such as e-mail or newsgroups. PR: ports/82552 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-186-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* - Update to 0.3.2pav2005-06-186-58/+151
| | | | | PR: ports/82277 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix build by adding missing dependency of bashmaho2005-06-171-5/+7
| | | | Submitted by: kris
* Update to 2.1.0pat2005-06-134-111/+514
| | | | | PR: ports/82174 Submitted by: maintainer
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-122-2/+1
| | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
* Mark broken: Unfetchablepat2005-06-101-0/+2
| | | | | PR: ports/82094 Submitted by: maintainer
* Update to 0.8.5kevlo2005-06-093-4/+4
|
* - Fix typo s/ploting/plotting/ahze2005-06-081-1/+1
| | | | Submitted by: Sam Lawrance
* - make install folder independent of PORTVERSION;thierry2005-06-084-11549/+11572
| | | | | | | | | | | | - support NOPORTDOCS; - authorize inclusion on CD-ROM (suggested Pedro F. Giffuni, checked with the Scilab project leader); - fix pkg-descr to include Scilab copyrigth as requested by the licence. PR: 82003 Submitted by: maintainer
* - Update qalculate to 0.8.0, which splits out libqalculatepav2005-06-0713-121/+151
| | | | | PR: ports/81832 Submitted by: Sergey Akifyev <asa@agava.com> (maintainer)
* - Revert recent libtool damage, unbreak on 4.Xpav2005-06-072-2/+17
| | | | | | PR: ports/81958 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Pointy hat to: oliver
* - Update to 1.7.1pav2005-06-074-64/+85
| | | | | | | - Provide WITH_CPPUNIT knob PR: ports/81959 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add support of FFLAGS.thierry2005-06-062-4/+6
| | | | | PR: ports/81885 (follow-up) Submitted by: maintainer
* Upgrade to 3.1.1.thierry2005-06-055-2744/+1158
| | | | | | | | Note: gcc-3.2 is still needed on FreeBSD > 5.3; without it Scilab hangs on floating point computations. PR: ports/81885 Submitted by: maintainer
* change the libtool version to use from 1.3 to 1.5oliver2005-06-035-7/+15
|
* Switch to static binary distribution instead of building from source:lioux2005-05-292-37/+6
| | | | | | | | current sources .obj coff-i386 format cannot be changed into .o elf32-i386 by any of our native tools. Only the devel/mingw32-binutils port can handle coff-i386 but it cannot generate .elf32-i386. Even using a middle way format (coff-i386 -> srec -> elf32-i386) does not help: the .o still do not link correctly.
* Add p5-Math-Combinatorics.jylefort2005-05-285-0/+52
| | | | | | | | | | | | | | | | | | | Combinatorics is the branch of mathematics studying the enumeration, combination, and permutation of sets of elements and the mathematical relations that characterize their properties. As a jumping off point, refer to: http://mathworld.wolfram.com/Combinatorics.html This module provides a pure-perl implementation of nCk, nPk, and n! (combination, permutation, and factorial, respectively). Author: Allen Day <allenday@ucla.edu> WWW: http://search.cpan.org/dist/Math-Combinatorics/ PR: ports/81572 Submitted by: Aaron Dalton <aaron@daltons.ca>
* - Fix build after wxGtk changespav2005-05-281-1/+1
| | | | Reported by: pointyhat
* Make fetchable again.thierry2005-05-281-3/+2
|
* BROKEN: Unfetchablekris2005-05-281-0/+2
|
* [1]:jylefort2005-05-2718-276/+180
| | | | | | | | | | | - Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1]
* - Update to new distfile, lot of new functionalitypav2005-05-262-3/+3
| | | | Approved by: lioux (maintainer)
* Update to 1.4jylefort2005-05-262-3/+3
| | | | | PR: ports/81483 Submitted by: maintainer
* Update to 2.04mat2005-05-253-3/+4
|
* Update to 1.85jylefort2005-05-253-18/+3
| | | | | PR: ports/81365 Submitted by: maintainer
* Update to 0.65.tobez2005-05-242-3/+3
|
* Update to 1.77.tobez2005-05-242-3/+3
|
* o Update distfile's checksum; thus, removing BROKEN statuslioux2005-05-222-4/+2
| | | | | o There are no changes between the old and new distfiles, the file was just re-compressed
* Somehow pkg-message has been an empty file.maho2005-05-221-0/+12
| | | | Submitted by: netchild
* - Mark only for i386 for now.ahze2005-05-221-0/+2
| | | | Pointed out by: pointyhat via kris
* BROKEN on 4.x: Does not compilekris2005-05-221-1/+7
|
* - Update WWWpav2005-05-211-2/+2
| | | | | PR: ports/81318 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* upgrade to 12.3.2ijliao2005-05-183-9/+9
| | | | | | PR: 81185 Submitted by: me Approved by: maintainer
* - no longer depend on math/ldouble for math/fftw3-long on >= 504000 sinceahze2005-05-181-0/+4
| | | | it now has some long double math functions.
* New port: math/pecl-big_intpav2005-05-186-0/+85
| | | | | | | | | | Functions for calculations with arbitrary length integers and bitsets Functions from this package are useful for number theory applications. For example, in two-keys cryptography. PR: ports/81115 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0
| | | | Approved by: marcus (portmgr hat)
* Respect CFLAGS.thierry2005-05-162-1/+20
| | | | | PR: ports/81047 (follow-up) Submitted by: maintainer
* Update to 4.4.5.thierry2005-05-152-12/+12
| | | | | PR: ports/81047 Submitted by: maintainer
* Mark BROKEN on amd64 (does not compile)lawrance2005-05-143-0/+12
| | | | Approved by: clement (mentor)
* Add qtiplot.jylefort2005-05-144-0/+75
| | | | | | | | | | | | | | | | | | | The purpose of QtiPlot was to develop a free, platform independent clone of Origin. The result is still far away from its model, but there's a "wish to" list that is being constantly worked on. Features: * Neat 2D and 3D data plotting * ASCII-Import * Spreadsheet and calculations in column-logic * Great non-linear y=f(x) curve fitting and estimation of statistical errors of the fit-parameters WWW: http://soft.proindependent.com/qtiplot.html PR: ports/80849 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* Fix INDEX build.krion2005-05-131-1/+1
| | | | Reported by: cperciva
* Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*fjoe2005-05-131-1/+1
|
* Make fetchable [1] and unbreak.maho2005-05-124-21/+24
| | | | | | update to 1.0.0 and now it is released under GPL Submitted by: kris[1]
* Unbreak by updating to 6.2.0maho2005-05-124-26/+25
| | | | | | and now it is relased under GPL Submitted by: kris (broken report)
* Update to 2.2.0maho2005-05-1113-297/+98
|
* Maintenance update to 1.2.5: minor bug fixes.naddy2005-05-112-4/+3
|
* Update to 5.5.2jylefort2005-05-095-30/+55
| | | | | PR: ports/80770 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 1.3.1jylefort2005-05-093-4/+4
| | | | | PR: ports/80778 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Upgrade to 1.4.1.thierry2005-05-062-5/+4
| | | | | PR: ports/80672 Submitted by: maintainer
* Bump PORTREVISION after the libgsl update.jylefort2005-05-038-0/+8
| | | | Obtained from: thierry
* Chase the libgsl update.jylefort2005-05-031-1/+1
| | | | Reported by: pointyhat
* Chase the libgsl update.jylefort2005-05-027-7/+7
|
* Update to 1.6jylefort2005-05-024-4/+8
| | | | | PR: ports/80341 Submitted by: maintainer
* Update to 1.3.16. Notable changes:naddy2005-05-023-9/+11
| | | | | | * switched to GTK+ 2.x * added shortcut for keypad comma * faster startup
* BROKEN: Unfetchablekris2005-04-301-0/+2
|
* BROKEN on !i386: Does not buildkris2005-04-301-1/+7
|
* Try to fix on sparc64 and amd64.thierry2005-04-301-0/+19
| | | | Reported by: Kris via pointyhat
* Fix build on amd64.novel2005-04-291-1/+1
| | | | | PR: 80429 Submitted by: Johan van Selst <johans@stack.nl>
* Move shared directory for klirc profiles into kdehier.lofi2005-04-251-1/+0
|
* Fix plist error - only create example directories when WITH_TESTING is set.lawrance2005-04-251-1/+1
| | | | | Reported by: pointykris Approved by: clement (mentor, implicit)
* Fix pkg-plist.kevlo2005-04-251-2/+2
|
* Autoconf is not necessary to build this portarved2005-04-251-1/+0
|
* Update math/vtk-* to version 4.4lawrance2005-04-2326-294/+268
| | | | | | PR: ports/77038 Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer) Approved by: clement (mentor)
* Update to 1.3.1perky2005-04-233-3/+11
|
* Mark as BROKEN on 4.x: Does not build with gcc2 and can't link with gcc3 sincevs2005-04-211-0/+4
| | | | | | | it requires QT. Note that it's not as easy as fixing the current problem reported by pointyhat, there are more snarks lurking below.
* Fix the build on 4.x by using gcc3 until somebody comes up with a better ↵vs2005-04-211-0/+4
| | | | solution.
* Update to 0.15skv2005-04-192-3/+3
|
* - Point to tcl/tk includes [1]pav2005-04-192-2/+4
| | | | | | | | | - Fix packing PR: ports/79914 [1] Submitted by: George V. Kouryachy <frbrgeorge@gmail.com> The port is still quite broken.
* o Replace dependency on USE_PERL5_BUILD with USE_REINPLACE. Perllioux2005-04-181-4/+4
| | | | | was used for post-patch regexps o Bump PORTREVISION due to dependency change
* upgrade to 0.80ijliao2005-04-152-4/+4
|
* minor fix path problemijliao2005-04-132-12/+6
|
* Update to 0.8.2kevlo2005-04-134-22/+35
|
* upgrade to 0.74ijliao2005-04-123-17/+8
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-1218-26/+26
| | | | after 5.4-RELEASE.
* Add mathomatic 12.1.e, highly portable, general purpose CASthierry2005-04-125-0/+59
| | | | | | | (Computer Algebra System). PR: 79118 Submitted by: Roman Neuhauser <neuhauser (at) sigpipe.cz>
* Update to 5.91vs2005-04-124-18/+34
| | | | | PR: ports/77812 Submitted by: maintainer
* - Remove this forgotten patch, it's not needed anymore.ahze2005-04-121-19/+0
|
* - Update to 5.5.42ahze2005-04-123-3/+6
|
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-1118-26/+26
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 0.7.2pav2005-04-102-3/+3
| | | | | | PR: ports/79000 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Rui Lopes rui at ruilopes.com (maintainer)
* - Update to 4.4.4.20050402pav2005-04-092-9/+11
| | | | | PR: ports/79642 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
* Remove deprecated and expired devel/p5-Server-FastPL,tobez2005-04-089-88/+0
| | | | | | math/p5-Math-BigIntFast, math/p5-Statistics-Table-F, textproc/p5-Sort-PolySort, and www/p5-HTML-Navigation. Neither one of them is on CPAN any longer.
* - Fix fetchingpav2005-04-061-4/+3
| | | | | PR: ports/79490 Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer)
* - Update to 1.3.3pav2005-04-053-15/+23
| | | | | PR: ports/79478 Submitted by: Ports Fury
* Depend on archivers/gtar on CURRENT later than 600022lofi2005-04-041-0/+3
|
* Fix MASTER_SITES and mark unbroken.kevlo2005-04-042-4/+2
|
* Add manual to update the mimetype database, bump the PORTREVISION.mezz2005-04-042-1/+5
| | | | Submitted by: kwm
* Update to 0.61.tobez2005-04-032-3/+3
|
* Add freemat-mpi, an environment for rapid engineering andthierry2005-04-032-0/+12
| | | | scientific processing, MPI version.
* Add freemat 1.10, an environment for rapid engineering andthierry2005-04-0311-0/+968
| | | | | | | scientific processing. It is similar to commercial systems such as MATLAB from Mathworks and IDL from Research Systems, but is Open Source.
* Now fetchable againkris2005-04-023-6/+0
| | | | Approved by: portmgr (self)
* o Developer has once again updated the distfile without versionlioux2005-03-301-2/+2
| | | | | | | | | | changes; thus, distinfo update o diff(1) between previous and current versions show no major changes: - some implementation changes (no major feature changes) - cosmetic style changes (identation, etc) Approved by: portmgr (krion)
* o Update distfile checksum: developer has updated distfile sourcelioux2005-03-282-4/+3
| | | | | | | | | code without updating versioning o diff(1) between old and new distfiles show that: - New class methods have been added with new functionality - Some style changes (tabs replacing spaces, etc) Approved by: portmgr (marcus)
* BROKEN on ia64: Does not buildkris2005-03-271-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2005-03-272-0/+4
| | | | Approved by: portmgr (self)
* BROKEN on ia64: Does not compilekris2005-03-271-2/+2
| | | | Approved by: portmgr (self)
* BROKEN on sparc64 and ia64: Does not compilekris2005-03-271-0/+4
| | | | Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-03-276-0/+12
| | | | Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* Fix package building: disable doxygen for doc building and removethierry2005-03-242-1144/+2
| | | | | | | | | | | corresponding entries from plist. Maintainer will submit another patch after ports thaw, to re-enable doxygen. Submitted by: maintainer Reported by: Kris (via pointyhat) Approved by: portmgr (marcus)
* Update to 1.75.tobez2005-03-212-3/+3
|
* Update to KDE 3.4lofi2005-03-214-12/+17
|
* Update to 0.3.1.perky2005-03-213-8/+135
|
* PG Calculator is a very powerful scientific calculator, operatingdanfe2005-03-215-0/+237
| | | | | | | in algebraic and RPN mode. Besides its functionality, it comes with different skins for GUI. Very cool. WWW: http://www.pgcalc.net/
* Update to 20041110.thierry2005-03-204-14/+28
| | | | | PR: ports/79005 Submitted by: Pedro F. Giffuni
* add forgotten patchmaho2005-03-191-0/+49
|
* Update to 3.1.1 and unbreakmaho2005-03-195-1343/+17140
| | | | Submitted by: kris and linimon
* Update to 20041202maho2005-03-192-8/+6
| | | | | | | | | | contents of distfile has changed while filename is unchanged: diff is just adding fortran interface of other than double precision, and trivial cleanups and home site of superlu announces that superlu has updated at 2004/Dec/02. PR: 78940 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Upgrade to to version 4.4.thierry2005-03-195-52/+46
| | | | | PR: ports/79004 Submitted by: Pedro F. Giffuni
* - Update to 20031219danfe2005-03-187-44/+97
| | | | | | | | | - Build all binaries (they are very useful!) - Install them to ${PREFIX}/bin/concorde/ to avoid name collision - Update pkg-descr to reflect homepage PR: ports/75148 Submitted by: Ulrich Spoerlein <q(at)uni.de>
* - Remove a few MASTER_SITES that don't carry fftw3ahze2005-03-151-3/+1
|
* - Only remove locale directories if emptyahze2005-03-141-2/+2
|
* - Update to 1.4.3ahze2005-03-143-410/+416
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1211-5/+11
|
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-124-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* With the renaming of the binary, all the CONFLICTS are obsolete.linimon2005-03-121-1/+0
| | | | Reminded by: vs
* - Update to 0.7.2ahze2005-03-128-90/+111
| | | | | PR: ports/78696 Submitted by: Sergey Akifyev <asa@agava.com> (maintainer)
* PEAR::Structures_Graph is a package for creating and manipulating graphpav2005-03-124-0/+38
| | | | | | | | | datastructures. It allows building of directed and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing as well as for characteristic extraction from the graph topology. PR: ports/78624 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Unbreak on 4.x by depending on readline from ports.vs2005-03-111-1/+5
|
* Chase rerolled tarball (I couldn't find out the changes, though)vs2005-03-112-6/+3
|
* No longer conflicts with lang/swi-pl.vs2005-03-111-1/+1
| | | | Forgetting his own head next: linimon
* . Don't generate the .texi documentation files. They already exist inglewis2005-03-101-0/+16
| | | | | | | the distribution and the doc2texi.el seems to cause problems for some versions of emacs (e.g. xemacs). Problem report and testing by: Tobias Roth <ports@fsck.ch>
* Unbreak: vsprintf() is in stdio.hvs2005-03-091-0/+7
|
* - Fix build on 5.xahze2005-03-092-4/+18
| | | | | PR: ports/78561 Submitted by: Johan van Selst <johans@stack.nl>
* add fityk 0.4.4ijliao2005-03-085-0/+58
| | | | Free peak fitting software
* Update to 0.59.tobez2005-03-072-3/+3
|
* Update to 2.31. While here, change the name of the installed binarylinimon2005-03-073-5/+7
| | | | | | | | | from 'pl' to 'ploticus' to avoid conflicts with cad/slffea, lang/TenDRA, and lang/swi-pl. PR: ports/78316 Submitted by: Ports Fury Prodded by: vs
* Update to 1.2.3perky2005-03-053-13/+77
|
* Update to 1.0.1vs2005-03-043-6/+32
| | | | | PR: ports/77975 Submitted by: Ports Fury
* Add p5-Math-BigRat 0.14, arbitrary big rational numbers.skv2005-03-045-0/+39
|
* - Unbreak checksumspav2005-03-032-8/+5
| | | | | | | - Simplify a little PR: ports/76959 Submitted by: Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
* - Chase name change in DISTNAMEahze2005-03-032-5/+6
| | | | | PR: ports/78315 Submitted by: Ports Fury
* Install headersvs2005-03-023-2/+18
| | | | | PR: ports/78272 Submitted by: Pedro F. Giffuni
* - Update to 1.1.1ahze2005-03-022-6/+6
| | | | | PR: ports/78185 Submitted by: maintainer
* Respect the user's USE_LINUX setting.trevor2005-03-026-6/+1
|
* o) Fix fetch URLslkoeller2005-03-012-11/+5
| | | | o) Update to 5.1.18
* - remove doc_*_install target to avoid install perllocal.podleeym2005-03-012-8/+9
| | | | | | | | - add some minor fixes and make it portlint clean PR: 78135 Submitted by: leeym Approved by: rand@meridian-enviro.com
* Remove extra locales directories.thierry2005-03-011-0/+4
| | | | Reported by: Kris via pointyhat
* BROKEN: Size mismatchkris2005-02-283-0/+5
|
* BROKEN: Installs perllocal.pod filekris2005-02-281-0/+2
|
* Update to version 1.0.0.thierry2005-02-273-5/+5
| | | | | PR: ports/77974 Submitted by: KATO Tsuguru
* - add WWW: in pkg-descrleeym2005-02-271-0/+1
|
* - Fix build on gcc-3.4pav2005-02-262-7/+19
| | | | | PR: ports/78017 Submitted by: Johan van Selst <johans@stack.nl>
* Add p5-Math-VecStat 0.08, basic statistics on vectors.erwin2005-02-255-0/+32
| | | | | PR: ports/78060 Submitted by: Martin Matuska <martin@matuska.org>
* Update to 0.26erwin2005-02-252-3/+3
|
* Fix plist to satisfy pointyhat.anders2005-02-251-7/+7
| | | | Also, use DOCSDIR in plist.
* Update distfile locationerwin2005-02-241-1/+1
| | | | | PR: 78016 Submitted by: maintainer
* Update WWW:-tagvs2005-02-231-1/+1
| | | | | | PR: ports/76032 Submitted by: Shuhei Amakawa Approved by: maintainer timeout
* - Upgrade to 0.8;thierry2005-02-238-167/+1235
| | | | | | | - take maintainership. PR: ports/75909 Submitted by: Olivier Saut
* - Fix build on >= 5.3vs2005-02-224-3/+68
| | | | | | | - Use gtar to extract tarball PR: ports/75011 Submitted by: Mike Meyer (maintainer)
* Update to 0.58.tobez2005-02-212-3/+3
|
* Add missing directorykris2005-02-211-0/+1
|
* I no longer have the time nor the inclination to maintain this.des2005-02-214-4/+4
|
* - Update to 4.4.4.20050214pav2005-02-212-5/+5
| | | | | PR: ports/77768 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
* - Update to 3.8.0 and unbreakpav2005-02-205-13/+56
| | | | | PR: ports/77739 Submitted by: Johan van Selst <johans@stack.nl>
* Fix MASTER_SITES and rename distfile.krion2005-02-202-4/+3
| | | | | PR: ports/77749 Submitted by: maintainer
* - Update to 0.97.0.7 and unbreakpav2005-02-202-11/+4
| | | | | PR: ports/77730 Submitted by: Johan van Selst <johans@stack.nl>
* Update to version 3.0.6p1krion2005-02-192-7/+6
| | | | | PR: ports/77695 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix MASTER_SITES.krion2005-02-192-7/+9
| | | | | | | Portlint(1). PR: ports/77709 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix package build.krion2005-02-192-4/+4
| | | | | PR: ports/77694 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* BROKEN: Unfetchablekris2005-02-191-0/+2
|
* Update to 0.7kevlo2005-02-183-4/+6
|
* Provide better port description.danfe2005-02-161-4/+5
|
* Fix the build with recent GCC.danfe2005-02-161-0/+18
| | | | Reported by: pointyhat.freebsd.org
* Update to 0.40mat2005-02-153-8/+19
| | | | Add some docs
* Change MASTER_SITES.skv2005-02-151-1/+2
| | | | Pointed by: kris
* - Update to latest snapshotvs2005-02-153-9452/+14
| | | | | | | - Switch to dynamic plist: gap is self-contained and the plist is rather huge PR: ports/77404 Submitted by: Johan van Selst (maintainer)
* Update to V 1b4. Also fixes fetching.markm2005-02-158-81/+81
|
* upgrade to 1.1.9ijliao2005-02-144-113/+18
|
* Update to 0.57.tobez2005-02-132-3/+5
|
* Fix fetchingedwin2005-02-121-5/+5
|
* BROKEN: Unfetchablekris2005-02-121-0/+2
|
* BROKEN: Size mismatchkris2005-02-122-0/+4
|
* - Update to 2.1.6vs2005-02-115-34/+33
| | | | | | | - Build with gcc 3.2 on >5 because of runtime errors PR: ports/76193 Submitted by: Yoshiaki Uchikawa (maintainer)
* Add ses, the Simple Emacs Spreadsheetdd2005-02-114-0/+73
|
* - Update to bsd.java.mk 2.0hq2005-02-111-2/+3
| | | | - Add 'java' category
* - Use more graceful way to unbreak on amd64sem2005-02-104-14/+26
| | | | | PR: ports/74669 Submitted by: Roland Smith <rsmith(at)xs4all.nl>
* Worldforge math library. The primary focus of WFMath is geometric objects.pav2005-02-106-0/+101
| | | | | | | | | Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, matricies). PR: ports/77046 Submitted by: jannisan@t-online.de (Jan Rochel)
* - Update to 1.3.2pav2005-02-095-49/+56
| | | | | PR: ports/77138 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add geonext 1.11, interactive (dynamic) elementary Geometry Software.vs2005-02-095-0/+105
| | | | | | | {german,french}/geonext will be slave-ports to this new, generalised one. PR: ports/75784 Submitted by: Andreas Fehlner (fehlner@gmx.de)
* Upgrade to 1.45-6.thierry2005-02-085-28/+28
|
* Add p5-Math-Bezier-Convert 0.02,skv2005-02-085-0/+49
| | | | | convert cubic and quadratic bezier each other.
* - Unbreak.leeym2005-02-074-752/+1152
| | | | | | | | | - Update version. - Add support for building with SBCL. - General cleanup. PR: 77083 Submitted by: Scott Flatman <sf at slappy.org>
* Fix build on amd64.krion2005-02-042-4/+16
| | | | Portlint(1)
* Chase mastersitevs2005-02-032-11/+10
|
* upgrade to 0.71ijliao2005-02-034-23/+22
|
* Update to 1.2, assign maintainer to perl.tobez2005-02-022-4/+4
|
* Update to 8.0p2vs2005-02-022-10/+5
| | | | | PR: ports/76977 Submitted by: Rene Laden (maintainer)
* Fix mastersitevs2005-02-022-6/+5
|
* Unreak: Chase pari-devel, update to 20050131vs2005-02-027-32/+80
| | | | | PR: ports/76881 Submitted by: Saito Tomokatsu (maintainer)
* BROKEN on amd64: Does not buildkrion2005-01-311-0/+4
|
* Commons Math is a library of lightweight, self-contained mathematics andhq2005-01-315-0/+96
| | | | | | | statistics components addressing the most common problems not available in the Java programming language or Commons Lang. WWW: http://jakarta.apache.org/commons/math/
* Update to 1.3arved2005-01-313-5/+3
| | | | | PR: 76855 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Fix packaging.maho2005-01-301-1/+1
| | | | Submitted by: kris via pointyhat
* Add ports to ${SUBDIR} in alphabetical order.cperciva2005-01-301-1/+1
| | | | Approved by: pav
* With portmgr hat on, reset bouncing maintainer address (already notedlinimon2005-01-301-1/+1
| | | | by leeym in devel/p5-Test-Simple) without prejudice.
* - Fix PLISTsem2005-01-291-0/+1
| | | | Reported by: kris via pointyhat
* Update to 0.3skv2005-01-273-6/+3
|
* - Force gcc 3.2 if gcc 3.3 is present in base system, to avoid runtime crashespav2005-01-262-3/+33
| | | | | PR: ports/76636 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer)
* This module is no longer on CPAN. Deprecate, remove in 2 months.tobez2005-01-261-0/+2
|
* Put expiration date to deprecated ports.tobez2005-01-261-0/+1
|
* Update to 4.1.4 release:ale2005-01-264-20/+8
| | | | - use libtool 1.5
* Update to latest version.kevlo2005-01-267-41/+34
| | | | | PR: ports/76194 Submitted by: MAINTAINER
* Fix broken plist I missed in the previous commitvs2005-01-261-1/+0
| | | | Noticed by: cluster via kris
* Add a warning messagemaho2005-01-252-2/+16
| | | | Suggested by: Rob D. <162144@gmail.com>
* Reduce optimization level so that not get trappedmaho2005-01-252-8/+2
| | | | at infinite loop
* Update to 0.55.tobez2005-01-252-3/+3
|
* This ports needs weak references, which are only available in perltobez2005-01-251-1/+7
| | | | | | >=5.6. Noticed by: buildcluster via kris
* Unbreak: Update to 1.1 (gcc34)vs2005-01-242-8/+3
| | | | | PR: ports/76508 Submitted by: Johan van Selst
* - Unbreak by adding a missing dependency for graphics/libglutmarkus2005-01-231-2/+2
| | | | | | - Bump PORTREVISION Prodded by: Stefan Walter <sw@gegenunendlich.de>
* Fix build.krion2005-01-231-1/+2
|
* Initiate de-orbit sequence for p5-Statistics-Table-F, which is no longertobez2005-01-211-0/+1
| | | | on CPAN. Deprecate for now, will be gone in 2 months.
* Update to 1.74.tobez2005-01-202-3/+3
|
* New versions of cad/calculix (>=1.2) will let us build with Multithreaded ↵maho2005-01-201-27/+11
| | | | | | | | | | support in addition to the serial version. This change is required for that purpose, and doesn't seem to have any ill efect on the serial version. PR: 75528 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Fix build with gcc34 & open-motifvs2005-01-202-5/+43
| | | | | PR: ports/75900 Noticed by: Tyler Davidson
* Update to 0.54, bump PORTEPOCH.tobez2005-01-193-14/+35
|
* Initial import of algotutor 0.6.2kevlo2005-01-196-0/+102
| | | | Algotutor is an interactive tutorial for algorithms and data structures.
* Fix packagingvs2005-01-192-8/+7
| | | | | PR: ports/75787 Submitted by: maintainer
* Update to 1.4.2.marcus2005-01-186-23/+25
|
* New port miracl version 4.85: Multiprecision Integer and Rationallioux2005-01-184-0/+66
| | | | Arithmetic C/C++ Library
* Upgrade to 4.0.thierry2005-01-183-5/+11
|
* Update to 4.4.22 which fixes constant and certain font problems. Seemarcus2005-01-132-4/+3
| | | | http://bugzilla.gnome.org/show_bug.cgi?id=163622 for more details.
* Fix patches.adamw2005-01-132-19/+17
|
* Upgrade to 23.7.tg2005-01-123-3/+35
|
* [maintainer] math/gap to version 4.4.4edwin2005-01-123-11/+79
| | | | | | | | | | | | | - Upgrade to the latest version. Apart from nifty new features, this also contains important bugfixes. - Previous Makefile had duplicate MASTER_SITES. Oops. You are warned: [~] edwin@k7>du -skh cvs/ports/math/gap/ 396M cvs/ports/math/gap/ PR: ports/75613 Submitted by: Johan van Selst <johans@stack.nl>
* Don't restrict ports depending on py-qt to python 2.3 anymore.lofi2005-01-111-1/+2
|
* - Update to 6.4sem2005-01-103-6/+6
| | | | | | PR: ports/76016 Submitted by: self Approved by: tobez (maintainer)
* - Update to patchlevel 2pav2005-01-104-13/+43
| | | | | | | - Don't install perl modules in configure phase PR: ports/75856, ports/75965 Submitted by: Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
* Update to version 3.6.0krion2005-01-094-11/+9
| | | | | PR: ports/75954 Submitted by: Ports Fury
* Fix plist.krion2005-01-081-0/+2
|
* BROKEN on alpha: Does not compilekris2005-01-021-0/+4
| | | | Approved by: portmgr (self)
* BROKEN: Does not compilekris2005-01-021-0/+2
| | | | Approved by: portmgr (self)