summaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Add support for profiled libraries.jmz2000-08-202-0/+13
| | | | Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Do The Right Thing. (R)knu2000-08-122-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :)
* Update to 1.1.0nbm2000-08-129-1176/+1527
| | | | | PR: ports/20531 Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
* Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsasami2000-08-111-0/+2
| | | | | | use imake themselves. Submitted by: bento (sort of)
* Move distfile to MASTER_SITE_LOCAL/nsayernsayer2000-08-081-1/+2
|
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileknu2000-08-082-1/+2
| | | | namespace pollution.
* Non-standard modules sould go under `site_ruby' directory.knu2000-08-072-1/+3
|
* Add Ruby related ports.knu2000-08-076-0/+49
| | | | | | | | | | | | | devel/ruby-property: Simple properties scheme for Ruby lang/ruby-python: Ruby extension library for embedding Python in Ruby math/ruby-bigfloat: Variable precision floating library for Ruby Whipped on by: ade :>
* update new tarballsanpei2000-08-063-6/+6
| | | | Submitted by: bento
* Re-sobomize to use pre-patch instead of post-extractade2000-08-042-2/+2
| | | | Wrists slapped by: knu, sheldon
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-044-20/+16
| | | | post-extract rule
* Update for new shlib revision from guile 1.4ade2000-08-041-1/+1
|
* change my e-mail addresssanpei2000-08-032-2/+2
| | | | --> sanpei@FreeBSD.org
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-038-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Update port to 1.99.12jedgar2000-08-028-14/+117
| | | | | PR: 20264 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Update checksumkevlo2000-07-303-2/+3
| | | | | | | | - Add missing INSTALLS_SHLIB - Sort pkg/PLIST PR: 20276 Submitted by: Ports Fury
* Mark these BROKEN, they don't compile/run properly.asami2000-07-191-0/+2
| | | | Submitted by: maintainer
* Update to version 2.0.20balex2000-07-163-15/+15
| | | | | PR: 19940 Submitted by: maintainer
* Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES.dirk2000-07-131-2/+1
| | | | | | | They don't have the gzip'ed distfiles and they don't support compression on the fly properly. Noticed by: bento
* Update for new devel/libglade shlib versionade2000-07-112-2/+2
|
* Activating the glove and ntl ports.steve2000-07-101-0/+2
|
* Adding ntl version 4.1a.steve2000-07-105-0/+207
| | | | | | | Victor Shoup's Number Theory Library PR: 19414 Submitted by: Matthias Bauer <matthiasb@acm.org>
* Adding glove version 1.0.1.steve2000-07-109-0/+212
| | | | | | | | | | Glove was developed for use in Caltech physics labs to provide an interface to data acquisition systems, sophisticated (and correct) statistical analysis, a flexible plotting tool, and the ability to easily and intuitively manipulate the data. PR: 19290 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-072-5/+22
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* 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.
OpenPOWER on IntegriCloud