summaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in MASTER_SITESfenner1998-10-281-2/+2
| | | | Submitted by: Lars Köller <Lars.Koeller@post.uni-bielefeld.de>
* Activate gnumeric.vanilla1998-10-261-1/+2
|
* Import gnumeric to math.vanilla1998-10-2612-0/+140
| | | | Reviewed by: asami
* Make .so link in a.out case.asami1998-10-263-3/+12
|
* Unbreak.jseger1998-10-141-3/+1
|
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | | | | | | | | | gcc -O2 -ansi -DLONG_IS_32BIT -DULONG_NOT_DEFINED -o gp gp.o i386.o mp.o anal.o alglin1.o alglin2.o base1.o base2.o base3.o arith1.o arith2.o bibli1.o bibli2.o elliptic.o es.o gen1.o gen2.o gen3.o init.o errmessages.o helpmessages.o polari t1.o polarit2.o trans1.o trans2.o trans3.o buch1.o buch2.o version.o gp_rl.o plo t.o -lm -lcompat -L/usr/X11R6/lib -lX11 mp.o: In function `expi': mp.o(.text+0x1f8): undefined reference to `bfffo' mp.o: In function `affsr': mp.o(.text+0x376): undefined reference to `bfffo' mp.o: In function `affir': mp.o(.text+0x447): undefined reference to `bfffo'
* Update to version 4.0.steve1998-10-1012-148/+250
| | | | | PR: 8243 Submitted by: old maintainer
* Create .so symlink in a.out case. While I'm here, properly add environmentasami1998-10-092-4/+10
| | | | to ldconfig command line.
* Elfifybrian1998-10-011-9/+7
|
* Add a '#include <sys/types.h>' for -current so this build again.steve1998-10-011-3/+1
|
* Mark all KDE ports BROKEN for ELF.jseger1998-09-301-1/+3
|
* It's not a good idea to use RUN_DEPENDS on shared libs. Change it toasami1998-09-282-4/+10
| | | | | | | LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS on the *.so link so it will work for both a.out and ELF. While I'm here, create the *.so link explicitly for the a.out case.
* Create libblas.so symlink in a.out case.asami1998-09-281-1/+4
|
* Remove empty directories on deinstall.steve1998-09-277-0/+11
|
* Doesn't build in an ELF world.steve1998-09-271-1/+3
|
* Move manpage to MAN1 macro in Makefile.steve1998-09-274-3/+3
|
* Make this reinstall friendly.steve1998-09-271-3/+4
|
* Convert to ELF.steve1998-09-2715-50/+113
|
* Did this ever build? :) Mark it broken until we figure out why.steve1998-09-271-1/+3
|
* Mark broken for ELF because doesn't build and I'll be darned if I'vesteve1998-09-272-2/+6
| | | | found a way to fix it yet. :(
* Cleanup pkg/PLIST.steve1998-09-271-0/+4
|
* Move manpages to MAN1.steve1998-09-272-2/+2
|
* I tried to fix this port but it still fails to build complaining aboutsteve1998-09-272-7/+13
| | | | | an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it broken for ELF for now.
* libcor.so -> libblas.sosteve1998-09-272-4/+4
|
* Convert to ELF.steve1998-09-271-3/+4
|
* Mark broken for ELF because of xforms port.steve1998-09-262-4/+8
|
* sorry would like to drop a maintainer status,itojun1998-09-261-3/+3
| | | | as I'm not using siag recently, and having real hard time catching up.
* gtk and gtk11 are now ELFized.asami1998-09-221-2/+2
|
* Remove regexp libXbae library.steve1998-09-211-2/+2
|
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* giflib is now converted to ELF so remove regexp support.steve1998-09-191-2/+2
|
* Roll back libpng major to 2.asami1998-09-171-2/+2
|
* Upgrade to 0.12, and change LIB_DEPENDS to gtk11.vanilla1998-09-162-11/+7
| | | | | PR: ports/7935 Submitted by: maintainer
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-151-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* libpng major is now 3. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Use PLIST_SUB to avoid changing a few hundred lines in PLIST every timeasami1998-09-094-938/+942
| | | | | | there's an upgrade. Approved by: maintainer
* The three libraries are installed in a subdirectory, not under /usr/local/lib.asami1998-09-092-6/+14
| | | | | | | | 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. :)
* Upgrade octave to version 2.0.13.chuckr1998-09-086-936/+936
|
* Distfile has been upgraded.tg1998-09-012-4/+4
|
* Upgrade to 1.4.tg1998-09-019-21/+27
|
* Activate the add port.steve1998-08-301-1/+2
|
* Initial import of add version 1.0.steve1998-08-306-0/+69
| | | | | | | A full-screen editing calculator. PR: 7769 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Move distfiles to subdirectory. When there's a file like "manpages.tgz",asami1998-08-252-3/+5
| | | | it's a good idea even if it's only two files. :>
* Suffix has changed (.tar.gz -> .tgz)jmz1998-08-242-4/+4
|
* Change value of ${MANCOMPRESSED} from "YES" to "yes". We're planningasami1998-08-241-3/+3
| | | | to check it in the near future.
* Perl fixesjseger1998-08-232-6/+6
|
* Still doesn't package here, as root and without chroot. A few hundredasami1998-08-203-3/+9
| | | | files are missing, so something is seriously wrong.
* Mark these ports broken if DISPLAY not set.asami1998-08-201-3/+4
|
* Make this fetchable again.tg1998-08-202-2/+3
|
OpenPOWER on IntegriCloud