summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove gmp.Satoshi Asami1995-11-261-2/+1
| | | | Notes: svn path=/head/; revision=2478
* Added xvgr.Satoshi Asami1995-11-261-1/+2
| | | | Notes: svn path=/head/; revision=2475
* Change category from "math languages" to "math lang".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2452
* Change category from "math printing" to "math print".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2451
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-092-2/+2
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* shortened COMMENTSEric L. Hernes1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=2375
* added myself as MAINTAINEREric L. Hernes1995-10-281-1/+3
| | | | Notes: svn path=/head/; revision=2374
* Shorten one-line comments.Satoshi Asami1995-10-252-2/+2
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2363
* Shorten the COMMENT lineJean-Marc Zucconi1995-10-252-2/+2
| | | | Notes: svn path=/head/; revision=2361
* Use CFLAGS from /etc/make.conf.Satoshi Asami1995-10-191-0/+11
| | | | Notes: svn path=/head/; revision=2347
* Change "i386-unknown-freebsd2.0.5" to "i386-unknown-freebsd2.1.0" soSatoshi Asami1995-10-122-6/+6
| | | | | | | this will package in 2.1. Notes: svn path=/head/; revision=2328
* Expand directories.Satoshi Asami1995-10-042-4/+444
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2245
* Various EXEC_DEPENDS fixes.Satoshi Asami1995-10-042-4/+4
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2244
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-16/+15
| | | | Notes: svn path=/head/; revision=2233
* Added xlispstat.Satoshi Asami1995-08-181-1/+2
| | | | Notes: svn path=/head/; revision=2069
* XLISP-STAT is a statistical environment based on a dialect of the LispSatoshi Asami1995-08-185-0/+94
| | | | | | | | | | | | | | | language called XLISP. This one is IS_INTERACTIVE because it needs to connect to the X server while building. I don't know if it's possible to build a package or not. Submitted by: "Eric L. Hernes" <erich@lodgenet.com> this one was mentioned in the linux journal recently. I've used it before so I made up a port. Notes: svn path=/head/; revision=2068
* Cleanup. Install in /usr/local/share, etc.Satoshi Asami1995-07-292-6/+4
| | | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Obtained from: Notes: svn path=/head/; revision=2021
* Add xspread. Convert the Makefile along the way to "SUBDIR+=" format.Satoshi Asami1995-07-011-2/+13
| | | | Notes: svn path=/head/; revision=1906
* An X-based spreadsheet program.Satoshi Asami1995-07-015-0/+32
| | | | | | | Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl> Notes: svn path=/head/; revision=1904
* AddSatoshi Asami1995-06-246-5/+15
| | | | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
* Clean up subdir Makefiles. They now all look like this:Satoshi Asami1995-05-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep". Notes: svn path=/head/; revision=1740
* Add maxima to "restricted" (license required).Satoshi Asami1995-05-131-2/+3
| | | | Notes: svn path=/head/; revision=1714
* Add more CATEGORIES. packages/orphans is now empty.Satoshi Asami1995-05-033-3/+6
| | | | Notes: svn path=/head/; revision=1590
* Added octave.Satoshi Asami1995-05-021-2/+2
| | | | Notes: svn path=/head/; revision=1567
* octave-1.1.1, similar to matlab.Satoshi Asami1995-05-0210-0/+100
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=1566
* Add a few CATEGORIES lines to take these ports out of `orphans'.Jordan K. Hubbard1995-04-286-7/+13
| | | | | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-) Notes: svn path=/head/; revision=1545
* I was going to convert the math Makefiles according to the newSatoshi Asami1995-04-226-10/+14
| | | | | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes. Notes: svn path=/head/; revision=1483
* Just to make the compile less verbose and make Satoshi happy.Jean-Marc Zucconi1995-04-171-0/+19
| | | | Notes: svn path=/head/; revision=1437
* MAINTAINER goes in a section of its own. :)Satoshi Asami1995-04-161-1/+2
| | | | Notes: svn path=/head/; revision=1412
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-113-3/+7
| | | | Notes: svn path=/head/; revision=1327
* Some more Makefile updates, for the math ports.Satoshi Asami1995-04-119-12/+82
| | | | Notes: svn path=/head/; revision=1326
* Try to get most ports checksummedGary Palmer1995-03-311-0/+1
| | | | Notes: svn path=/head/; revision=1262
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-243-4/+6
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-191-1/+1
| | | | Notes: svn path=/head/; revision=1156
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-191-1/+1
| | | | Notes: svn path=/head/; revision=1155
* Same change needed as in the blas port. Now, that extract is in WRKDIR theAndreas Schulz1995-02-222-2/+2
| | | | | | | uncomp script need to be prefixed with a CURDIR. Notes: svn path=/head/; revision=1018
* Change the path of the extract command. Formerly extract used CURDIR, nowAndreas Schulz1995-02-221-1/+1
| | | | | | | it uses WRKDIR. Notes: svn path=/head/; revision=1017