summaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Bump png shared library version.sobomax2000-07-043-3/+3
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Add concorde, a combinatorial optimization library.will2000-07-046-0/+50
| | | | | PR: 19685 Submitted by: David A. Bader <dbader@eece.unm.edu>
* New port of py-gnuplot - a python interface to the popular gnuplot datasobomax2000-07-036-0/+62
| | | | plotting package.
* Add a WWW.sobomax2000-07-031-0/+2
|
* Remove extraneous files and directories on deinstallkris2000-07-034-2/+12
| | | | Noticed by: bento
* Respect CC and CFLAGS, and remove all extraneous directories on deinstallkris2000-07-032-4/+8
| | | | Noticed by: bento
* Update checksum for man pages tarball. They have been updated. The previousjmz2000-07-021-1/+1
| | | | versions were bogus and had nulls and non printable chars.
* Change maintainer's mail address.sanpei2000-07-022-1/+2
| | | | --> sanpei@sanpei.org
* Use ${MASTER_SITE_LOCAL}.asami2000-06-291-1/+2
|
* Add libneural in its new location, moved from devel to math category w/owill2000-06-296-0/+35
| | | | | | | | | a repocopy because there's no history to preserve. Libneural is a C++ library implementation of the classic 3-layer perceptron. Also release this port upon the people. Move suggested by: reg
* Add gnomebasic plugin supportade2000-06-284-2/+6
|
* Update to reflect changes in devel/libole2ade2000-06-234-4/+4
|
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-1/+4
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Tiny modification to silence portlint.chuckr2000-06-232-2/+2
|
* Update octave to version 2.1.30 (bleeding-edge version).chuckr2000-06-236-454/+886
|
* Update to 0.56 -- this needs the devel/libole2 port just committedade2000-06-2010-112/+902
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1623-23/+23
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1618-24/+12
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-1617-30/+10
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-166-6/+6
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-154-6/+2
|
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-5/+1
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-159-15/+3
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-144-4/+8
|
* In accordance with the New World Order, move the distfiles thatmph2000-06-141-1/+2
| | | | I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-091-0/+1
| | | | area on the local ports tree.
* Add lang/guile in as a dependencyade2000-06-082-2/+4
| | | | Submitted by: bento
* Update MASTER_SITES (file moved from linuxberg.com to linux.tucows.com).sobomax2000-06-081-1/+1
| | | | | PR: 19104 Submitted by: Daniel Harris <dannyboy@subdimension.com>
* Add bin/autogen.asami2000-06-071-0/+1
| | | | Submitted by: bento
* Make the move from people.FreeBSD.org/~will to ftp.FreeBSD.org.will2000-06-071-1/+1
| | | | Prompted by: obrien
* Don't build the profiled lib.tg2000-06-073-0/+3
|
* Update LIB_DEPENDS for gd: gd.0 -> gd.1.will2000-06-062-2/+2
|
* Update to 0.6. Add USE_LIBTOOL. Portlint.will2000-06-043-48/+91
| | | | | PR: 18991 Submitted by: MAINTAINER
* Update to reflect changes in the latest tarball (version number doesjmz2000-06-032-78/+9
| | | | | | not change) Submitted by: Amakawa Shuhei <sa264@cam.ac.uk>
* Remove %D/etc/pspp/{devices,ps-prologue,html-prologue,papersize}hoek2000-06-021-0/+4
| | | | | | if and only if `cmp -s %D/etc/pspp/{...}.default`. Submitted by: bento
* Updates for new shared library versions in GNOME 1.2ade2000-06-012-2/+2
|
* Update to version 3.1.2.steve2000-05-296-9/+9
| | | | | PR: 18448 Submitted by: Randall Hopper <a8vb@ipass.net>
* Update to version 3.5b3.steve2000-05-293-12/+11
| | | | | PR: 18748 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update MASTER_SITES and WWW: line to pkg/DESCRsteve2000-05-292-8/+8
| | | | | PR: 18747 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 3.3.10.steve2000-05-294-8/+8
| | | | | PR: 18549 Submitted by: maintainer
* Update to version 3.3.8.steve2000-05-293-6/+9
| | | | | PR: 18833 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Don't try to use eg++ as the C++ compiler and honor CXXFLAGS.steve2000-05-282-1/+14
|
* s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with thesteve2000-05-285-0/+87
| | | | same function in the readline library.
* Update to 0.54ade2000-05-2210-22/+118
|
* Change MAINTAINER's mail address.knu2000-05-211-2/+2
| | | | | | | Now "Don Croyle <croyle@gelemna.org>". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER
* Update to 3.52.18cpiazza2000-05-197-94/+150
| | | | | PR: 18439 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.53ade2000-05-1710-178/+162
|
* Update to KDEUTILS 1.90 (aka KDE2 beta).will2000-05-163-545/+553
|
* Upgrade to 15.3.tg2000-05-159-6/+15
|
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-142-2/+2
|
OpenPOWER on IntegriCloud