# # $FreeBSD$ # # The "commitinfo" file is used to control pre-commit checks. # The filter on the right is invoked with the repository and a list # of files to check. A non-zero exit of the filter program will # cause the commit to be aborted. # # The first entry on a line is a regular expression which is tested # against the directory that the change is being committed to, relative # to the $CVSROOT. For the first match that is found, then the remainder # of the line is the name of the filter to run. # # If the repository name does not match any of the regular expressions in this # file, the "DEFAULT" line is used, if it is specified. # # If the name "ALL" appears as a regular expression it is always used # in addition to the first matching regex or "DEFAULT". # # ALL $CVSROOT/CVSROOT/commitcheck ts-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Change dependence to net/mpich2maho2006-07-232-3/+3
| | | | Submitted by: thierry
* Update to 12.5.21ehaupt2006-07-212-4/+4
|
* Mark as broken: distfile size mismatch.linimon2006-07-171-0/+1
|
* Mark broken: fails to install, per ports/96755.linimon2006-07-161-1/+3
| | | | | | | | While here, set USE_GCC=3.2+ as per ports/98325. Hat: portmgr Submitted by: Peter Thoenen <peter dot thoenen at yahoo dot com> [96755], rafan [98325].
* Mark as broken: fails to configure.linimon2006-07-141-0/+2
|
* Mark as broken: fails to install.linimon2006-07-141-0/+2
|
* Does not compile on ia64.linimon2006-07-141-2/+2
|
* Add XView frontend support for calctool.itetcu2006-07-145-11/+50
| | | | | PR: ports/100227 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer)
* Update to 2.0.osa2006-07-132-5/+4
| | | | | Submitted by: aaron PR: 99126
* - Add support for tty version, available versions could be selected via optionsitetcu2006-07-134-33/+132
| | | | | | | | | | | | | - Use shared library instead of static one - don't install calctool.ps for it's intended for NeWS version - update info (the GUI is currently available is X11 and tty, but not NeWS, SunView) etc. - install supplimentary files in $DATADIR - don't use X prefix, since there is tty version also ans it has no to do with X - Pass maintainership to submitter PR: 100181 Submitted by: Stanislav Sedov
* Upgrade to 4.4 (PORTEPOCH needed).thierry2006-07-132-4/+5
|
* Chase the new version to upgrade Elmer 5.2.0.thierry2006-07-132-3/+4
| | | | Note: same distname.
* - The version version number has been bumped to 4.6.3.2 within the samethierry2006-07-122-3/+5
| | | | | | | | | | | tarball: Diff available at <http://people.freebsd.org/~thierry/ports/MUMPS_4.6.3_MUMPS_4.6.3.2.diff> - Add a direct download URL. Reported by: linimon
* Update to 3.3bitetcu2006-07-122-4/+4
| | | | | PR: ports/100106 Submitted by: maintainer
* Remove unnecesary substitutions from SUB_LIST.itetcu2006-07-111-1/+1
| | | | Submitted by: hq
* TruthTable is a truth table generator that does the dirty work for you.itetcu2006-07-116-0/+53
| | | | | | | | | | | This Java program handles the following operations: Not, And, Or, XOR, Implication, and the Biconditional. Author: Greg Slepak WWW: http://www.kinostudios.com/truthtable.php PR: ports/100041 Submitted by: Nicola Vitale <nivit at email.it>
* Remove zero-sized files.erwin2006-07-112-0/+0
|
* Update to 0.8.4erwin2006-07-105-35/+45
| | | | | PR: 100022 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Unbreak this and slave ports.itetcu2006-07-102-6/+6
| | | | | | PR: ports/99202 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout
* Chase a silent update and unbreak.thierry2006-07-094-15/+11
| | | | | | | Diff available at <http://pompo.net/ports/dislin-9.0_20051208_20060704.diff> and md5sums checked against <ftp://ftp.gwdg.de/pub/grafik/dislin/unix/md5.sum>.
* Fix distnamemaho2006-07-092-2/+2
| | | | Submitted by: Sam Tseng <tsengjs@nchc.org.tw>
* octave executable is now installed under libexec,maho2006-07-094-4/+8
| | | | | so that we can install multiple versions of octaves. (esp for upcoming math/octave-devel port)
* Now blas part can be replaceable.maho2006-07-092-2/+3
|
* BLACS port doesn't acutally depend on LAPACK and BLASmaho2006-07-091-2/+0
|
* A better WITH_OPTIMIZED_FLAGS.maho2006-07-092-2/+2
|
* Reove math/UFsparse. port name should not containmaho2006-07-0910-232/+0
| | | | | | large capital. (Had already readded as math/ufsparse) Suggested by: danfe
* Readd as ufsparsemaho2006-07-0919-0/+463
| | | | | | | Add UFsparse. UFsparse is a collection of libraries for sparse matrices. Submitted by: danfe
* Upgrade to 4.0-3.thierry2006-07-093-10/+11
|
* Unfortunately mupad we cannot obtain free license anymore..maho2006-07-081-2/+2
| | | | Submitted by: Stefan Sperling <stsp@stsp.in-berlin.de>
* - Update to 1.11rafan2006-07-083-4/+6
| | | | | | PR: 99881 Submitted by: Nicola Vitale <nivit email.it> (maintainer) Approved by: delphij (mentor, implicit)
* - Update to 3.1.2ahze2006-07-062-4/+8
|
* Add UFsparse. UFsparse is a collection of libraries formaho2006-07-0410-0/+232
| | | | sparse matrices.
* Update to 12.5.19ehaupt2006-07-042-4/+4
|
* Update to 2.4.9maho2006-07-033-12/+7
|
* Mark as BROKEN: checksum mismatch (actually file size is different, too).linimon2006-07-031-0/+4
|
* - Update to 0.040aaron2006-07-023-14/+5
| | | | | | PR: ports/99059 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* Reset maintainership: Pedro's dev machine has been stolen :-(thierry2006-07-014-4/+4
| | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
* Update to 2006.03.17maho2006-07-013-16/+37
|
* Update to 2.1.73maho2006-07-0110-36/+38
| | | | This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
* Mark as not for ia64 due to compilation failure.linimon2006-07-011-1/+2
|
* Now math/atlas* only build shared libs by default,maho2006-07-011-1/+1
| | | | link against shared libs instead of static libs.
* Update to 1.10erwin2006-06-304-10/+9
| | | | | PR: 99635 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Upgrade to 2.8-1.thierry2006-06-303-26/+20
| | | | Note: MPI support requires now MPICH-2 => it has been disabled.
* - update to 1.06leeym2006-06-292-5/+7
| | | | - unbreak under old perl
* Update to 1.08ehaupt2006-06-275-14/+48
| | | | | PR: 99207 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Upgrade to 4.6.3. Changes include:thierry2006-06-252-7/+9
| | | | | | | | | | | | | | | | | | A new version of the powerful solver has been released. Changes include: * Reduced memory usage for symmetric matrices (compressed CB) * Reduced memory allocation for parallel executions * Scheduler parameters for parallel executions modified * Memory estimates (that were too large) corrected with 2Dcyclic Schur complement option * Portability improved (C/Fortran interfacing for strings) * The situation leading to Warning "RHS associated in MUMPS_301" no more occurs. * Parameters INFO/RINFO from the Scilab/Matlab API are now called INFOG/RINFOG in order to match the MUMPS user's guide. PR: ports/99393 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
* Update to 2006.06.22miwi2006-06-252-4/+4
| | | | | | PR: ports/99410 Submitted by: miwi Approved by: markus (co mentor)
* Fix plist: don't remove nls/en_US.US-ASCII or nls/POSIXshaun2006-06-231-2/+0
| | | | | | PR: ports/99341 Submitted by: shaun (me) Approved by: ahze (mentor)
* - Update to 12.5.18ehaupt2006-06-223-6/+5
| | | | - Update WWW
* Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is setthierry2006-06-222-7/+20
| | | | or Atlas libraries have already been installed.
* - Update to patchlevel 14;thierry2006-06-223-13/+22
| | | | | - Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is set or Atlas libraries have already been installed.
* - Assign maintainership to submittershaun2006-06-224-22/+18
| | | | | | | | - portlint(1) tweaks (spaces->tabs, shorten pkg-descr) PR: ports/99249 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: ahze (mentor)
* Use blas instead of atlasmaho2006-06-212-8/+30
| | | | | PR: 99189 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Update to 1.1hq2006-06-203-16/+15
| | | | Reported by: portscout
* Switch to my @FreeBSD.org address.shaun2006-06-202-2/+2
| | | | Approved by: ahze (mentor)
* - Update from v0.42 to v0.43aaron2006-06-192-4/+4
| | | | Approved by: tobez (implicti)
* Update to 1.5.1erwin2006-06-174-11/+16
| | | | | PR: 99047 Submitted by: Ports fury
* Obey conventions and change my mail to @FreeBSD.org addressmiwi2006-06-171-1/+1
| | | | Approved by: krion (mentor)
* Add scilab-toolbox-swt 0.1.0.r3, scilab 1-D and 2-D Wavelet Toolbox.miwi2006-06-175-0/+109
| | | | | PR: ports/95062 Submitted by: Max Brazhnikov makc@issp.ac.ru
* - Fix intermittent build erroraaron2006-06-171-0/+13
| | | | Approved by: tobez (implicit)
* Update to 12.5.17ehaupt2006-06-162-4/+4
|
* - Update from v1.9 to v2.01aaron2006-06-153-8/+7
| | | | | | | | - Update pkg-descr PR: ports/98326 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* upgrade to 0.7.4ijliao2006-06-122-4/+4
| | | | | PR: 98827 Submitted by: Ports Fury
* - Update to 1.0.61itetcu2006-06-123-6/+10
| | | | | | | | | - Use OPTIONS - Pass maintainership to submitter PR: ports/98793 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: lawrance (mentor, implicit)
* USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more thanerwin2006-06-114-4/+0
| | | | | | 2 years ago. Clean out the last traces of it. With hat: portmgr
* - Update to 1.4.1novel2006-06-112-5/+5
| | | | | | | - Pass maintainership to submitter PR: 98795 Submitted by: Shaun Amott <shaun@inerd.com>
* This open source digitizing software converts an image file showing a graph orthierry2006-06-105-0/+215
| | | | | | a map into numbers. The image file can come from a scanner, digital camera or screenshot. The numbers can be read on the screen, and written or copied to a spreadsheet.
* - Update from v0.02 to v0.03aaron2006-06-102-4/+4
| | | | Approved by: tobez (implicit)
* - Update from v0.202 to v0.203aaron2006-06-102-4/+4
| | | | Approved by: tobez (implicit)
* - Update from v0.03 to v0.05aaron2006-06-102-4/+4
| | | | Approved by: tobez (implicit)
* - Update from v0.15 to v0.20aaron2006-06-102-4/+4
| | | | Approved by: tobez (implicit)
* - Fix MASTER_SITESgarga2006-06-091-3/+2
| | | | | | | - Change MAINTAINER's e-mail address PR: ports/98728 Submitted by: maintainer
* - Mark BROKEN on FreeBSD 4.Xpav2006-06-091-1/+7
| | | | | Submitted by: maintainer Reported by: krismail
* Update to 0.75.tobez2006-06-092-5/+5
|
* Remove email addressitetcu2006-06-091-1/+1
| | | | | | PR: ports/98703 Submitted by: maintainer Approved by: lawrance (mentor, implcit)
* - Update to 1.06stefan2006-06-093-5/+12
| | | | | | | | - Add WITH_GSL knob PR: 98131 Submitted by: maintainer Approved by: arved (mentor)
* Add SHA256 checksumedwin2006-06-081-0/+3
|
* - Fix fetch by updating MASTER_SITESahze2006-06-082-4/+4
| | | | | | | | Only $Id$ tags change and Changelog was added diff to distfiles can been seen http://people.freebsd.org/~ahze/patches/py-fpconst.diff Submitted by: maintainer via irc.freenode.org/#FreeBSD-GNOME
* Add SHA256 checksumedwin2006-06-071-0/+1
|
* Fix SIZE() parameteredwin2006-06-071-1/+1
|
* add SHA256 checksumedwin2006-06-072-0/+5
|
* - Update from v0.02 to v0.03aaron2006-06-072-4/+4
| | | | Approved by: tobez (implicit)
* - Update from v0.25 to v0.26aaron2006-06-073-17/+7
| | | | Approved by: tobez (implicit)
* Dmitry Marakasov adopts this orphan ports that he uses.itetcu2006-06-071-1/+1
| | | | | | PR: ports/98284 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Approved by: lawrence (mentor, implicit)
* COMMENT =~ s/Mathmatics/Mathematics/sat2006-06-061-1/+1
|
* - Update to 4.0mnag2006-06-0613-964/+701
| | | | | PR: 98060 Submitted by: maintainer
* Adding port math/p5-Set-Partition, Enumerate all arrangements of a set inaaron2006-06-065-0/+55
| | | | | | fixed subsets. Approved by: tobez (implicit)
* - Chase plplot updatepav2006-06-061-2/+2
|
* - Update to 5.6.1pav2006-06-064-69/+35
| | | | | PR: ports/98200 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* - Remove math/pari-devel portpav2006-06-0611-379/+2
|
* - Update to 2.3.0pav2006-06-0613-248/+435
| | | | | PR: ports/98531 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
* Upgrade to 5.1.20.thierry2006-06-062-4/+4
| | | | | Changelog at <http://plasma-gate.weizmann.ac.il/Grace/phpbb/viewtopic.php?t=610>.
* Add preliminary support for a WITH_MPI knob and fixes a minor issue bythierry2006-06-061-8/+18
| | | | | | | properly sending FFLAGS to configure. PR: ports/98109 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
* Update to KDE 3.5.3lofi2006-06-063-4/+23
|
* Add one more MASTER_SITEgarga2006-06-051-1/+2
| | | | Submitted by: maintainer by email
* Remove authors email addresserwin2006-06-041-1/+1
| | | | | PR: 98475 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Remove authors e-mail addresserwin2006-06-041-1/+1
| | | | | PR: 98476 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Fix internal path to the online help.marcus2006-06-041-1/+2
| | | | | PR: 98438 Submitted by: lawrance
* Add gmp-ecm 6.1, elliptic Curve Method for Integer Factorization.clsung2006-06-035-0/+34
| | | | | PR: ports/98391 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* MUMPS, the MUltifrontal Massively Parallel sparse direct Solver, is thethierry2006-06-037-0/+309
| | | | | | | | | fastest matrix solver available for FreeBSD. It requires a F90 compiler so it's built with gfortran, however care was taken to ensure it will work with g77 while a the default compiler is changed. PR: ports/98107 Submitted by: Pedro Giffuni <giffunip (at) asme.org>
* - Patch Makefile.PL to remove possible interactivityaaron2006-06-032-2/+8
| | | | Approved by: tobez (implicit)
* Mark IS_INTERACTIVE to avoid infinite build loop.kris2006-06-031-0/+2
|
* Ugrade to version 2.11.11.jmz2006-06-024-427/+444
| | | | | PR: ports/98257 Submitted by: Yen-Ming Lee <leeym@freebsd.org>
* - Updated from v0.02 to v0.03aaron2006-06-022-3/+4
| | | | | | | | | | Approved by: tobez (implicit) Revision history for Perl extension Math/RandomOrg.pm: 0.03 Tue May 30 02:56:00 EST 2006 - Added checkbuf() and randseq() functions (thanks to Aaron Dalton).
* Add ports math/jsmath and math/jsmath-fonts:sat2006-06-029-0/+20460
| | | | | | | | | | | | | | | | | | | | | | | The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. jsMath uses native fonts, so they resize when you change the size of the text in your browser, they print at the full resolution of your printer, and you don't have to wait for dozens of images to be downloaded in order to see the mathematics in a web page. There are also advantages for web-page authors, as there is no need to preprocess your web pages to generate any images, and the mathematics is entered in TeX form, so it is easy to create and maintain your web pages. Although it works best with the TeX fonts installed, jsMath will fall back on a collection of image-based fonts (which can still be scaled or printed at high resolution) or unicode fonts when the TeX fonts are not available. Author: Davide P. Cervone <dvpc@union.edu> WWW: http://www.math.union.edu/~dpvc/jsMath/ PR: ports/93864 (based on) Submitted by: Nicola Vitale <nivit@email.it> Approved by: krion (mentor)
* Update to 0.74.tobez2006-06-012-4/+4
|
* Add an additional mirror.ehaupt2006-06-011-1/+3
|
* * security/libtomcryptgarga2006-06-015-23/+16
| | | | | | | | | | | | | - Update to 1.12 * math/libtommath - Update to 0.39 * math/tomsfastmath - Update to 0.09 PR: ports/98214 Submitted by: maintainer
* - Requires at least Perl 5.6.0.aaron2006-05-311-1/+7
| | | | Approved by: tobez
* Adding port math/p5-Math-RandomOrg, Retrieve random numbers and data from ↵aaron2006-05-305-0/+46
| | | | | | random.org. Approved by: tobez (implicit)
* Use BLAS instead of ATLAS by default.thierry2006-05-302-8/+16
| | | | | | | | | | | | | | | | | I used to recommend the use of ATLAS over the standard fortran BLAS. Unfortunately for some time we are not packaging ATLAS anymore, and very recently the source code of GotoBLAS has been made available for research purposes. GotoBLAS is said to be faster than ATLAS and the shared library is exchangeable with the standard BLAS. Curiously the standard BLAS is known to beat both GotoBLAS and ATLAS when the problems are not too complex, so I expect it's better for beginners. I am hereto recommending the use of shared blas by default but leaving a WITH_ATLAS knob in case someone doesn't have access to GotoBLAS and wants to try to squeeze some more performance. PR: ports/98070 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
* Update to version 4.10.demon2006-05-293-5/+15
| | | | | | Based on: PR: 93547 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Fix to correctly build with a Fortran compiler other than /usr/bin/f77.jmz2006-05-291-8/+0
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Update to 1.05ehaupt2006-05-296-24/+29
| | | | | PR: 97593 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Update to 0.73.tobez2006-05-282-4/+4
|
* devel/pkgconfig -> devel/pkg-configmezz2006-05-281-1/+1
| | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
* Update to 0.72.tobez2006-05-282-4/+4
|
* Adding port math/p5-Math-Cephes, a Perl interface to the Cephes math library.aaron2006-05-275-0/+57
| | | | Approved by: tobez (implicit)
* - Update packages to new versionjohans2006-05-262-5/+9
| | | | | | | - Pre-compile another included package (suggested by Jan Willem Knopper) - Fix honouring $CC variable (reminded by flz) Approved by: flz (mentor)
* Adding port math/p5-Math-Algebra-Symbols, Symbolic Algebra in Pure Perl.aaron2006-05-265-0/+58
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Units, a Perl library to perform unit conversion.aaron2006-05-265-0/+48
| | | | Approved by: tobez (implicit)
* - Updated from v0.14 to v0.15aaron2006-05-252-4/+4
| | | | | | | | | | Approved by: tobez (implicit) 0.15 May 23 2006 * Added partitions(). * Added some comments.
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-2/+2
| | | | - Bump PORTREVISION
* Update to 0.71.tobez2006-05-242-4/+4
|
* - Updated from v1.01 to v1.02aaron2006-05-242-4/+4
| | | | | | | Approved by: tobez (implicit) 1.02 Mon May 22 12:32 2006 - Added Boltzmann, Fermi and Bose distributions
* - like ports/96420, fix incomplete libraryclsung2006-05-221-0/+4
| | | | | PR: 97613 Submitted by: Rong-En Fan
* Fix duplicate LATEST_LINK with www/umpehaupt2006-05-221-0/+1
| | | | | PR: 97592 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* - Update from v1.03_01 to v1.04aaron2006-05-222-6/+5
| | | | Approved by: tobez (implicit)
* Adding port math/p5-Math-Geometry-Planar, a collection of planar geometry ↵aaron2006-05-225-0/+47
| | | | | | functions. Approved by: tobez (implicit)
* Adding port math/p5-Math-Geometry-Planar-Offset, a library for calculating ↵aaron2006-05-225-0/+41
| | | | | | offset polygons. Approved by: tobez (implicit)
* Adding port math/p5-Math-Geometry-Planar-GPC, Perl wrapper for Alan Murta's ↵aaron2006-05-225-0/+53
| | | | | | gpc library Approved by: tobez (implicit)
* Adding port math/p5-CAD-Calc, generic cad-related geometry calculationsaaron2006-05-22