aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Add math/itl, the Iterative Template Library. It carries solver andlinimon2004-01-066-0/+84
| | | | | | | | | | preconditioners for solving equations. It is required by some FEM packages on the net like Felyx and IMOOSE. ITL is said to work especially fast with gcc-3.3. PR: ports/55717 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Add math/koctave, a KDE GUI for the math/octave package. It containslinimon2004-01-065-0/+55
| | | | | | | | | | | | | | an editor with syntax highlighning and a help browser; you can work almost the same way as in Matlab (c) , i.e. use the editor and execute your code from there with (F5) or press run. One difference is the command window; it is meant for "quick commands" and not a history as in Matlab you can add commands to the list in settings. (Note to submitter: it is not necessary to remove all the directories in pkg-plist that are installed by any standard X-related port). PR: ports/55143 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* - update to 1.7clement2004-01-053-101/+142
| | | | | | | | | - Use DOCSDIR macro - Use PYTHON_SITELIBDIR PR: 60875 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Approved by: erwin (mentor) (implicitly)
* - Update to 1.6.3pav2004-01-053-12/+12
| | | | | PR: ports/60894 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 3.7.1pav2004-01-043-7/+12
| | | | | PR: ports/60893 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* NEW port: math/taucsedwin2004-01-037-0/+108
| | | | | | | | TAUCS is a C library of sparse linear solvers. It's very fast and it works well with low memory configurations. PR: ports/55196 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Add p5-Statistics-Contingency 0.06,vanilla2004-01-035-0/+52
| | | | | | | | calculate precision, recall, F1, accuracy, etc. PR: 60726 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Fix thousands separator handling bug.bland2004-01-033-3/+25
| | | | Reported by: Franz Klammer <klammer@webonaut.com>
* Add nsc2ke, a Finite-Volume Galerkin program computing 2D and axisymmetricpav2004-01-037-0/+111
| | | | | | | flows on unstructured meshes. PR: ports/60836 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add emc2 2.15,krion2004-01-037-0/+115
| | | | | | | | | | | | | | | | | | | | Emc2 is a portable, interactive and graphic software Edition of two dimensional geometry and mesh. We can create and modify the geometry (CAD), define the discretization on the lines, define the subdomains, and define some reference numbers to take into account the boundary conditions and material properties. The elements of the mesh are triangles and quadrilaterals. We have two kind of meshes: grid mesh and Delaunay Voronoo (automatic mesh). We make the edition of the mesh by moving, removing, adding vertices, by regularization, or by transformations (symmetry, rotation,..), etc. Suggested add-on: the port math/bamg. WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm PR: 60835 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add bamg 0.68, bidimensional Anisotrope Mesh Generator.krion2004-01-0324-0/+829
| | | | | | | http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm PR: 60837 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update to 1.2.4.marcus2003-12-312-2/+5
|
* Update to 2.5.3maho2003-12-283-401/+140
|
* a) Update to 3.5.22maho2003-12-285-41/+55
| | | | b) added Opteron support but my machine is very unstable :(
* Add p5-AI-DecisionTree 0.08, perl module for Automatically Learningkrion2003-12-285-0/+52
| | | | | | | Decision Trees. PR: 60628 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Update to 4.3.0pav2003-12-2742-669/+5102
| | | | | | | | Rework this port and split it into logically independent parts Give maintainership to submitter PR: ports/57858 Submitted by: Mykola Khotyaintsev <ko@irfu.se>
* - Update to version 1.2.0krion2003-12-268-297/+334
| | | | | PR: 60568 Submitted by: Ports Fury
* Adopt this port, since I'm using it now for the ports monitoring code.linimon2003-12-251-1/+1
|
* Update to 1.2.3.marcus2003-12-253-16/+6
|
* Bugfix. For locales with non "." radix constants list wasn't properlybland2003-12-242-0/+28
| | | | initialized.
* Update to 4.3.31.marcus2003-12-244-48/+4
|
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
|
* Update to 0.8perky2003-12-203-6/+160
| | | | Requested by: Quincey Koziol <koziol@ncsa.uiuc.edu>
* Update to 0.9.3arved2003-12-192-3/+2
|
* Update to 0.98I of 12/05/2003. The old version had not been fetchablelinimon2003-12-188-66/+42
| | | | | | | | | for over a year. Adds priority queues, reworks menus, better integration with TK. Since the current maintainer is temporarily away from FreeBSD, anyone interested in this port should consider volunteering to be its maintainer. It appears to still be under active development.
* Upgrade to 23.1.tg2003-12-172-2/+2
|
* Update to 1.02.tobez2003-12-172-2/+2
|
* Update to 0.5.tobez2003-12-173-7/+2
| | | | | PR: 59358 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Mark RESTRICTED: No resale, contact authors for commercial usepav2003-12-171-0/+2
| | | | | PR: ports/60311 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Remove gcc-3.3.1 kludge now that 3.3.3 is standard in -CURRENTpav2003-12-163-30/+3
| | | | | PR: ports/60264 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* The Linux version of the DISLIN scientific data plotting package.des2003-12-1417-0/+955
|
* - www.code-aster.org was reorganized. fix fetchingpav2003-12-112-2/+5
| | | | | PR: ports/60121 Submitted by: Thierry Thomas <thierry@pompo.net>
* USE_MESA -> USE_GLfjoe2003-12-101-2/+2
|
* - Update to version 2.20krion2003-12-104-139/+137
| | | | | PR: 60071 Submitted by: Ports Fury
* . Welcome metis-edf to the math category after a repo copy from cad.glewis2003-12-102-1/+2
| | | | | PR: 58178 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* . Update to 3.1 to synchronise with the changes to the cad copy ofglewis2003-12-102-3/+2
| | | | | | | | metis-edf which was just removed. I probably should have asked for the repo copy to be redone but the removal has been done. PR: 59312 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update to 1.2.2 and remove the obsolete gal2 dependency.marcus2003-12-093-7/+23
|
* Update to handle tk8.4.linimon2003-12-096-7/+58
| | | | | PR: ports/59620 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer)
* - Update to 1.36pav2003-12-093-3/+11
| | | | | PR: ports/60052 Submitted by: Thierry Thomas <thierry@pompo.net>
* Updated to 0.2skv2003-12-092-2/+2
|
* - In the heat of the battle I mistakenly patched amd64 instead of alpha.pav2003-12-081-1/+1
| | | | | | | | amd64 does not need this fix (tested on sledge), alpha is fixed by this fix (tested on beast). PR: ports/59238 Submitted by: Rob Byrnes <Rob.Byrnes@comindico.com.au>
* Add FreeFem++, an extension of freefem, an implementation of the Gfempav2003-12-077-0/+216
| | | | | | | language dedicated to the finite element method. PR: ports/58536 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add arpack++, an object-oriented version of the ARPACK package.pav2003-12-077-0/+573
| | | | | | | | It's just a collection of class templates, because templates are defined in header (.h) files PR: ports/58535 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Unbreak checksum, user guide was updated to October 2003 revision.pav2003-12-071-1/+1
|
* - Install header filespav2003-12-072-4/+44
| | | | | | | - Fix whitespace in pkg-plist PR: ports/58534 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Link with atlas version of lapackpav2003-12-076-14/+36
| | | | | | | | | - Make mkoctfile accept -pthread - Don't hardcode path to lib symlink PR: ports/56621, ports/58555 Submitted by: John E. Hein <jhein@timing.com> AMAKAWA Shuhei <sa264@cam.ac.uk>
* - Add p5-NetCDF, a perl module to read and write netCDF files.pav2003-12-075-0/+40
| | | | | PR: ports/59381 Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
* Update to 4.3.29bland2003-12-064-2/+49
|
* - Update to 1.8.1pav2003-12-059-15/+54
| | | | | PR: ports/59963 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* - Update to version 0.9.11krion2003-12-044-17/+7
| | | | | PR: 59846 Submitted by: Ports Fury
* - Pretend we don't have ieee functionality on sparc64, amd64 and ia64,pav2003-12-044-60/+28
| | | | | | | | thus fixing build there - Axe html documentation, it disappeared from master site PR: ports/59238 Approved by: adamw (mentor)
* - Update to 2.2.1pav2003-12-045-34/+28
| | | | | PR: ports/58209 Submitted by: Ying-Chieh Liao <ijliao@HAgw.NCTU.edu.tw>
* - Fix build with gcc 3.3pav2003-12-043-3/+17
| | | | | | | | | - Use INFO macro PR: ports/59866 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer Approved by: marcus (portmgr)
* - Unbreak on 5.x (gcc 3.3 preprocessor)pav2003-12-021-5/+62
| | | | | | PR: ports/59781 Submitted by: Tony Maher <tonymaher@optushome.com.au> (maintainer) Approved by: marcus (portmgr)
* - Fix build on 5.xpav2003-12-011-0/+11
| | | | | | | PR: ports/59810 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Approved by: marcus (portmgr) Approved by: adamw (mentor)
* Unbreak.sobomax2003-11-301-7/+7
| | | | Approved by: portmgr
* - AMD64 has no APMarved2003-11-261-3/+3
| | | | | | | - Revert logic, i386 seems to be the only ARCH with APM Submitted by: Adriaan de Groot Approved by: portmgr (marcus)
* - Update to 4.3.0pav2003-11-233-2/+3
| | | | | | PR: ports/59578 Submitted by: Michael Neumann <mneumann@ntecs.de> (maintainer) Approved by: adamw (mentor)
* - Update to 2.1.5pav2003-11-222-2/+9
| | | | | | | | - Respect CFLAGS PR: ports/56967 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer) Approved by: adamw (mentor)
* Add -fPIC to fix build on amd64arved2003-11-211-3/+3
|
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-205-5/+5
| | | | Submitted by: Oliver Eikemeier
* * Update to 1.0.56marcus2003-11-203-2/+20
| | | | | | | * Mark broken on -CURRENT when WITH_GMP is defined PR: 59506 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-205-0/+5
| | | | "perl -pi -e" construction.
* - Unbreak on 5.xpav2003-11-202-17/+304
| | | | | | PR: ports/59488 Submitted by: Samy Al Bahra <samy@kerneled.com> Approved by: adamw (mentor)
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-172-2/+0
|
* . Update to 3.2.1. This also fixes the build on 5.x.glewis2003-11-1514-1446/+234
|
* fix build on -currentijliao2003-11-151-6/+11
| | | | fix dependency (typo)
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-1310-11/+11
|
* Update to 1.1.4: RPN mode improvements, bugfixes, translation updates.naddy2003-11-134-22/+3
|
* Correct patch file so that cleanly appled.maho2003-11-101-2/+2
| | | | Submitted by: bento
* - Update to 0.7sergei2003-11-095-170/+161
| | | | | | | | - Utilize INFO - Use DOCSDIR macro in pkg-plist PR: 59046 Submitted by: Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr>
* . Welcome kaskade to the math category (with a secondary of science).glewis2003-11-082-1/+2
| | | | | PR: 58178 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* . Change secondary category from cad to science.glewis2003-11-082-2/+2
| | | | | PR: 58178 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Remove post-patch (it breaks build and is no longer needed).fjoe2003-11-071-7/+0
|
* - update to 0.97.0.5fjoe2003-11-076-35/+9
| | | | | | | | | - use wxgtk2 - install to X11BASE (it's GUI application) - update WWW in pkg-descr PR: 58983 Submitted by: Pav Lucistnik
* Fix the graphing plug-ins so that they can actually load.marcus2003-11-071-0/+3
| | | | Reported by: Stefan Thurner <thurners@t-online.de>
* - Update to version 1.1.5krion2003-11-074-3/+22
| | | | | PR: 59011 Submitted by: Ports Fury
* add CONFLICTSijliao2003-11-061-0/+2
| | | | | PR: 58884 Submitted by: maintainer
* Chase wxgtk library name (and version) change.fjoe2003-11-051-1/+1
|
* - Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES.perky2003-11-051-2/+2
| | | | - Change libgmp dependency to math/libgmp4 for -CURRENT systems.
* Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.perky2003-11-051-1/+1
| | | | Submitted by: marcus
* A small bug was found on the multithreaded version of spooles...maho2003-11-041-0/+11
| | | | | PR: 58908 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Correct version number of gsl shared library.sobomax2003-11-041-1/+1
|
* Add p5-Math-GSL 0.01, a perl interface to GNU Scientific Library.sobomax2003-11-045-0/+39
|
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-032-2/+2
|
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-032-2/+2
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* Reset maintainer on ports owned by the following committers who havekris2003-11-031-1/+1
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* ports with possibly unreachable MAINTAINERsedwin2003-11-022-2/+2
| | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* introduce MASTER_SITE_GNU_ALPHAijliao2003-10-311-1/+2
|
* add rpy 0.3.1ijliao2003-10-3111-0/+111
| | | | Python interface to the R Programming Language
* fix build on -stable (by utilize USE_GETOPT_LONG)ijliao2003-10-312-2/+20
| | | | | add missing dependency respect CFLAGS/CPPFLAGS
* - PORTVERSION: 1.7.1 -> 1.8.0ijliao2003-10-3112-420/+828
| | | | | | | | - add more MASTER_SITES - register CONFLICTS with math/R-a4 PR: 58726 Submitted by: maintainer
* upgrade to 1.7.1ijliao2003-10-299-1380/+921
| | | | | PR: 57801 Submitted by: maintainer
* add gracetmpl 0.3.1ijliao2003-10-285-0/+123
| | | | Provide an easy way to use existing grace-files as a template
* - Fix build on -currentkrion2003-10-284-64/+75
| | | | | | | - Utilize NOPORTDOCS PR: 58223 Submitted by: Ports Fury
* Per distfile survey, mark the mastersite as gone. Provide a linklinimon2003-10-282-1/+3
| | | | to the home page to explain why.
* Per distfile survey, note that the mastersite disappeared in June 2003.linimon2003-10-282-3/+2
|
* Per distfile survey, remove one dead mastersite, and add the true homelinimon2003-10-282-4/+2
| | | | | page for the project. I'm going to leave the GNU mastersite in on the supposition that this is part of their overall temporary problem.
* Per distfile survey, note that the mastersites disappeared in April 2000linimon2003-10-282-4/+2
| | | | and February 2002 respectively.
* BROKEN: Does not compilekris2003-10-281-0/+2
| | | | | | | | | PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after:
* o) Update to version 5.1.13lkoeller2003-10-274-40/+2
| | | | | PR: ports/58340 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* - Update to version 0.9.10krion2003-10-263-2/+12
| | | | | PR: 58522 Submitted by: Ports Fury
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducederwin2003-10-242-3/+0
| | | | in the last commit.
* utilize SITE_PERLijliao2003-10-2454-234/+208
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 3.5.12maho2003-10-242-2/+2
|
* Change maintainer to vangyzen@stat.duke.eduadamw2003-10-243-3/+3
| | | | | PR: ports/58457 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* Utilize PYTHON_SITE_SUBDIR and USE_PYTHON.perky2003-10-191-1/+1
|
* upgrade to 0.98ijliao2003-10-182-2/+2
|
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Fix Python detection for Python <= 2.2.marcus2003-10-161-1/+2
| | | | | | | | | "When a user has PYTHON_VERSION= set in make.conf and no other python installed.Gnumeric2 configure can't find the python. This is because only the lang/python port installes python next to python2.3." PR: 58082 Submitted by: Koop Mast <einekoai@chello.nl>
* unbreak build problems for math/pspp.edwin2003-10-152-7/+574
|
* BROKEN on 5.x: does not compilekris2003-10-151-1/+7
|
* Update to 0.0.4 and fix new compiler error. (wrong cpp syntax)knu2003-10-152-2/+2
|
* Update to 4.3.16.marcus2003-10-142-2/+2
|
* Unbreak on 5.xmat2003-10-131-2/+1
| | | | | | Noticed by: bento Pointed out by: kris, tobez Pointy hat to: me
* - Chase libraries to actual math/gsl version.krion2003-10-133-3/+3
| | | | Submitted by: kris via bento
* Update to 4.3.15.marcus2003-10-113-3/+7
|
* - Update to version 1.1.3krion2003-10-113-22/+16
| | | | | PR: 57842 Submitted by: Ports Fury
* - Add dependency for devel/stlport on 4-stablekrion2003-10-113-37/+52
| | | | | | | | (to build math/GiNaC properly) - Utilize INFO PR: 57834 Submitted by: Ports Fury
* math/ploticus-nox11, a slaveport of math/ploticusedwin2003-10-102-0/+18
| | | | Suggested by: Adam Weinberger <adamw@FreeBSD.org>
* make math/ploticus a master-port.edwin2003-10-102-103/+103
| | | | Suggested by: Adam Weinberger <adamw@FreeBSD.org>
* ploticus should not require X11 (patch included)edwin2003-10-101-1/+7
| | | | | | | Despite the WITHOUT_X11 setting, building ploticus requires X11. PR: ports/53266 Submitted by: awk <awk@bronte.bnt.com>
* - Update to version 1.1.4krion2003-10-104-289/+295
| | | | | PR: 57806 Submitted by: Ports Fury
* Update to 1.2.1.adamw2003-10-094-23/+3
|
* Update to ParMetis 3.1.roam2003-10-083-5/+5
| | | | | PR: 57737 Submitted by: maintainer
* - Fix MASTER_SITESkrion2003-10-081-1/+1
| | | | | PR: 57714 Submitted by: maintainer
* Add py-fpconst 0.6.0, utilities for handling IEEE 754 floatingkrion2003-10-085-0/+30
| | | | | | | point special values. PR: 57708 Submitted by: Rui Lopes <rui@ruilopes.com>
* Rename math/drgenuis -> math/drgeokrion2003-10-065-173/+0
|
* Add math/drgeo, remove math/drgeniuskrion2003-10-061-1/+1
|
* - Update to 0.9.9krion2003-10-065-136/+206
| | | | Submitted by: Ports Fury
* new port for mpexpredwin2003-10-067-0/+199
| | | | | | | | | | | | | Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'. Mpexpr works much like Tcl's native 'expr', but does all calculations using an arbitrary precision math package. Mpexpr numbers can be any number of digits, with any decimal precision. Final precision is controlled by a Tcl variable 'mp_precision', which can be any reasonable integer, limiting only the number of digits to the right of the decimal point. PR: ports/48764 Submitted by: chein@GeekDude.com <chein@GeekDude.Com>
* Add new port math/sdpa.maho2003-10-048-0/+230
| | | | | | The SDPA (SemiDefinite Programming Algorithm) is a software package for solving semidefinite program (SDP). Extremely efficient, almost fastest around the world!
* Add new port atlas-devel, developer version of math/atlasmaho2003-10-0412-0/+6276
|
* Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-042-3/+2
| | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk>
* Update to 0.2mat2003-10-034-12/+15
| | | | | | | | Remove MANPREFIX, fixup WWW, use %%SITE_PERL%% maintainer timeout (4 months) PR: 52288 Submitted by: myself
* Update to 1.66mat2003-10-034-13/+11
| | | | | | | Remove MANPREFIX, use %%SITE_PERL%%, fix WWW PR: 52290 Submitted by: myself
* IA64s do not have apm.arved2003-09-301-2/+2
| | | | IA64 Laptops are also very unlikely, so disable klaptop on ia64.
* - Update to version 1.4krion2003-09-293-83/+64
| | | | | | | | - Pet portlint PR: 56160 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Approved by: maintainer timeout > 1 month
* - Backout the previous commit, because we need repo copy forkrion2003-09-2810-412/+272
| | | | | | | new version. Submitted by: Ports Fury Approved by: portmgr (marcus)
* - Update to drgeo version 0.9.9krion2003-09-2710-272/+412
| | | | | PR: 57287 Submitted by: Ports Fury
* Update port: misc/gretl to 1.1.2edwin2003-09-274-8/+11
| | | | | | | - Update to version 1.1.2 PR: ports/57006 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - ECHO -> ECHO_MSGedwin2003-09-271-4/+4
| | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Chase print/pdflib version bumpedwin2003-09-272-2/+2
| | | | PR: ports/57204
* Once more try at fixing the patch problem.marcus2003-09-261-8/+11
|
* Fix patching.marcus2003-09-262-19/+16
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Fix build on -STABLE.marcus2003-09-261-0/+19
| | | | Submitted by: Sergey Akifyev <asa@gascom.ru>
* Update to 1.2.0.adamw2003-09-254-11/+14
|
* * s/-pthread/${PTHREAD_LIBS}/marcus2003-09-251-3/+2
| | | | * Use gnometarget
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-242-2/+2
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-1/+1
|
* Bugfix. fix wish --> wish8.4 to fix xmaxima. Sort out INFO files amarkm2003-09-162-29/+39
| | | | | | | | bit better, and allow different lisp compilers to be used. The clisp compiler dumps core, so mark that case as an error until it can get fixed. Fix the COMMENT a bit to fit in with sysinstall better. OK'ed by: portmgr(marcus)
* o) User pdflib5 in dependency section to unbreak build due to brokenlkoeller2003-09-161-2/+2
| | | | | | | | marked pdflib4 PR: 56673 Submitted by: j.e.drews@att.net Approved by: portmgr@freebsd.org
* Fix buuild on -STABLE, and make sure -lc_r is linked in on -CURRENT.marcus2003-09-112-0/+11
| | | | | Reported by: Sergey Akifyev <asa@gascom.ru> Approved by: portmgr (implicitly)
* Update 20030507 to 20030825[1]. Following additional changes has made:kiri2003-09-105-562/+561
| | | | | | | | * spaces between macros and eqauls to tab(portlint) * change %%DOCSDIR%% in pkg-plist(portlint) PR: 56230 Submitted by: Saito Tomokatsu <saito@saitou.org>[1]
* Update to 4.3.3.marcus2003-09-103-2/+7
|
* Drop maintainershiplioux2003-09-082-2/+2
|
* Add missing dependencies on py-gtk2 and libgnomedb.marcus2003-09-071-1/+5
| | | | Reported by: bento
* Import p5-Math-Round. Math::Round is a Perl module. It supplies functions tofoxfair2003-09-065-0/+38
| | | | | | round numbers, both positive and negative, in various ways. This may seem like an odd thing to write a whole module for, but rounding can sometimes be a little tricky, so I thought some people might find this useful.
* - Fix buildkrion2003-09-041-2/+8
| | | | | PR: 56436 Submitted by: Ports Fury
* - Update to version 2.6.1krion2003-09-034-370/+326
| | | | | PR: 56322 Submitted by: Ports Fury
* Update to 1.1.3. Changes in this release:naddy2003-09-023-3/+8
| | | | | | | | | | * Introducing basic and scientific mode. * Number base, angle unit and notation mode are remembered on exit. No defaults anymore. * Updates to binary mode. * New functions (asinh, acosh, atanh) and a new operation (percent). * Bug fixes: crash on bracket closing, remember display value, GUI. * Japanese translation, translation updates.
* - Fix buildkrion2003-08-311-1/+1
| | | | | PR: 56193 Submitted by: Ports Fury
* Add ruby-bitset, a(nother) bit set library for Ruby.knu2003-08-285-0/+39
|
* Maintainer update of math/entropy to 1.1seanc2003-08-273-2/+4
| | | | | PR: ports/56022 Submitted by: Chris S.J.Peron <maneo@bsdpro.com> (maintainer)
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-272-1/+2
| | | | Prodded by: kris
* Unbreak in the case you did not have -O in your CFLAGSmat2003-08-261-1/+2
| | | | | | PR: 55870 Submitted by: Kevin Oberman <oberman@es.net> Approved by: demon (mentor)
* Update to 4.3.2.marcus2003-08-263-2/+4
|
* Chase the libintl.so shared lib version.marcus2003-08-252-2/+2
|
* port update: math/mtledwin2003-08-252-3/+5
| | | | | | | | | | | | | There is a minor update to mtl. Since this is port only consists of header, and no library is actually build I followed their recomendation and added NO_BUILD which saves some time doing unnecessary testing. I also wanted to add LAPACK support but I couldn't. At least I fixed a bug in configure in the process. PR: ports/55203 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* - Update to 0.9.2krion2003-08-244-15/+3
|
* Bump PORTREVISION after lang/python's changing default toperky2003-08-233-0/+3
| | | | | | BUILD_STATIC. This affects to python embedding programs only. Submitted by: olgeni
* Add ruby-gmp (libgmp-ruby), Ruby bindings to GNU Multiprecisionknu2003-08-235-0/+49
| | | | Library.
* Update to 1.1.20.marcus2003-08-224-216/+116
|
* Update to 2.010500mat2003-08-215-29/+37
| | | | | | | | add WWW respect CFLAGS PR: 52293 Approved by: demon (mentor), maintainer
* Mark NOT_FOR_ARCHS=alpha.krion2003-08-211-0/+2
| | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> Reported by: kris via bento
* Fix build on python2.3perky2003-08-201-0/+13
|
* o Main modificationnork2003-08-192-7/+5
| | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
* Update my ports to use my @FreeBSD.org addressmat2003-08-161-1/+1
| | | | Approved by: demon (mentor)
* Unbreak by converting CR+LF to LF, as gcc does not seem to be tolerantknu2003-08-141-2/+3
| | | | of CR before LF when it comes to line continuation.
* unbreaking on Alpha (and maybe on other 64bit platforms (untested))oliver2003-08-134-14/+49
| | | | | | | bump PORTREVISION Submitted by: Thierry Thomas <thierry@pompo.net> PR: ports/55544
* Update to version 3.39krion2003-08-112-2/+2
| | | | | PR: 55468 Submitted by: Ports Fury
* Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKENkris2003-08-101-0/+1
| | | | | | | on 5.x machines (compile and configure failure, respectively). PR: 52731 Submitted by: trevor
* a) Fix buildmaho2003-08-092-12/+60
| | | | | | b) add examples Submitted by: kris via bento
* Update to 4.3.0.marcus2003-08-083-3/+6
|
* Backout to 3.5.5maho2003-08-082-2/+3
| | | | | | | | | | | | | a) newer version build fails like: /usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b1' /usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b0' b) Define PORTEPOCH=1 Reported by: Pedro F. Giffuni <giffunip@yahoo.com> kris Thierry Thomas <thierry@pompo.net> Jonathan <j.e.drews@worldnet.att.net>
* As announced on May 6, remove the broken math/siag port.kris2003-08-0813-779/+0
|
* BROKEN: Does not installkris2003-08-071-0/+2
|
* BROKEN: does not compilekris2003-08-071-0/+2
|
* Does not compilekris2003-08-071-0/+2
|
* Update to 1.3.2bkrion2003-08-053-2/+23
| | | | Approved by: fjoe (mentor) (implicit)
* cosmetic cleanup, no functional changesoliver2003-08-058-56/+44
| | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Unbreak on -currentkrion2003-08-041-0/+4
| | | | | Reported by: kris via bento Approved by: fjoe (mentor) (implicit)
* Partially fix the build on -CURRENT (still doesn't build with GCC-3.3.1).ru2003-08-041-3/+8
| | | | Urged by: kris
* Upgrade to 23.0.tg2003-08-043-46/+18
| | | | Submitted by: Jeremy Messenger <mezz7@cox.net>
* Because Python2.3 headers define _POSIX_SOURCE and _XOPEN_SOURCE,tg2003-08-041-0/+13
| | | | | | math.h skips acosh and other hyperbolic math functions. Submitted by: perky
* Fix build after recent sys.mk changeskris2003-08-043-3/+9
| | | | Submitted by: ru
* Fix build on 4-STABLE disabiling sanity check.maho2003-08-031-2/+2
| | | | | Submitted by: kris via bento "Dannis 't Hart" <dchart@dds.nl>
* a) Fix build on gcc-3.3.xmaho2003-08-027-6/+63
| | | | | | b) Update to 1.0.4 Submitted by: Simon Barner <barner@in.tum.de>
* - Update to 0.6.1perky2003-08-014-73/+72
| | | | | - Update WWW URL - Use DOCSDIR and EXAMPLESDIR
* Remove distinfo which is not being used anymore.perky2003-08-011-12/+0
|
* - Use ports/lang/python's MD5_FILE.perky2003-08-011-3/+4
| | | | | | - Take maintainership Approved by: tg (previous maintainer)
* Update to 1.3.15. Adds some keyboard shortcuts.naddy2003-08-012-2/+2
|
* Remove NO_PACKAGE (implied by RESTRICTED) and change RESTRICTED message tokris2003-07-311-3/+1
| | | | give the reason why it may not be distributed.
* Update to 4.2.103.marcus2003-07-313-2/+5
|
* Fix gcc 3.3 compile failure.naddy2003-07-301-5/+60
| | | | Submitted by: Simon Barner <barner@in.tum.de>
* Update to 3.5.7maho2003-07-292-2/+2
|
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-293-3/+3
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Update KDE to the latest official release, KDE 3.1.3lofi2003-07-294-1/+11
| | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep)
* - Update to version 1.1.0krion2003-07-286-87/+45
| | | | | | PR: 54903 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit)
* - Do not install useless .la fileskrion2003-07-278-36/+76
| | | | | | | | - Fix handling info files PR: 54902 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit)
* Add more explanations about this software.maho2003-07-251-4/+5
| | | | Submitted by: "Peter Notebaert" <peno@mailme.org>
* Update to 0.6perky2003-07-253-18/+31
|
* mark both conflicting each other (they are installing both a same named binary)oliver2003-07-253-0/+6
| | | | Submitted by: Thierry Thomas <thierry@pompo.net>
* Add simple wrapper to avoid the errormaho2003-07-246-26/+46
| | | | | | | /usr/libexec/ld-elf.so.1: Shared object "liboctinterp.so" not found PR: 54567,54653 Submitted by: Jonathan <j.e.drews@worldnet.att.net>
* Fixed bison problem.maho2003-07-232-2/+4
| | | | | Pointed out by: kris Pointy hat to: maho and Pedro F. Giffuni <giffunip@yahoo.com>
* Add metis-edf 3, meshes partionning tool used by Code_Aster.oliver2003-07-237-0/+120
| | | | | PR: 53909 Submitted by: thierry@pompo.net
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* Update to 20030629.arved2003-07-224-53/+107
| | | | | | | Remove RESTRICED, NO_CDROM and NO_PACKAGE, New version has a free License. PR: 54736 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* distfile (superlu_2.0.tar.gz) is updatedmaho2003-07-221-1/+1
| | | | Submitted by: bento's log
* Fix building under -CURRENT (gcc 3.3) by update to 3.5.7 [1]osa2003-07-214-40/+49
| | | | | | Sort and use %%EXAMPLESDIR%% and %%DOCSDIR%% for pkg-plist [2] Submitted by: Simon Barner <barner@in.tum.de> [1], osa [2]
* Don't hardcode libgnugetopt into patch.arved2003-07-201-1/+1
| | | | Submitted by: bento
* Fix compile on -CURRENT. Linker is still broken due to broken *mk.marcus2003-07-191-0/+636
|
* Fix build, and another fixes for building.maho2003-07-195-7/+65
| | | | | | | Unbreak. PR: 51923 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* lp_solve, A free linear programming solver that can processmaho2003-07-197-0/+130
| | | | | | | | standard MPL format. This lp_solve versions is released under the LGPL license PR: 53649 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* MASTER_SITES has been subjected to change.maho2003-07-191-1/+1
| | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Update to 4.2.99.marcus2003-07-163-2/+8
|
* Do a more complete upgrade.joe2003-07-154-536/+26
| | | | PR: ports/52716
* Update to 2.1.50.nork2003-07-154-4/+4
| | | | | PR: ports/54486 Submitted by: Shin-ichi Yoshimoto <yosimoto@waishi.jp>
* Upgrade port to version 0.8.4.joe2003-07-154-4/+4
|
* Update to 1.3.14. Minor changes only.naddy2003-07-142-2/+2
|
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-144-16/+18
| | | | use USE_GETOPT_LONG instead.
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-2/+2
| | | | | use USE_GETOPT_LONG instead. This commit does not fix compilation.
* Fix suffix of a patch file.nork2003-07-141-1/+1
| | | | | PR: ports54434 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* Added RESTRICTED and NO_PACKAGE. They should also be needed.maho2003-07-121-0/+2
|
* Add new port math/fbm.maho2003-07-128-0/+648
| | | | | | | | A software for Flexible Bayesian Modelling and Markov Chain Sampling(The software is for education and research use only). PR: 53650 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Add new port superlu_mtmaho2003-07-1211-0/+185
| | | | | PR: 52033 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Fix a typo and Don't remove LAPACK2.nork2003-07-122-55/+4
| | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Don't build a subset of BLAS and ARPACK2 and Use external ones.nork2003-07-125-38/+109
| | | | | PR: ports/52789 Submitted by; Pedro F. Giffuni <giffunip@yahoo.com>
* Correct MASTER_SITES.tg2003-07-101-2/+2
| | | | | PR: 54277 Submitted by: Mark Linimon <linimon@lonesome.com>
* Update to 1.1.2. Adds French translation.naddy2003-07-084-58/+3
|
* Upgrade to 2.4.3.tg2003-07-074-13/+26
|
* update misc/gretl: 1.0.8 --> 1.0.9daichi2003-07-075-23/+75
| | | | | PR: 52717 Submitted by: KATO Tsuguru <tkato@prontomail.com> (maintainer)
* Update to 1.9.kuriyama2003-07-064-9/+11
| | | | | | Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52322 No response from: maintainer
* 1. update to 3.5.6maho2003-07-033-21/+20
| | | | 2. rename suffix of threaded libs from thr to _r.
* build both threaded/non-threaded librariesmaho2003-07-035-35/+119
| | | | | | | which introduced some kludge... Reported by: kris (broken on bento for lapack++) Suggestion from: "Pedro F. Giffuni" <giffunip@yahoo.com>
* - add CONFLICTSnetchild2003-07-011-0/+2
| | | | | | | - build only for alpha and i386 sparc64: may compile with some fixes, but has bugs in the assembly code Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Add CONFLICTS.netchild2003-07-012-2/+4
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* update math/ploticus:daichi2003-07-013-91/+28
| | | | | | | - Add graphics/ming to LIB_DEPENDS PR: 52932 Submitted by: KATO Tsuguru <tkato@prontomail.com>