aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainershiplioux2004-06-244-4/+4
|
* Unbreak: Add dependency on devel/readline for systems that need itvs2004-06-231-2/+3
|
* Remove BROKEN tag now that the port has been fixed.kris2004-06-221-7/+1
|
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-221-0/+2
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* BROKEN on 5.x: Does not compilekris2004-06-191-1/+7
|
* BROKEN on amd64: Shared libraries must be compiled with -fPICkris2004-06-193-1/+15
|
* Add mbasecalc, a Programmer's Calculator.pav2004-06-175-0/+49
| | | | | | | | | basecalc came with Xlib Programming Manual from O'Reilly as an example of X lib programming. mbasecalc is an immitation of basecalc which is available on different platforms. PR: ports/67993 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
* - Update to 0.4.2pav2004-06-172-6/+4
| | | | | PR: ports/67992 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
* - Fix WWW:krion2004-06-151-1/+1
| | | | | PR: ports/67956 Submitted by: Pedro Giffuni <giffunip@asme.org>
* Explicitly specify CONFIGURE_TARGET to disable configure warningache2004-06-141-1/+2
|
* . Update to 4.0.0. [1]glewis2004-06-136-129/+137
| | | | | | | | . Use OPTIONS. [2] PR: 65717 [1] Submitted by: Ports Fury [1] Morten Rodal <morten@rodal.no> [1] [2]
* Update to 4.1.3 release:ale2004-06-1010-72/+14
| | | | | | | | | | o Upwardly binary compatible with 4.1.2, 4.1.1, 4.1, 4.0.1, 4.0, and 3.x versions. o Bug fix to FFT multiplication code. o Bug fix to K6 assembly code for gcd. o Bug fix to IA-64 assembly code for population count. o Portability improvements, most notably functional AMD64 support. o Many minor bug fixes. o Make portlint happy.
* Update to version 3.2.3lofi2004-06-103-14/+3
|
* Backout 4.4.8 version which is actually from GNOME 2.7 series.bland2004-06-093-5/+5
|
* Don't use gettext if not needed.thierry2004-06-091-1/+1
|
* Update to 4.4.8bland2004-06-083-6/+6
|
* - unbreak;thierry2004-06-085-24/+52
| | | | - do some cleaning.
* Don't use Makefile.kde anymoremarkus2004-06-061-4/+3
|
* Sync with new bsd.autotools.mkade2004-06-053-3/+4
|
* Mark DEPRECATED, libgmp-freebsd is no longer used by any FreeBSD portnetchild2004-06-031-0/+3
| | | | | | | | | | | and is superseded by math/libgmp4. Other than libgmp-freebsd, libgmp4 builds on the main architectures supported by FreeBSD and is backwards- compatible to the former. Therefore libgmp4 should be used by new ports instead. Set EXPIRATION_DATE arbitrarily to 2004-07-01. Submitted by: marius
* Deal with the libgmp dependency properly:netchild2004-06-032-2/+29
| | | | | | | | | | | | | | | | | | | - Don't depend on math/libgmp-freebsd on FreeBSD <= 500023, use the base libgmp instead. On FreeBSD > 500023 depend on math/libgmp4, as math/libgmp-freebsd doesn't build on all architectures. - Don't add PREFIX/include and PREFIX/lib to the search paths by default, so on FreeBSD 4 the base libgmp is used. This protects from using one of the libgmp ports if installed without registering a dependency on it. - Keep from auto-detecting libgmp when WITHOUT_GMP is defined by specifying the arithmetic to use. Note: When using auto-detection and libgmp can't be found ndiff normally would check for extended precision arithmetic first and succeed with it. But using extended precision arithmetic causes the test suite to fail (i.e. lots of differences) on all architectures expect sparc64. Therefore specify double precision arithmetic for all other architectures when built with WITHOUT_GMP. Submitted by: marius
* - Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned ↵pav2004-05-312-2/+24
| | | | | | | malloc PR: ports/67393 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* Don't create bogus doc directorykris2004-05-311-4/+6
|
* Update to version 4.4.demon2004-05-314-19/+8
|
* BROKEN on amd64: Needs to link against shared librarykris2004-05-301-1/+7
|
* - Update to version 1.2.6krion2004-05-293-5/+5
| | | | | PR: ports/67294 Submitted by: Ports Fury
* - Build and install fftwf librarypav2004-05-292-4/+63
| | | | | | | - Add new knob to enable SSE optimizations PR: ports/67271 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* A graph manipulation library for Objective Caml.jkoshy2004-05-285-0/+315
|
* Update to 1.2.3:naddy2004-05-283-16/+3
| | | | | - Small fixes. - Translation updates.
* Add jags, Just Another Gibbs Sampler. A program for Bayesian analysis ofpav2004-05-276-0/+441
| | | | | | | graphical models via Gibbs sampling, not wholy unlike classic BUGS. PR: ports/66648 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* - Drop pkg-message, author removed restriction from licencepav2004-05-252-26/+0
| | | | | PR: ports/66798 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
* - Drop unneeded dependency on Perlpav2004-05-251-1/+0
| | | | | PR: ports/66759 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* o) Unbreak compilation error on FreeBSD 5.2 (remove patch-ai)lkoeller2004-05-252-16/+1
|
* - Split libgsf port to two standalone ports:pav2004-05-231-1/+2
| | | | | | | | | | | | | | | | * devel/libgsf is the old port minus gsf-gnome bits * devel/libgsf-gnome contains libgsf-gnome-1 library and it's header files This greatly reduces number of dependencies for ports that was using only non-gnome part of this library. - Point USE_GNOME parameter libgsf to GNOME-less port and create new parameter libgsf_gnome for libgsf-gnome port. - Convert all consumers of libgsf-gnome-1 library to depend on libgsf-gnome port (read all as: Gnumeric) PR: ports/63851 (in the spirit of) Submitted by: Sybolt de Boer <sybolt@xs4all.nl> Prodded by: lofi (KDE team) Reviewed by: marcus (GNOME team)
* Fix build dependency (math/blacs)maho2004-05-221-0/+1
| | | | Submitted by: kris
* [1] broken for 4-STABLEmaho2004-05-221-2/+4
| | | | | | | [2] add math/qhull Submitted by: Kay Lehmann <kay_lehmann@web.de> [1] and [2] kris [1]
* use SITE_PERLerwin2004-05-211-7/+7
|
* Fix perl port of the day as a present for kris.erwin2004-05-211-1/+7
| | | | | | Happy birthday! Mark IGNORE for perl < 5.6.0
* - Update MASTER_SITESkrion2004-05-181-1/+1
| | | | | PR: ports/66794 Submitted by: maintainer
* - Update to version 1.0.0krion2004-05-182-4/+4
| | | | | PR: ports/66754 Submitted by: Ports Fury
* add perl5 build dependijliao2004-05-171-0/+1
| | | | Noticed by: bento via kris
* Add libRmath 1.9.0, the standalone math library from R.krion2004-05-154-0/+67
| | | | | PR: ports/66644 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* add lambda 0.1.4ijliao2004-05-144-0/+59
| | | | A lambda calculus interpreter
* Updated to 1.03skv2004-05-112-3/+3
|
* This version of octave-forge doens't compile any more with themaho2004-05-111-1/+9
| | | | | | | good old gcc-2.95. The newly introduced xmlread-stuff requires >gcc-3.x. Maintainer doens't mark this port as broken, but set USE_GCC instead. Suggested by: Kay Lehmann <kay_lehmann@web.de>
* Initiate de-orbit burn: Even the mastersite warns not to use the outdatedvs2004-05-101-0/+3
| | | | | | | | | FreeBSD-port because of its many bugs. Note that an update might prove to be non-trivial since 0.3.99 depends on a CVS-version of libzvt which we don't have in the ports-tree yet. Any volunteers can use http://www.foldr.org/~stolz/bsd/rcalc-0.2.6.diff as a starting point.
* - Update to version 1.2.5krion2004-05-104-7/+6
| | | | | PR: ports/66395 Submitted by: Ports Fury
* Add math/octave-forge, adding many features such as sparce matrix treatment,maho2004-05-089-0/+842
| | | | | fast fourier transformation, Statistics, Optimizations and more to math/octave.
* Upgrade to 1.40.thierry2004-05-075-22/+11
|
* Make portlint happy by replacing space to tabmaho2004-05-078-36/+36
| | | | | PR: 65409 Submitted by: trevor
* update to 2.1.57maho2004-05-076-18/+34
|
* Update to 1.2.12bland2004-05-062-4/+4
|
* update to 2.1.53maho2004-05-066-28/+92
|
* Unbreak on -STABLE.vs2004-05-042-3/+13
| | | | | | | Having -pipe in CFLAGS would break the build: http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673 Approved by: linimon (mentor)
* unzip is a BUILD_DEPENDS since it is used in the install phase.kris2004-05-031-1/+2
|
* math/R-project port was renamed to math/Rpav2004-04-307-8295/+3
| | | | | | PR: ports/65809 Submitted by: pav Repocopy by: marcus
* Remove directories if they are emptyarved2004-04-301-0/+14
| | | | | PR: 65999 Submitted by: Kay Lehmann
* - Fix WWW:krion2004-04-291-1/+1
| | | | | PR: ports/66072 Submitted by: maintainer
* Add qhull 1.0, qhull computes convex hulls, Delaunay triangulationsthierry2004-04-2915-0/+317
| | | | | | | | | and halfspaces. Remark: submitter time-out -> maintainership assigned to ports@. PR: 63693 Submitted by: pusto@web.de
* Update to 1.2arved2004-04-202-3/+3
| | | | | PR: 65749 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Update to 1.0.3arved2004-04-202-3/+3
| | | | | PR: 65750 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Update to KDE 3.2.2lofi2004-04-202-2/+13
|
* - Rename math/R-letter to math/R-project.pav2004-04-2010-8311/+5
| | | | | | | | | | | - Remove math/R-a4 slave port. A4 format is now default. If you need letter or other paper formats, define PAPERSIZE when building the port. Note that renaming to math/R was declined by marcus (portmgr) because we're not sure if single-letter port name break something. Requested by: maintainer Repocopy by: marcus
* - Update to 1.9.0pav2004-04-209-6351/+6750
| | | | | | PR: ports/65519 Submitted by: Rong-En Fan <rafan@infor.org> This patch by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* Update to 1.2.11.marcus2004-04-203-20/+3
|
* Resurrect ruby-gsl and update to 0.3.9.knu2004-04-195-0/+268
|
* Update to 0.6.2.knu2004-04-192-3/+3
|
* After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computingpav2004-04-186-53/+37
| | | | | | | Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x PR: ports/65559 Submitted by: michael johnson <ahze@ahze.net>
* Fix build depends sectionmaho2004-04-171-1/+2
| | | | Submitted by: kris (bento)
* Add missing files and manpageskris2004-04-162-0/+3
|
* Update description (approved by maintainer)vs2004-04-161-3/+6
| | | | | | PR: ports/65441 Submitted by: Radim Kolar Approved by: linimon (mentor)
* Fix typo: LOCALBASE -> PREFIX; when installinglioux2004-04-151-2/+2
|
* Add missing dirrm'serwin2004-04-151-0/+2
| | | | Submitted by: dosirak
* o Override distfile's install procedure so that the port does notlioux2004-04-141-2/+13
| | | | | | | | inadvertently mess directory permissions under LOCALBASE o Therefore, remove BROKEN o Bump PORTREVISION since users should update to this fixed version Prompted by: kris
* Add missing filekris2004-04-131-0/+1
|
* BROKEN: Changes permissions on /usr/local and /usr/local/libkris2004-04-131-0/+2
|
* Update to 1.2.10.marcus2004-04-132-3/+3
|
* Per distfile survey, remove Debian as a mastersite. I cannot find anylinimon2004-04-131-2/+1
| | | | | | current version of this port under Debian. (Note: the source code to this port is very old). If anyone knows of a better mastersite these days, please speak up.
* er distfile survey, remove obsolete mastersite. It points to the URLlinimon2004-04-131-1/+1
| | | | | | contained in the pkg_descr, but when I tried to access that site, I was told I was not a member of that group -- not a very useful method of software distribution IMHO.
* remove ${CP} ${FILESDIR}/Makefile ${WRKDIR} in Makefile.maho2004-04-131-5/+0
| | | | | | | library no longer supported for sdpara (unlike sdpa) Submitted by: kris via bento Pointy hat to: myself
* a) unbreak. silent distfile updatemaho2004-04-132-5/+3
| | | | | | | | | | | distfile has been updated at 2004/April/10th and according to http://crd.lbl.gov/~xiaoye/SuperLU/ o Include "symmetric mode" b) change portversion Submitted by: kris via bento
* BROKEN: Size mismatchkris2004-04-131-0/+2
|
* BROKEN on sparc64: Does not compilekris2004-04-121-2/+2
|
* BROKEN: This does not compile on i386 eitherkris2004-04-121-6/+2
|
* Tidy up whitespace.trevor2004-04-114-5/+5
|
* Trim whitespace.trevor2004-04-111-10/+10
|
* Update to 1.2.9.marcus2004-04-082-4/+3
|
* - tar -> ${TAR} (since we have now a bsdtar ;)clement2004-04-071-1/+1
|
* lha is an EXTRACT_DEPENDS, not BUILD_DEPENDSkris2004-04-061-1/+1
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-058-3/+8
|
* forgot to update distinfomaho2004-04-041-2/+2
| | | | Submitted by: Kay Lehmann <kay_lehmann@web.de>
* - Update to version 1.2.4krion2004-04-035-15/+25
| | | | | PR: ports/65088 Submitted by: Ports Fury
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* Update to 1.2.2. Changes in this release:naddy2004-04-022-3/+3
| | | | | | * several bugfixes * [EE] shortcut * updated translations
* update to 3.0maho2004-04-015-40/+23
| | | | Noticed by: pav (long long ago) and Ricardo <ragomes@sc.usp.br>
* - Honour CC/CFLAGSkrion2004-04-012-16/+13
| | | | | | | | - Add DOCSDIR - portlint PR: ports/65015 Submitted by: michael johnson <ahze@ahze.net>
* SIZEify (maintainer timeout)trevor2004-03-3176-0/+77
|
* - Use USE_ICONV knobkrion2004-03-311-1/+1
| | | | Approved by: portmgr
* Unfortunately, the recent changes to math/xgfe (PR 59024) broke itsnetchild2004-03-3127-180/+353
| | | | | | | | | | | | | | | | | | | | compilation on FreeBSD 4 with GCC 2.95.4: http://bento.freebsd.org/errorlogs/i386-4-latest/xgfe-2.1.log The patch below fixes this. During testing it on FreeBSD 4 and 5 with QT 3.3.1 I noticed that the Advanced -> Multiple Files and Advanced -> Multiple Functions dialogs were broken. I'm not sure if this is a new breakage with QT 3.3.1 or if I didn't notice these when testing the previous patch on FreeBSD 5 with QT 3.2.1. Anyway, these are also fixed and as a precaution PORTREVISION is bumped. The patch also adds SIZE info. PR: 64390 Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* make portlint happymaho2004-03-302-5/+5
|
* real fix for PR:64692maho2004-03-302-15/+16
| | | | | PR: 64692 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* Fix build on amd64 (compile shared libraries with -fPIC)kris2004-03-291-0/+11
|
* - SIZEifymarkus2004-03-291-0/+1
| | | | | Submitted by: trevor Approved by: arved (mentor)
* * Add SIZE. [1]obraun2004-03-272-1/+2
| | | | | | * s/brandelf/${BRANDELF}/. Submitted by: maintainer [1]
* unbreak for 4-STABLE i386 and alphamaho2004-03-271-13/+14
| | | | | PR: 64692 (loosely depended on) Submitted by: Kay Lehmann <kay_lehmann@web.de> and kris via bento
* make portlint happymaho2004-03-272-2/+1
| | | | Submitted by: kris
* - Add CONFLICTS between math/netcdf and science/hdf, they both installpav2004-03-251-0/+2
| | | | | | | same binaries. PR: ports/64646, ports/64647 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* omit . in pkg-descrmaho2004-03-231-1/+2
| | | | Submitted by: Makoto Yamashita <Makoto.Yamashita@is.titech.ac.jp>
* Update to 4.3.51.marcus2004-03-233-4/+119
|
* Add SIZE data.knu2004-03-226-0/+6
| | | | Submitted by: trevor
* Update to 1.2.1. Changes in this release:naddy2004-03-213-4/+4
| | | | | | | * formula entry mode * right mouse button click gives popup menu * translation updates * bug fixes
* - Update to version 3.5.1krion2004-03-217-114/+16
| | | | | PR: ports/64507 Submitted by: Ports Fury
* Do not hardcord PICFLAGmaho2004-03-202-14/+2
| | | | Submitted by: ru
* Backout previous change of PICFLAG, sincemaho2004-03-192-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | behaviour of -fPIC and -fpic are different. Here is the comment form obrien: -- "-fpic" is a [minor?] optimization for machines that can handle it: -fpic Generate position-independent code (PIC) suitable for use in a shared library, if supported for the target machine. Such code accesses all constant addresses through a global offset table (GOT). The dynamic loader resolves the GOT entries when the program starts (the dynamic loader is not part of GCC; it is part of the operating system). If the GOT size for the linked executable exceeds a machine-specific maximum size, you get an error message from the linker indicating that -fpic does not work; in that case, recompile with -fPIC instead. (These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the m68k and RS/6000. The 386 has no such limit.) -fPIC If supported for the target machine, emit position-independent code, suitable for dynamic linking and avoiding any limit on the size of the global offset table. This option makes a difference on the m68k, m88k, and the SPARC. Thanks to: obrien
* SIZEifymaho2004-03-196-4/+41
| | | | Submitted by: trevor
* make it fetchable againijliao2004-03-191-4/+2
|
* -fPIC is appropreate on all architectures.maho2004-03-192-12/+0
| | | | Submitted by: kris
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* Add size data, approved by maintainers.trevor2004-03-196-0/+7
|
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* - Fix typo in CATEGORIES and pet portlintkrion2004-03-181-6/+6
| | | | Submitted by: Mihai Tetcu <itetcu@apropo.ro>
* BROKEN on amd64 and ia64: Does not compilekris2004-03-181-1/+7
|
* The SDPARA (SemiDefinite Programming Algorithm PARAllel version)maho2004-03-187-0/+162
| | | | | | is a parallel version of the SDPA (math/sdpa). solving SDPs in parallel with the help of MPI (Message Passing Interface) and ScaLAPACK (Scalable LAPACK).
* BROKEN: Distfile is unfetchablekris2004-03-181-0/+2
|
* Add size info.markm2004-03-181-0/+1
|
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEifyijliao2004-03-181-0/+1
| | | | Submitted by: trevor
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Add size data.trevor2004-03-185-0/+7
| | | | Approved by: maintainers
* Update to 1.2.8.marcus2004-03-182-3/+3
|
* SIZEify.trevor2004-03-185-0/+259
|
* Fix 'make describe' with older, buggy makes.linimon2004-03-171-1/+1
| | | | | | PR: ports/64109 Submitted by: Scott Lipcon <slipcon@mercea.net> Lesson learned the hard way by: linimon@FreeBSD.org
* Fix build on alpha 4-stablemaho2004-03-174-36/+54
| | | | Submitted by: kris via bento
* - Fix build on -STABLEpav2004-03-171-0/+17
|
* Update to 1.2.7.marcus2004-03-173-3/+4
|
* . SIZEify.glewis2004-03-161-0/+1
|
* Update to 0.5.4.knu2004-03-152-3/+3
| | | | | PR: ports/64243 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Update to 0.5.7p2.knu2004-03-152-3/+3
| | | | | PR: ports/64242 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Add ruby-numru_units, a Ruby class to handle units of physical quantitiespav2004-03-155-0/+58
| | | | | | | like 'hPa' -> '100 kg.m-1.sec-1' etc.. PR: ports/64247 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Add ruby-numru_misc, a collection of miscellaneous functions and classespav2004-03-155-0/+60
| | | | | | | | to facilitate programming. Misc requires NArray, a multi-dimensional numeric array class for ruby. PR: ports/64246 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* - Update to 1.0.2pav2004-03-142-3/+3
| | | | | PR: ports/64244 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-143-6/+6
| | | | o Bump $PORTREVISION.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1419-21/+20
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Update to version 2.6.3krion2004-03-143-8/+15
| | | | | PR: ports/64215 Submitted by: Ports Fury
* BROKEN on amd64: Configure failskris2004-03-131-0/+4
|
* Update to 0.9.perky2004-03-133-3/+13
|
* 1) remove lapack dependencymaho2004-03-132-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2) SIZEify 3) fix build (sdpa.6.00.install.txt has been changed) --- sdpa.6.00.install.txt.old Fri Nov 15 15:22:50 2002 +++ sdpa.6.00.install.txt Wed Mar 10 16:57:59 2004 @@ -17,6 +17,7 @@ 4. Install SDPA A. Install SDPA with CLAPACK, without ATLAS +B. Install SDPA on Windows ----------------------------------------- @@ -263,3 +264,13 @@ $ ./example1-1.exe $ ./example3.exe + +******************************************************* + +******************************************************* +B. Install SDPA on Windows + +To compile SDPA with Visual C++, download +http://sdpa.is.titech.ac.jp/sdpa.6.00.src.tar.gz +and unzip the file. +Then follow the file Install-with-Visual-C++.txt Reported by: kris via bento
* add missing dependencyijliao2004-03-121-1/+2
|
* revive PDL and upgrade it to 2.4.1ijliao2004-03-127-0/+150
|
* Update to 4.3.50.marcus2004-03-123-3/+4
|
* libmath++ is a template based math library, written in C++, for symbolicjhb2004-03-115-0/+87
| | | | | | and numeric calculus applications. WWW: http://www.surakware.net/projects/libmath++/index.xml
* libmath++ is a template based math library, written in C++, for symbolicjhb2004-03-111-0/+1
| | | | | | | | and numeric calculus applications. WWW: http://www.surakware.net/projects/libmath++/index.xml Reviewed by: ports@
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-104-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
* o Fix download from open servers (non FreeBSD backup servers):lioux2004-03-091-1/+1
| | | | | | | | | - Replace USE_SIZE with DISABLE_SIZE so that it is possible to use fetch(1) to download distfile from open servers which are not reporting distfile size PR: 63725 Submitted by: Jason Harris <jharris@widomaker.com>
* Use NO_LATEST_LINK to avoid unique name conflict.kuriyama2004-03-081-1/+1
|
* Fix $LATEST_LINK conflict.kuriyama2004-03-081-0/+1
| | | | Reported by: kris
* Fix very bogos miss.maho2004-03-081-1/+1
| | | | Submitted by: FreshPorts
* USE MASTERDIR when include Makefilemaho2004-03-081-1/+1
| | | | | | PR: 63730 Submitted by: Mark Linimon <linimon@FreeBSD.org> Suggestion by: Masafumi Otsune <info@otsune.com>
* - Update to version 20021229krion2004-03-084-35/+24
| | | | | PR: ports/63878 Submitted by: Ports Fury
* - Update to version 0.9.2.2krion2004-03-084-66/+23
| | | | | PR: ports/63879 Submitted by: Ports Fury
* - Update to version 1.0.2krion2004-03-087-41/+30
| | | | | PR: ports/63880 Submitted by: Ports Fury
* - Update to version 3.5.20krion2004-03-082-3/+3
| | | | | PR: ports/63881 Submitted by: Ports Fury
* 1) remove non-fetchable sitesmaho2004-03-071-3/+1
| | | | | | | | | 2) sorry I didn't notice ITO-san's e-mail that also unbreak for this port. maho independently unbreak this port. thanks. Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> and kris via bento
* BROKEN on sparc64: Does not compilekris2004-03-071-2/+8
| | | | Correct ARCH check for amd64.
* BROKEN on sparc64: Does not compilekris2004-03-071-0/+4
|
* Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix buildkris2004-03-0737-58/+1144
| | | | | | | with gcc 3. Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: ports/59024
* BROKEN on amd64: Does not compilekris2004-03-061-1/+7
|
* - Unbreak: Build the four documentation formats sequentially (instead of ↵pav2004-03-063-6/+12
| | | | | | | | | simultaneously) to prevent perl 5.8 from using too much memory (> 512 MB) and being killed. PR: ports/63804 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* This is also broken on sparc64kris2004-03-041-2/+2
|
* Add net as secondary category since this is a distributed effortlioux2004-03-041-1/+1
|
* - Update to version 1.2.3krion2004-03-025-10/+23
| | | | | PR: ports/63595 Submitted by: Ports Fury
* - Update to version 0.9.5krion2004-03-023-10/+9
| | | | | PR: ports/63594 Submitted by: Ports Fury
* - Fix MASTER_SITESkrion2004-03-011-2/+2
|
* - Fix build on alphakrion2004-03-012-4/+12
| | | | | PR: ports/63532 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Update to version 0.9.12krion2004-02-293-5/+8
| | | | | PR: ports/63496 Submitted by: Ports Fury
* Update to 3.6.0maho2004-02-287-134/+222
|
* Update to 3.7.1maho2004-02-282-2/+3
|
* Add ruby-narray_miss, an additional class of ruby with conduct processingpav2004-02-285-0/+47
| | | | | | | of missing value to NArray which is a numeric multi-dimensional array class. PR: ports/62870 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
* o Update to mprime core version 23.5lioux2004-02-272-12/+15
| | | | | | o Port's Makefile - move some lines from post-patch to do-configure target since they DO configure the port's build
* Update to 4.3.48.marcus2004-02-273-3/+5
|
* have it work with all perls, fix plistmat2004-02-252-9/+6
|
* add the right dependency so that it builds with all perlsmat2004-02-251-8/+5
|
* Correct previous commit:kris2004-02-251-2/+2
| | | | BROKEN on alpha 5.x: Does not compile
* BROKEN on !i386 and !amd64: Does not compilekris2004-02-251-0/+4
|
* BROKEN on !i386 and !amd64: Does not compilekris2004-02-251-1/+7
|
* BROKEN on alpha 5.x: Does not compilekris2004-02-251-1/+7
|
* Change my email address.markus2004-02-241-1/+1
| | | | Approved by: arved (mentor)
* 1) unbreak by updating distinfomaho2004-02-232-7/+4
| | | | | | | | | | | 2) silent version up without changing the filename of the archive. a) minor difference in .MMMinit b) lib.tar (also .MMMinit) c) lib.toc (table of contents) d) plot.mdvi (one of the help file) 3) satisfy portlint Submitted by: kris via bento
* BROKEN on !i386: Does not compilekris2004-02-231-1/+7
|
* BROKEN on alpha 5.x: configure failskris2004-02-231-1/+7
|
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-221-1/+2
|
* BROKEN on 4.x: does not compilekris2004-02-221-1/+7
|
* Update to 4.3.46.marcus2004-02-212-3/+3
|
* Add a port of ndiff:glewis2004-02-196-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ndiff is a utility for comparing putatively similar files, ignoring small numeric differences. The utility is written by Nelson H. F. Beebe and covered by the GNU General Public License (GPL), version 2. It may be built with arbitrary precision support (more powerful) or using built-in floating point precision, see Makefile. Assessing the consistency of a numerical program run in multiple environments (operating systems, architectures, or compilers) can be a difficult task for a human, as small differences in numerical output values are expected. File differencing utilites, such as diff(1), will generally produce voluminous output, often longer than the original files. ndiff solves this problem. Taking two two text files expected to be identical, or at least numerically similar, it allows to specify absolute and/or relative error tolerances for differences between numerical values in the two files, and then reports only the lines with values exceeding those tolerances. It also tells by how much they differ. A simple example: % ndiff --relative-error 1.0e-3 test019.txt.1 test019.txt.2 ### Maximum relative error in matching lines = 8.64e-51 at line 129 field 4 WWW: http://www.math.utah.edu/~beebe/software/ndiff/ I've cleaned up the submitted version a little. PR: 62221 Submitted by: Stefan A. Deutscher <sad@mailaps.org>
* Use QT3 instead of QT2.arved2004-02-174-13/+42
| | | | Bump PORTREVISION.
* Fix build on AMD64arved2004-02-171-0/+4
|
* Update to 8.2.des2004-02-1710-44/+112
|
* o Fix installation on bentophilip2004-02-171-5/+2
| | | | | | | o Change my email address Noticed by: bento, kris Approved by: kris
* BROKEN on 5.x: does not compilekris2004-02-171-1/+7
|
* Update to 0.98J: add animations. Informed maintainer.linimon2004-02-172-2/+2
|
* Update to 0.5.3knu2004-02-173-4/+6
| | | | | | | PR: ports/62803 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com> Add build time dependency to ruby-narray.
* Update to 0.5.7p1 which now supports ruby 1.8.knu2004-02-172-2/+3
| | | | | PR: ports/62868 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
* BROKEN: Unfetchable. This port is scheduled for removal on April 16 if itkris2004-02-172-0/+6
| | | | is still broken at that time.
* BROKEN: Checksum mismatch. This port is scheduled for removal on April 16kris2004-02-171-0/+2
| | | | if it is still broken at that time.
* Update to 4.3.44bland2004-02-143-14/+4
|
* - Update to version 20040214krion2004-02-145-569/+611
| | | | | | | - Fix build on 5.x and amd64 PR: ports/62795 Submitted by: maintainer
* During building executables on FreeBSD 4.X the "undefined reference tolinimon2004-02-1310-25/+43
| | | | | | | `pthread_*'" was thrown. Fix this, and also some other cosmetic bugs. PR: ports/62446 Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer)
* Update to 1.38clement2004-02-123-4/+5
| | | | | PR: 62668 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
* Update to 1.69.tobez2004-02-113-3/+6
| | | | Submitted by: mat
* - Update to version 5.3.0krion2004-02-109-213/+353
| | | | | PR: ports/62641 Submitted by: Ports Fury
* Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.lofi2004-02-103-7/+79
|
* Bento fix: convert the pre-fetch test for the existance of thelinimon2004-02-091-13/+9
| | | | | | distfile (which must be manually downloaded) into one that is compatible with bento builds. This should be transparent to anyone installing the port. Informed maintainer.
* BROKEN with perl 5.8: Does not installkris2004-02-091-1/+7
|
* BROKEN on 5.x: broken pkg-plistkris2004-02-093-3/+21
|
* USE_SIZEifylioux2004-02-0812-0/+13
|
* Update to 1.2.6.marcus2004-02-083-17/+3
|
* This port is broken on 4.x too, and will be removed after April 7.kris2004-02-081-5/+2
|
* BROKEN on 5.x: does not compilekris2004-02-082-1/+11
|
* fix build on currentoliver2004-02-073-15/+52
|
* Update to 1.2.2. See ChangeLog for complete list of bugfixes. New features:linimon2004-02-073-4/+6
| | | | | | | | | | | Make AIC retrievable via genr ("genr foo = $aic") Add calculation of modulus and frequency for ARMA roots, and add printing of these to LaTeX and RTF output Add DFFITS values to the "influential observations" model test; also expand the help entry for this PR: ports/62433 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Fix build on -currentkrion2004-02-062-7/+21
| | | | | PR: ports/62431 Submitted by: Ports Fury
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0620-11/+11
|
* Add NO_LATEST_LINK=yes.ale2004-02-061-0/+1
| | | | | Noticed by: kris Approved by: nork (mentor/implicitly)
* Use PLIST_FILES.trevor2004-02-068-5/+5
| | | | Reviewed by: marcus
* RUN_DEPENDS on gnupg, CONFLICTS with kgpg.lofi2004-02-051-1/+5
| | | | Submitted by: lioux
* BROKEN: Does not compile on 5.xkris2004-02-051-1/+7
|
* Update to KDE 3.2.0lofi2004-02-0510-115/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0464-13/+64
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* Update to 4.3.42.marcus2004-02-042-2/+2
|
* . Fix the Java include path (bsd -> freebsd).glewis2004-02-041-1/+1
| | | | | PR: 62314 Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer)
* - Utilize USE_GNOMEkrion2004-02-032-2/+4
| | | | | | | - Fix pkg-plist PR: ports/62264 Submitted by: Ports Fury
* Add conflictsarved2004-02-021-1/+1
| | | | | PR: 62103 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Remove the broken ruby-gsl portkris2004-02-025-115/+0
|
* - Add another master sitepav2004-02-021-1/+2
| | | | Reported by: bento via kris
* Upgrade to 0.90.7.1, which contains the patches from the port andfenner2004-02-025-462/+8
| | | | fixes building using gcc-3.3.
* 1) possible build fix on ia64 archsmaho2004-02-012-22/+19
| | | | | | | | 2) remove some make xconfig 3) move PKGNAMESUFFIX appropreate position PR: 61995 Submitted by: hrs
* math/atlas should not LIB_DEPENDS on math/lapack.maho2004-02-011-1/+1
| | | | | | | lapack is required only for building. PR: 61963 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* - Add missed dependency on Perlpav2004-01-311-0/+2
| | | | Reported by: bento via kris
* Workaround for problems installing this port on systems with emacslinimon2004-01-312-7/+6
| | | | | | | already installed. While here, fixed plist. PR: ports/62029 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
* Update to 1.1.6, now with AMD64 support.arved2004-01-313-5/+6
|
* Fix build on AMD64arved2004-01-311-1/+1
| | | | Approved by: maintainer timeout (26 days)
* SIZEify.trevor2004-01-3086-0/+97
|
* Add SIZE fieldmat2004-01-292-0/+2
|
* - Update to version 1.2.1krion2004-01-275-244/+249
| | | | | PR: ports/61959 Submitted by: Ports Fury
* o) Update to version 5.1.14lkoeller2004-01-273-22/+19
| | | | | PR: ports/61879 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Add NO_PACKAGE since this port is heavely depended onmaho2004-01-261-0/+1
| | | | | | | the environment. Submitted by: sf Many thanks to: sf
* Fix broken on alphamaho2004-01-261-2/+6
| | | | Submitted by: kris via bento
* - Update to 2.2.7.apav2004-01-266-44/+95
| | | | | PR: ports/61862 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
* - Fix build on -STABLEclement2004-01-241-0/+4
| | | | | | PR: 61806 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Reported by: bento via kris