aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-devel
Commit message (Collapse)AuthorAgeFilesLines
* Chase glpk shlib version bump.demon2011-05-251-2/+2
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Chase glpk shlib version.demon2010-03-191-2/+2
|
* Build fix with gotoblas.maho2010-02-161-5/+4
| | | | Feature safe: yes.
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Chase glpk shlib version.demon2010-01-141-1/+2
| | | | Bump PORTREVISION.
* Update to 3.3.50 and unbreak.maho2009-10-093-8/+277
| | | | Feature safe: yes
* - Mark BROKEN - does not build:pav2009-09-221-0/+2
| | | | | | | /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by ./gendoc not found Reported by: pointyhat Feature safe: yes
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* Chase glpk shlib version bump;demon2009-09-041-2/+2
| | | | PORTREVISION++.
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Chase glpk shlib version.demon2009-06-241-1/+2
|
* Update to 3.1.55.maho2009-04-122-5/+4
|
* Bump glpk shlib version.demon2009-04-021-1/+2
|
* Update to 3.1.54 and unbreak.maho2009-03-124-1946/+46
| | | | The pkg-plist is now generated semi-automatically.
* - Mark BROKEN: does not compilepav2009-03-071-0/+2
| | | | Reported by: pointyhat
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-5/+0
|
* Chase glpk shlib version bump.demon2008-12-261-2/+2
|
* Chase glpk shlib version, bump PORTREVISION.demon2008-11-071-2/+2
|
* A build fix.maho2008-09-221-0/+15
| | | | | Submitted by: many (thanks folks!) Approved by: portmgr (pav)
* Chase glpk shlib version.demon2008-09-041-2/+2
|
* Recognize the -pthread flag, and bump port revision.maho2008-09-022-0/+12
| | | | | PR: 126899 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Update to 3.1.51.maho2008-08-236-51/+296
|
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-6/+2
| | | | MAKE_ENV
* * Use termios terminal interface, so that COMPAT_43TTY kernelmaho2008-01-071-2/+3
| | | | | | | option can be removed without strange side-effects [1]. * portlint (partially) Submitted by: Ed Schouten <ed@fxq.nl> [1]
* Mark as IGNORE. Please use math/octave instead.maho2007-12-251-0/+2
|
* Update to 2.9.19.maho2007-12-143-11/+56
|
* Mark broken on 5.x: fails to install.linimon2007-11-251-0/+1
| | | | Approved by: portmgr (self)
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Update to 2.9.14.maho2007-09-293-11/+69
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-6/+1
|
* Update to 2.9.12.maho2007-06-284-506/+570
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* A possible build fix on FBSD 5.maho2007-03-191-1/+5
| | | | Spotted by: kris
* * Migrate to gfortran.maho2007-01-102-10/+20
| | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack.
* Update to 2.9.9.maho2006-12-275-193/+7
|
* Make it possible to use math/blas instead of math/atlas.maho2006-11-191-5/+18
|
* math/ufsparse has been renamed to math/suitesparsemaho2006-10-061-1/+1
| | | | PR: 103598
* Remove the dependency of umfpack, this is not needed.maho2006-09-261-1/+0
| | | | | PR: 103646 Submitted by: Karsten Rothemund <karsten@photor.de>
* Add developer version of math/octave as math/octave-develmaho2006-09-0413-692/+1056
| | | | https://www.cae.wisc.edu/pipermail/octave-maintainers/2006-August/000500.html
* octave executable is now installed under libexec,maho2006-07-092-2/+4
| | | | | so that we can install multiple versions of octaves. (esp for upcoming math/octave-devel port)
* Update to 2.1.73maho2006-07-015-18/+19
| | | | This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-29/+29
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-251-0/+1
|
* Fix pkg-plist when both octave and octave-forge aremaho2005-11-111-0/+1
| | | | installed
* Fix package listmaho2005-11-111-22/+43
|
* [1]:jylefort2005-05-279-138/+90
| | | | | | | | | | | - Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1]
* BROKEN on 5.x: Does not compilekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* - Use more graceful way to unbreak on amd64sem2005-02-102-7/+13
| | | | | PR: ports/74669 Submitted by: Roland Smith <rsmith(at)xs4all.nl>
* BROKEN on 4.x: Does not compilekris2004-12-121-0/+4
|
* Unbreak on AMD64 by linking libglob statically vs. dynamically until theobrien2004-12-051-7/+8
| | | | | | PIC issues are properly dealt with. Submitted by: Roland Smith <rsmith@xs4all.nl>
* Remove dependancy on REINPLACE.obrien2004-12-051-5/+3
|
* Add perl build dependency.lesi2004-12-031-0/+1
| | | | | | | Previously it was picked up by imake, which was run time dependency for X libraries. Since this will no longer hold, specify perl explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade
* update to 2.1.63maho2004-11-223-14/+266
|
* BROKEN on amd64: Shared libraries must be compiled with -fPICkris2004-06-191-0/+4
|
* update to 2.1.57maho2004-05-073-9/+17
|
* update to 2.1.53maho2004-05-063-14/+46
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-301-0/+1
|
* - Link with atlas version of lapackpav2003-12-073-7/+18
| | | | | | | | | - 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 simple wrapper to avoid the errormaho2003-07-243-13/+23
| | | | | | | /usr/libexec/ld-elf.so.1: Shared object "liboctinterp.so" not found PR: 54567,54653 Submitted by: Jonathan <j.e.drews@worldnet.att.net>
* Update to 2.1.50.nork2003-07-152-2/+2
| | | | | PR: ports/54486 Submitted by: Shin-ichi Yoshimoto <yosimoto@waishi.jp>
* o Enable load *.oct files. [1]nork2003-06-152-60/+140
| | | | | | | | | | o Fix pkg-plist accordingly. [1] o Bump PORTREVISION accordingly. o Remove unnecessary files from pkg-plist. [2] Submitted by: Kay Lehmann <kay_lehmann@web.de> [1] Pointed out by: bento via kris [2] Pointy hat to: myself [2]
* 1. Correct wrong dependency for Lapackmaho2003-06-101-2/+2
| | | | | Submitted by: Kay Lehmann <kay_lehmann@web.de> 2. Correct wrong dependency for atlas
* Update to 2.1.49.nork2003-06-102-5/+10
| | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* o Update to 2.1.48.nork2003-06-108-53/+58
| | | | | | PR: ports/52902 Submitted by: Ulrich Spoerlein <q@uni.de> Suggested by: Chris BeHanna
* 1. remove BROKENijliao2003-06-084-123/+170
| | | | | 2. utilize PORTDOCS and DOCSDIR 3. sort PLIST
* wrong OSVERSION last commitijliao2003-06-081-1/+1
|
* work for both -stable and -currentijliao2003-06-081-1/+1
| | | | | PR: 48322 Submitted by: Chris BeHanna <chris@pennasoft.com>
* octave needs readline 4.2ijliao2003-06-081-0/+4
| | | | | PR: 48323, 48449 Submitted by: Chris BeHanna <behanna@topperwein.pennasoft.com>, Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
* Remove chuckr as maintainer of his ports. He has not committed sincekris2003-06-081-1/+1
| | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* upgrade to 2.1.39ijliao2002-11-173-3/+18
| | | | | | PR: 39251, 45201 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Approved by: maintainer timeout
* I found a very small typo. (%D/octave.info instead of %D/info/octave.info)mita2002-06-181-2/+2
|
* WWW: http://www.octave.org/hoek2001-01-071-0/+2
|
* Remove extraneous files and directories on deinstallkris2000-07-032-1/+6
| | | | Noticed by: bento
* Tiny modification to silence portlint.chuckr2000-06-231-1/+1
|
* Update octave to version 2.1.30 (bleeding-edge version).chuckr2000-06-233-227/+443
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* The Alpha's fpsetmask(3) routine doesn't have a FP_X_DNML bit, so remove itsteve2000-02-211-0/+14
| | | | and get this port to building again.
* Upgrade to version 2.0.16.chuckr2000-02-033-3/+4
| | | | Submitted by: Bento logs.
* Bring Octave up to version 2.0.15.chuckr2000-01-224-12/+11
| | | | Obtained from: Bill Fenner's Distfiles listing.
* Update to version 2.0.14.steve1999-12-294-33/+213
| | | | | PR: 11504 Submitted by: nakai@tsl.pe.u-tokyo.ac.jp
* Fix checksum.chuckr1999-10-051-1/+1
|
* Switch back dependency to gnuplot, now that chuckr has fixed it.asami1999-09-111-2/+2
|
* Change dependency from gnuplot to gnuplot+ (which has already been fixedasami1999-09-101-2/+2
| | | | | to adopt to the new gd). If the gnuplot mainainer can fix it before the freeze, we'll switch back.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Sprinkle in some '#if !defined(__FreeBSD__)' incantations so we don't getsteve1999-07-061-0/+20
| | | | | OSF1/Alpha characteristics when the machine's arch is Alpha and the OS is FreeBSD.
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Misc. build fix.asami1999-05-134-174/+203
| | | | | I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Mark broken for ELF because doesn't build and I'll be darned if I'vesteve1998-09-281-1/+3
| | | | found a way to fix it yet. :(
* Use PLIST_SUB to avoid changing a few hundred lines in PLIST every timeasami1998-09-092-469/+471
| | | | | | there's an upgrade. Approved by: maintainer
* The three libraries are installed in a subdirectory, not under /usr/local/lib.asami1998-09-091-3/+7
| | | | | | | | Also, three files were missing from the PLIST. Note, I'm not sure if the former is right but I'm just making this file match reality. If it really has to go under /usr/local/lib, the maintainer should feel free to fix the install process. :)
* Upgrade octave to version 2.0.13.chuckr1998-09-083-468/+468
|
* Remove some manpages missed by the other person who did most ofhoek1998-08-191-1/+0
| | | | the math/ category.
* Fix nasty template-instantiation problem that, while it compiled,chuckr1998-05-202-10/+5
| | | | | | | | | prevented it from running. The only fix (until FreeBSD goes elf) is to build the executeable statically. I really dislike that, but it's a linker problem that's not likely to be fixed. Much thanks to Victor Balden <victor@eng.uct.ac.za> for pointing me at this bug.
* Marked BROKEN until I find the reason it's core-dumping on startup.chuckr1998-05-161-1/+3
|
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-1/+0
| | | | from octave and iv.
* Update octave to 2.0.12chuckr1998-05-063-520/+516
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Define MANUAL_PACKAGE_BUILD, it installs an old libreadline sharedasami1998-02-161-1/+3
| | | | | lib. This is not good, but this port is so large Chuck doesn't have the time to fix it properly.
* Fix problems with octave's PLIST and sort the PLIST.jseger1997-11-021-148/+194
| | | | | PR: 4730 Submitted by: Yoshio.Mita@isen.fr
* portlint.max1997-10-161-10/+10
|
* Syncing up with latest version, 2.0.9.chuckr1997-08-143-430/+430
| | | | If you test this, remember it's huge, the package is 16 megs alone.
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Bring Octave up to the latest revision, 2.0.8.chuckr1997-06-283-431/+439
| | | | Nagged into submission by: Bill Fenner's portsurvey :-)
* Upgrade octave to version 2.0.1. Fair warning, this takes a greatchuckr1997-01-213-236/+482
| | | | | | long time to compile, and the package is over 6 megabytes in size. Also depends on the new gnuplot port for output. Reviewed by: Satoshi
* Mark this BROKEN. I've also tried the latest release (octave-2.0)tg1996-12-121-1/+3
| | | | | | | with the same results: undefined symbols when linking. I'll put together a make log and my changes to the port so someone with a better knowledge of gcc and/or C++ can take a look at it (tomorrow morning MET (or is that CET nowadays?)).
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-3/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* freebsd2.1 -> freebsd2.2 (argh!)asami1996-08-211-3/+3
|
* Reverse directory name from 2.2 to 2.1. It will be changed back onceasami1996-07-101-3/+3
| | | | 2.1.5 is released. :(
* Change version-dependent filenames to 2.2.asami1996-03-091-3/+3
|
* Remove ${KEYWORDS}.asami1996-03-061-2/+1
|
* Shorten one-line comments.asami1995-10-251-1/+1
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Change "i386-unknown-freebsd2.0.5" to "i386-unknown-freebsd2.1.0" soasami1995-10-121-3/+3
| | | | this will package in 2.1.
* Expand directories.asami1995-10-041-2/+222
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Various EXEC_DEPENDS fixes.asami1995-10-041-2/+2
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Cleanup. Install in /usr/local/share, etc.asami1995-07-291-3/+2
| | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Obtained from:
* octave-1.1.1, similar to matlab.asami1995-05-025-0/+50
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>