aboutsummaryrefslogtreecommitdiff
path: root/math/octave-devel/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* 2012-05-10 graphics/solang: BROKEN for more than 6 monthBaptiste Daroussin2013-02-141-39/+0
| | | | | | | | 2012-05-10 math/octave-devel: BROKEN for more than 6 month 2012-05-10 net/spnetkit: BROKEN for more than 6 month Notes: svn path=/head/; revision=312205
* Update to 3.1.54 and unbreak.Maho Nakata2009-03-121-1927/+24
| | | | | | | The pkg-plist is now generated semi-automatically. Notes: svn path=/head/; revision=229933
* Update to 3.1.51.Maho Nakata2008-08-221-17/+252
| | | | Notes: svn path=/head/; revision=219014
* Update to 2.9.19.Maho Nakata2007-12-131-6/+52
| | | | Notes: svn path=/head/; revision=203493
* Update to 2.9.14.Maho Nakata2007-09-281-4/+60
| | | | Notes: svn path=/head/; revision=200285
* Update to 2.9.12.Maho Nakata2007-06-281-498/+552
| | | | Notes: svn path=/head/; revision=194361
* Update to 2.9.9.Maho Nakata2006-12-271-0/+3
| | | | Notes: svn path=/head/; revision=180832
* Add developer version of math/octave as math/octave-develMaho Nakata2006-09-031-595/+795
| | | | | | | https://www.cae.wisc.edu/pipermail/octave-maintainers/2006-August/000500.html Notes: svn path=/head/; revision=172104
* Update to 2.1.73Maho Nakata2006-07-011-1/+2
| | | | | | | This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ. Notes: svn path=/head/; revision=166692
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-29/+29
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* Fix pkg-plist when both octave and octave-forge areMaho Nakata2005-11-111-0/+1
| | | | | | | installed Notes: svn path=/head/; revision=147921
* Fix package listMaho Nakata2005-11-111-22/+43
| | | | Notes: svn path=/head/; revision=147905
* [1]:Jean-Yves Lefort2005-05-261-60/+51
| | | | | | | | | | | | | | - Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1] Notes: svn path=/head/; revision=136189
* update to 2.1.63Maho Nakata2004-11-221-10/+262
| | | | Notes: svn path=/head/; revision=122110
* update to 2.1.57Maho Nakata2004-05-061-6/+14
| | | | Notes: svn path=/head/; revision=108571
* update to 2.1.53Maho Nakata2004-05-051-10/+43
| | | | Notes: svn path=/head/; revision=108468
* - Link with atlas version of lapackPav Lucistnik2003-12-071-1/+1
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=95230
* Add simple wrapper to avoid the errorMaho Nakata2003-07-231-9/+7
| | | | | | | | | | /usr/libexec/ld-elf.so.1: Shared object "liboctinterp.so" not found PR: 54567,54653 Submitted by: Jonathan <j.e.drews@worldnet.att.net> Notes: svn path=/head/; revision=85496
* o Enable load *.oct files. [1]Norikatsu Shigemura2003-06-151-59/+134
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=83012
* o Update to 2.1.48.Norikatsu Shigemura2003-06-091-8/+22
| | | | | | | | | PR: ports/52902 Submitted by: Ulrich Spoerlein <q@uni.de> Suggested by: Chris BeHanna Notes: svn path=/head/; revision=82603
* 1. remove BROKENYing-Chieh Liao2003-06-081-107/+147
| | | | | | | | 2. utilize PORTDOCS and DOCSDIR 3. sort PLIST Notes: svn path=/head/; revision=82520
* I found a very small typo. (%D/octave.info instead of %D/info/octave.info)Yoshio MITA2002-06-171-2/+2
| | | | Notes: svn path=/head/; revision=61461
* Remove extraneous files and directories on deinstallKris Kennaway2000-07-031-0/+5
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30111
* Update octave to version 2.1.30 (bleeding-edge version).Chuck Robey2000-06-231-221/+437
| | | | Notes: svn path=/head/; revision=29792
* Upgrade to version 2.0.16.Chuck Robey2000-02-031-0/+1
| | | | | | | Submitted by: Bento logs. Notes: svn path=/head/; revision=25436
* Bring Octave up to version 2.0.15.Chuck Robey2000-01-211-2/+1
| | | | | | | Obtained from: Bill Fenner's Distfiles listing. Notes: svn path=/head/; revision=24882
* Update to version 2.0.14.Steve Price1999-12-291-16/+194
| | | | | | | | PR: 11504 Submitted by: nakai@tsl.pe.u-tokyo.ac.jp Notes: svn path=/head/; revision=24250
* Misc. build fix.Satoshi Asami1999-05-121-157/+159
| | | | | | | | I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18820
* Use PLIST_SUB to avoid changing a few hundred lines in PLIST every timeSatoshi Asami1998-09-091-468/+468
| | | | | | | | | there's an upgrade. Approved by: maintainer Notes: svn path=/head/; revision=13064
* The three libraries are installed in a subdirectory, not under /usr/local/lib.Satoshi 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. :) Notes: svn path=/head/; revision=13061
* Upgrade octave to version 2.0.13.Chuck Robey1998-09-081-461/+461
| | | | Notes: svn path=/head/; revision=13048
* Remove some manpages missed by the other person who did most ofTim Vanderhoek1998-08-181-1/+0
| | | | | | | the math/ category. Notes: svn path=/head/; revision=12619
* Fix nasty template-instantiation problem that, while it compiled,Chuck Robey1998-05-201-5/+0
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=11073
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum1998-05-061-1/+0
| | | | | | | from octave and iv. Notes: svn path=/head/; revision=10871
* Update octave to 2.0.12Chuck Robey1998-05-051-496/+500
| | | | Notes: svn path=/head/; revision=10865
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Fix problems with octave's PLIST and sort the PLIST.Justin M. Seger1997-11-011-148/+194
| | | | | | | | PR: 4730 Submitted by: Yoshio.Mita@isen.fr Notes: svn path=/head/; revision=8439
* Syncing up with latest version, 2.0.9.Chuck Robey1997-08-131-425/+425
| | | | | | | If you test this, remember it's huge, the package is 16 megs alone. Notes: svn path=/head/; revision=7572
* Bring Octave up to the latest revision, 2.0.8.Chuck Robey1997-06-281-425/+430
| | | | | | | Nagged into submission by: Bill Fenner's portsurvey :-) Notes: svn path=/head/; revision=7108
* Upgrade octave to version 2.0.1. Fair warning, this takes a greatChuck Robey1997-01-201-224/+446
| | | | | | | | | 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 Notes: svn path=/head/; revision=5399
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=4578
* freebsd2.1 -> freebsd2.2 (argh!)Satoshi Asami1996-08-211-3/+3
| | | | Notes: svn path=/head/; revision=3674
* Reverse directory name from 2.2 to 2.1. It will be changed back onceSatoshi Asami1996-07-101-3/+3
| | | | | | | 2.1.5 is released. :( Notes: svn path=/head/; revision=3334
* Change version-dependent filenames to 2.2.Satoshi Asami1996-03-081-3/+3
| | | | Notes: svn path=/head/; revision=2806
* Change "i386-unknown-freebsd2.0.5" to "i386-unknown-freebsd2.1.0" soSatoshi Asami1995-10-121-3/+3
| | | | | | | this will package in 2.1. Notes: svn path=/head/; revision=2328
* Expand directories.Satoshi Asami1995-10-041-2/+222
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2245
* Cleanup. Install in /usr/local/share, etc.Satoshi Asami1995-07-291-3/+2
| | | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Obtained from: Notes: svn path=/head/; revision=2021
* octave-1.1.1, similar to matlab.Satoshi Asami1995-05-021-0/+19
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=1566