summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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