summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment out IS_INTERACTIVE, only needs to connect to X server.Satoshi Asami1997-03-061-2/+2
| | | | Notes: svn path=/head/; revision=5871
* Add xplot.Satoshi Asami1997-03-061-1/+2
| | | | Notes: svn path=/head/; revision=5862
* Another plotting utility. Commonly used to plot TCP traces.Satoshi Asami1997-03-066-0/+114
| | | | | | | Submitted by: fenner (he had to leave so I'm importing it) Notes: svn path=/head/; revision=5861
* Not everyone has `.' in his $PATH.Jean-Marc Zucconi1997-02-201-37/+26
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=5707
* Change EXTRACT_ARGS to EXTRACT_BEFORE_ARGS, the former is only retainedSatoshi Asami1997-02-144-8/+8
| | | | | | | | | | for backwards compatibilty. Also move it down to "misc. bsd.port.mk variables" section. While I'm here, add "/sbin/" to ldconfig. Notes: svn path=/head/; revision=5608
* Activate fftpack.Thomas Gellekum1997-02-141-1/+2
| | | | Notes: svn path=/head/; revision=5604
* Import of fftpack, a library of FFT routines from netlib.Thomas Gellekum1997-02-1412-0/+148
| | | | | | | | | Closes PR #2574. Submitted by: Pedro Giffuni S. Notes: svn path=/head/; revision=5603
* Non-working help file.David E. O'Brien1997-01-241-1/+1
| | | | | | | PLIST had lib/gnuplot.gih, but it was actually installed in share/ Notes: svn path=/head/; revision=5432
* Activate ss.Masafumi Max NAKANE1997-01-241-1/+2
| | | | Notes: svn path=/head/; revision=5429
* New port: yet another spreadsheet program.Masafumi Max NAKANE1997-01-248-0/+130
| | | | | | | | Submitted by: pgiffuni@FPS.biblos.unal.edu.co (Closing PR #2452.) Notes: svn path=/head/; revision=5426
* Upgrade octave to version 2.0.1. Fair warning, this takes a greatChuck Robey1997-01-206-472/+964
| | | | | | | | | 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
* Update the "version required" comment. Change "Whom" and MAINTAINER toSatoshi Asami1997-01-131-11/+5
| | | | | | | | | | | reflect reality (who's "cbr"?). Change PKGNAME to follow standard. Remove commented out MASTER_SITES (I know how it got here, and I do this myself too, but you have to make sure you delete it before committing, Chuck :), remove unnecessary pre-install target (directories are created by mtree). Notes: svn path=/head/; revision=5336
* Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it,Chuck Robey1997-01-123-105/+23
| | | | | | | and I want the new octave). Look for octave later today. Notes: svn path=/head/; revision=5327
* Add freefem.Satoshi Asami1997-01-111-1/+2
| | | | Notes: svn path=/head/; revision=5308
* 2-D FEM solving package. Closes PR ports/2290.Satoshi Asami1997-01-116-0/+106
| | | | | | | Submitted by: pgiffuni@FPS.biblos.unal.edu.co Notes: svn path=/head/; revision=5307
* Mark this BROKEN. I've also tried the latest release (octave-2.0)Thomas Gellekum1996-12-122-2/+6
| | | | | | | | | | 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?)). Notes: svn path=/head/; revision=4962
* Reformat.Satoshi Asami1996-12-121-2/+3
| | | | Notes: svn path=/head/; revision=4957
* attach calctoolEric L. Hernes1996-12-121-1/+2
| | | | Notes: svn path=/head/; revision=4948
* new port of calctool, another X11 calculator,Eric L. Hernes1996-12-127-0/+117
| | | | | | | | closes ports/2157 Submitted by: Nick Sayer nsayer@quack.kfu.com Notes: svn path=/head/; revision=4947
* Make pkg_add print the license only once. Note that the INSTALL scriptSatoshi Asami1996-12-052-0/+8
| | | | | | | | is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL" (cf. pkg_add(1)). Notes: svn path=/head/; revision=4806
* Make pkg_add print the license only once. Note that the INSTALL scriptSatoshi Asami1996-12-052-4/+4
| | | | | | | | is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL" (cf. pkg_add(1)). Notes: svn path=/head/; revision=4803
* Remove @unexec rm of a listed file, it will be removed bySatoshi Asami1996-12-052-2/+0
| | | | | | | pkg_delete automatically if the file is in PLIST. Notes: svn path=/head/; revision=4802
* People, please please please update subdir Makefiles when you importSatoshi Asami1996-12-051-1/+2
| | | | | | | a port! (I thought easy-import now yells in your ears about this..) Notes: svn path=/head/; revision=4801
* port of linux' wingzEric L. Hernes1996-12-0413-0/+478
| | | | Notes: svn path=/head/; revision=4797
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-303-368/+368
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-1817-40/+23
| | | | | | | | | | | 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
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-189-19/+18
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4572
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-182-9/+8
| | | | Notes: svn path=/head/; revision=4571
* trim the DESCR's to something reasonable at Satoshi's request.Eric L. Hernes1996-10-161-20/+4
| | | | Notes: svn path=/head/; revision=4011
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-105-5/+5
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Distfile moved and renamed.Satoshi Asami1996-10-092-3/+4
| | | | | | | Submitted by: jspath@mail.bcpl.lib.md.us (Webmaster Jim) Notes: svn path=/head/; revision=3936
* Use ${INSTALL_MAN} instead of install -c to install the man page.Masafumi Max NAKANE1996-09-221-2/+2
| | | | Notes: svn path=/head/; revision=3841
* freebsd2.1 -> freebsd2.2 (argh!)Satoshi Asami1996-08-212-6/+6
| | | | Notes: svn path=/head/; revision=3674
* Added new man page to oleo (with small formatting changes)Chuck Robey1996-08-101-1/+7
| | | | | | | | thanks to Don Yuniskis. It's needed it for a long time, Thanks, Don! Notes: svn path=/head/; revision=3570
* Add support for theJean-Marc Zucconi1996-08-052-0/+337
| | | | | | | | | | | | | | | set function none set method none commands, cause the default extension of ".ft" to be tried on all loaded fudgit files and adds support for C-style escape sequences in fudgit commands (which was *implied* in the fudgitrc file distributed in the sources but apparently never implemented). Correct some minor typos in the on-line help. Submitted by: Don Yuniskis <dgy@rtd.com> Notes: svn path=/head/; revision=3528
* Reverse directory name from 2.2 to 2.1. It will be changed back onceSatoshi Asami1996-07-102-6/+6
| | | | | | | 2.1.5 is released. :( Notes: svn path=/head/; revision=3334
* Add ".gz" to end of package files so this thing packages in the defaultSatoshi Asami1996-06-101-1185/+1186
| | | | | | | case (no NOMANCOMPRESS). Notes: svn path=/head/; revision=3191
* Make it install manpages even if NOMANCOMPRESS is defined. RunSatoshi Asami1996-06-101-7/+13
| | | | | | | | /sbin/ldconfig -m on shared libraries. Take out @ from install commands so user can have some idea what's going on. Notes: svn path=/head/; revision=3190
* Add lapack.Jean-Marc Zucconi1996-06-071-1/+2
| | | | Notes: svn path=/head/; revision=3179
* LAPACK is a library of Fortran 77 subroutines for linear algebra.Jean-Marc Zucconi1996-06-0713-0/+2021
| | | | Notes: svn path=/head/; revision=3178
* Add maxima to subdir list.Satoshi Asami1996-04-121-2/+2
| | | | Notes: svn path=/head/; revision=2986
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* More missing newlines.Satoshi Asami1996-03-313-3/+3
| | | | Notes: svn path=/head/; revision=2920
* Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks toSatoshi Asami1996-03-103-27/+13
| | | | | | | fetch them correctly from the backup site. Notes: svn path=/head/; revision=2820
* Delete unnecessary stuff.Satoshi Asami1996-03-101-3/+2
| | | | Notes: svn path=/head/; revision=2818
* Change version-dependent filenames to 2.2.Satoshi Asami1996-03-082-6/+6
| | | | Notes: svn path=/head/; revision=2806
* Remove ${KEYWORDS}.Satoshi Asami1996-03-062-4/+2
| | | | Notes: svn path=/head/; revision=2780
* Distfile changed at master site, now has files in subdir.Satoshi Asami1996-02-072-2/+1
| | | | Notes: svn path=/head/; revision=2685
* radix = 2 (not 16) for floats.Jean-Marc Zucconi1995-11-301-0/+38
| | | | Notes: svn path=/head/; revision=2507