summaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks toasami1996-03-103-27/+13
| | | | fetch them correctly from the backup site.
* Delete unnecessary stuff.asami1996-03-101-3/+2
|
* Change version-dependent filenames to 2.2.asami1996-03-082-6/+6
|
* Remove ${KEYWORDS}.asami1996-03-062-4/+2
|
* Distfile changed at master site, now has files in subdir.asami1996-02-072-2/+1
|
* radix = 2 (not 16) for floats.jmz1995-11-301-0/+38
|
* Remove gmp.asami1995-11-261-2/+1
|
* Added xvgr.asami1995-11-261-1/+2
|
* Change category from "math languages" to "math lang".asami1995-11-221-2/+2
|
* Change category from "math printing" to "math print".asami1995-11-221-2/+2
|
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-092-2/+2
| | | | lot of ports or what! ;>
* shortened COMMENTSerich1995-10-281-1/+1
|
* added myself as MAINTAINERerich1995-10-281-1/+3
|
* Shorten one-line comments.asami1995-10-252-2/+2
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Shorten the COMMENT linejmz1995-10-252-2/+2
|
* Use CFLAGS from /etc/make.conf.asami1995-10-191-0/+11
|
* Change "i386-unknown-freebsd2.0.5" to "i386-unknown-freebsd2.1.0" soasami1995-10-122-6/+6
| | | | this will package in 2.1.
* Expand directories.asami1995-10-042-4/+444
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Various EXEC_DEPENDS fixes.asami1995-10-042-4/+4
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Convert all makefiles to new formats.asami1995-10-031-16/+15
|
* Added xlispstat.asami1995-08-181-1/+2
|
* XLISP-STAT is a statistical environment based on a dialect of the Lispasami1995-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.
* Cleanup. Install in /usr/local/share, etc.asami1995-07-292-6/+4
| | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Obtained from:
* Add xspread. Convert the Makefile along the way to "SUBDIR+=" format.asami1995-07-011-2/+13
|
* An X-based spreadsheet program.asami1995-07-015-0/+32
| | | | Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl>
* Addasami1995-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! :)
* Clean up subdir Makefiles. They now all look like this: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".
* Add maxima to "restricted" (license required).asami1995-05-131-2/+3
|
* Add more CATEGORIES. packages/orphans is now empty.asami1995-05-033-3/+6
|
* Added octave.asami1995-05-021-2/+2
|
* octave-1.1.1, similar to matlab.asami1995-05-0210-0/+100
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Add a few CATEGORIES lines to take these ports out of `orphans'.jkh1995-04-286-7/+13
| | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
* I was going to convert the math Makefiles according to the newasami1995-04-226-10/+14
| | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
* Just to make the compile less verbose and make Satoshi happy.jmz1995-04-171-0/+19
|
* MAINTAINER goes in a section of its own. :)asami1995-04-161-1/+2
|
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-113-3/+7
|
* Some more Makefile updates, for the math ports.asami1995-04-119-12/+82
|
* Try to get most ports checksummedgpalmer1995-03-311-0/+1
|
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-243-4/+6
| | | | and some other minor cleanup.
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-191-1/+1
|
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-191-1/+1
|
* Same change needed as in the blas port. Now, that extract is in WRKDIR theats1995-02-222-2/+2
| | | | uncomp script need to be prefixed with a CURDIR.
* Change the path of the extract command. Formerly extract used CURDIR, nowats1995-02-221-1/+1
| | | | it uses WRKDIR.
* Add "gmp" to the subirs list. It seems to compile and package just fine.ats1995-02-131-2/+2
|
* Converted Makefiles as much as I could.asami1995-02-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* Initial revisionjkh1995-01-311-0/+1
|
* Bye stupid tab.jkh1995-01-271-1/+1
|
* Another bogus tabjkh1995-01-271-1/+1
|
* Remove another bogus tabjkh1995-01-271-1/+1
|
* Remove bogus tabjkh1995-01-271-1/+1
|
OpenPOWER on IntegriCloud