aboutsummaryrefslogtreecommitdiff
path: root/math/scilab/files
Commit message (Collapse)AuthorAgeFilesLines
* -Fix segfaults during build w/ OpenJDKEitan Adler2012-03-212-0/+116
| | | | | | | | | | | -Fix allowed versions of HDF PR: ports/166235 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293617
* fix build with lang/gcc46 [1]; fix use of blas and lapack;Brendan Fabeny2011-08-231-0/+11
| | | | | | | | | | | fix WITHOUT_GUI; minor clean-up Reported by: pav,gerald [1] PR: 159917 Approved by: Rob Farmer (maintainer) Notes: svn path=/head/; revision=280253
* Update to 5.3.2 (bug fixes)Max Brazhnikov2011-05-203-18/+17
| | | | | | | | | | | | | Upstream now ships desktop files, use those Changelog: http://www.scilab.org/content/download/2264/23453/file/changes5.3.1-5.3.2.pdf PR: ports/157101 Submitted by: Rob Farmer (maintainer) Notes: svn path=/head/; revision=274354
* Add upstream patch to fix scilab version number.Max Brazhnikov2011-04-251-0/+11
| | | | | | | | PR: ports/156621 Submitted by: Rob Farmer (maintainer) Notes: svn path=/head/; revision=273181
* Update to 5.3.0Max Brazhnikov2010-12-1912-64/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: http://www.scilab.org/content/download/1791/19327/file/changes5.2.2-5.3.0.pdf Port changes: -Drop dependency on readline from ports - this was never removed from the 4.x port and isn't used -Make UMFPACK off by default - the only reason it was on by default was for consistency among 5.2.x versions, since I didn't expose the knob through OPTIONS properly until 5.2.2 -Update JGraphX to compatible version for Scilab 5.3.0 -Scilab does not start java in the normal way (with javavmwrapper) so the JAVA_HOME environment variable isn't set properly. Explictly set JAVA_HOME to whatever was used to build the port. This seems to correct occasional crashes on startup. -Use batik-all.jar instead of batik.jar - has some extra classes in it -Additional dependency: java/jakarta-commons-beanutils -"bsdjava" (java/jdk16) doesn't work with this version. Require diablo or openjdk. -Use COMMENT in DESKTOP_ENTRIES -Switch to a dynamic plist for include/scilab, lib/scilab, and share/scilab. These directories vary quite a bit depending on what options are set but should be exclusive to scilab. -Reorganize post-patch section so java related substitutions aren't done unless building with java -Fix NOPORTDOCS to actually do something -Silence post-patch output -Remove rename of Visual Basic demos - BSD make couldn't handle the unquoted spaces in the path names, but this port now uses GNU make -Remove unnecessary find statements in pre-install -Remove empty directories in DATADIR/modules - toolboxes don't like them -Fix where threads incorrectly detected as Linux style -A couple patches are no longer necessary -ATOMS (package manager for downloading toolboxes in binary form) is not available for FreeBSD. It tries to download a list of available packages from the Scilab website (based on uname). There is no list for FreeBSD and it HTTP 404's. Scilab misinterprets this and says "Please connect to the Internet", which is a bit misleading. Patch to indicate that this will never work. I considered faking the uname to Linux, but there are no RPMs in ports for math-type things, like fortran, blas/lapack, etc. so I doubt anything would run. Porting any desired toolboxs is probably the best route. -Fix ATOMS to use fetch instead of requiring wget or curl (Due to the previous issue, this will only be useful for 3rd party repositories) -Fix toolbox build macros to not write to PREFIX/share/scilab when building as root PR: ports/153274 Submitted by: Rob Farmer (maintainer) Notes: svn path=/head/; revision=266579
* Fix build with new textproc/fopMax Brazhnikov2010-10-191-0/+11
| | | | | | | | | PR: ports/151570 Submitted by: Rob Farmer (maintainer) Reported by: QAT Notes: svn path=/head/; revision=263272
* Use old version of jgraphx to fix buildMax Brazhnikov2010-09-041-0/+21
| | | | | | | | | | | Fix crash when running demos [1] PR: ports/149659 [1] Submitted by: Otacílio de Araújo Ramos Neto <otacilio.neto at ee.ufcg.edu.br> [1], maintainer Approved by: Rob Farmer (maintainer) Notes: svn path=/head/; revision=260547
* - Update to 5.2.2Wen Heping2010-04-301-0/+11
| | | | | | | | PR: ports/146050 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=253467
* - Update to 5.2.1Wen Heping2010-03-022-328/+12
| | | | | | | | | | | | | | | | | | Changelog: http://www.scilab.org/content/download/1136/11155/file/changes5.2-5.2.1.pdf - FreeBSD changes: * Remove the local patch to work with jgraphx (included upstream) * Fix the library version number in the matio dependency * Add a patch to compile properly with hdf-java (obtained from Debian) * Move saxon dependency into GUI section to allow builds without Java (by marc@, Chris Rees <utisoft@gmail.com>) PR: ports/144391 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250498
* - Unbreak it and update to 5.2.0Wen Heping2010-02-2514-344/+356
| | | | | | | | | | PR: ports/143867 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250285
* Replace gfortran41, gfortran42, and gfortran43 by gfortran44 when it comesGerald Pfeifer2009-09-191-2/+2
| | | | | | | | | | | to looking for a compiler at configure time, now that lang/gcc44 is our default Fortran compiler. (Mostly in case someone else wants to polish and resurrect this port.) Feature safe: yes Notes: svn path=/head/; revision=241779
* - Update to 4.1.2Martin Wilke2008-05-021-17/+32
| | | | | | | | | | | | | | | - Unbreak build with xorg 7.3 PR: 116378 116777 Submitted by: Thomas D. Dean <tomdean@speakeasy.org> Patched by: gahr Tested by : Thomas D. Dean" <tomdean@speakeasy.org> gahr Approved by: maintainer timeout Notes: svn path=/head/; revision=212476
* - Update to 4.1.1Rong-En Fan2007-06-161-1/+1
| | | | | | | | | | | | - Remove PLIST_SUB DOCSDIR substitution is handled by bsd.port.mk PORTVERSION is no longer used in pkg-plist PR: ports/113706 Submitted by: Jean-Sebastien Roy <js at jeannot.org> (maintainer) Notes: svn path=/head/; revision=193691
* - Fix libtk nameing to enable scilab build-in to work.Martin Wilke2007-03-131-0/+10
| | | | | | | | PR: 110186 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=187254
* * Migrate to gfortran.Maho Nakata2007-01-161-0/+55
| | | | | | | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack. * Changes are minimal. Approved by: portmgr(kris) Notes: svn path=/head/; revision=182496
* - Update to 4.1Martin Wilke2007-01-032-1/+6
| | | | | | | | PR: ports/107440 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=181367
* - Update to 4.0Marcus Alves Grando2006-06-0610-114/+147
| | | | | | | | PR: 98060 Submitted by: maintainer Notes: svn path=/head/; revision=164549
* - Change master site to fix fetch [1]Marcus Alves Grando2006-03-225-0/+82
| | | | | | | | | | | | - math/atlas change default option to not compile static libs. Change scilab to use .so - Add OPTIONS to use or not use atlas and gtk2 interface [1] - portlint(1) PR: 93695 [1] Submitted by: maintainer Notes: svn path=/head/; revision=157925
* - make install folder independent of PORTVERSION;Thierry Thomas2005-06-071-9/+28
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=137009
* Add support of FFLAGS.Thierry Thomas2005-06-051-3/+5
| | | | | | | | PR: ports/81885 (follow-up) Submitted by: maintainer Notes: svn path=/head/; revision=136864
* Upgrade to 3.1.1.Thierry Thomas2005-06-052-26/+48
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=136808
* - Force gcc 3.2 if gcc 3.3 is present in base system, to avoid runtime crashesPav Lucistnik2005-01-261-2/+26
| | | | | | | | PR: ports/76636 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=127418
* Update to 3.0Volker Stolz2004-08-114-37/+14
| | | | | | | | PR: ports/70175 Submitted by: Jean-Sebastien Roy (maintainer) Notes: svn path=/head/; revision=115897
* Update to handle tk8.4.Mark Linimon2003-12-095-1/+53
| | | | | | | | PR: ports/59620 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=95444
* fix "The scipad editor does not work" problemYen-Ming Lee2003-04-061-0/+11
| | | | | | | | | PR: 50605 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Obtained from: netbsd (dmcmahill) Notes: svn path=/head/; revision=78395
* upgrate to scilab 2.7Yen-Ming Lee2003-04-0427-384/+17
| | | | | | | | PR: 50219 and 50221 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Notes: svn path=/head/; revision=78087
* Maintainer fix for math/scilabEdwin Groothuis2003-02-052-0/+36
| | | | | | | | | | | | | | | The math/scilab port does not work on FreeBSD 5.0 due to an header conflict. The following patch sent by Lyndon Nerenberg (ports/47498) fixes the problem. Reported by: Kris Kennaway (kris@obsecurity.org) Fix by: Lyndon Nerenberg (lyndon@orthanc.ab.ca) PR: ports/47508 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Notes: svn path=/head/; revision=74919
* - add patches from NetBSD (fixes for ascii(), fft() and the online help)Patrick Li2002-01-3014-8/+178
| | | | | | | | | | | | - Provide a working default PVM configuration. - Remove unneeded pvm files form the install. PR: 34276 Submitted by: maintainer Obtained from: NetBSD Notes: svn path=/head/; revision=54013
* New ports for scilab 2.6 .SADA Kenji2001-10-0334-2393/+191
| | | | | | | | PR: ports/26997 Submitted by: Jean-Sebastien Roy <jean-sebastien.roy@wanadoo.fr> Notes: svn path=/head/; revision=48395
* Update to version 2.4.1.Steve Price1999-11-2734-449/+2397
| | | | | | | | PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=23432
* Add some patches needed to build on -current.Thomas Gellekum1997-06-253-0/+40
| | | | | | | | PR: 3867 Submitted by: Paulo Menezes <paulo@isr.uc.pt> Notes: svn path=/head/; revision=7070
* Import of Scilab port. Scilab is a matlab-like package.Thomas Gellekum1997-06-1816-0/+412
PR: 3867 Submitted by: Paulo Menezes <paulo@isr.uc.pt> Notes: svn path=/head/; revision=6991