Commit Graph

2352 Commits

Author SHA1 Message Date
Kris Kennaway
dd3699e8e3 BROKEN on 5.x: Does not compile 2004-06-19 09:27:37 +00:00
Kris Kennaway
feba77f645 BROKEN on amd64: Shared libraries must be compiled with -fPIC 2004-06-19 09:26:43 +00:00
Pav Lucistnik
55b9bdd478 Add mbasecalc, a Programmer's Calculator.
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>
2004-06-16 21:27:26 +00:00
Pav Lucistnik
a656efe21e - Update to 0.4.2
PR:		ports/67992
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
2004-06-16 20:49:18 +00:00
Kirill Ponomarev
8206cd103d - Fix WWW:
PR:		ports/67956
Submitted by:	Pedro Giffuni <giffunip@asme.org>
2004-06-15 07:19:06 +00:00
Andrey A. Chernov
6594e43353 Explicitly specify CONFIGURE_TARGET to disable configure warning 2004-06-14 03:33:24 +00:00
Greg Lewis
36c6adfbaa . Update to 4.0.0. [1]
. Use OPTIONS.		[2]

PR:		65717 [1]
Submitted by:	Ports Fury [1]
		Morten Rodal <morten@rodal.no> [1] [2]
2004-06-12 20:13:45 +00:00
Alex Dupre
435656c80d Update to 4.1.3 release:
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.
2004-06-09 22:49:30 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Alexander Nedotsukov
b1cd6bae83 Backout 4.4.8 version which is actually from GNOME 2.7 series. 2004-06-09 06:25:55 +00:00
Thierry Thomas
72d755001d Don't use gettext if not needed. 2004-06-08 18:47:58 +00:00
Alexander Nedotsukov
c4a975c760 Update to 4.4.8 2004-06-08 11:56:46 +00:00
Thierry Thomas
cab21309cc - unbreak;
- do some cleaning.
2004-06-07 21:27:03 +00:00
Markus Brueffer
35ac76329d Don't use Makefile.kde anymore 2004-06-06 01:35:04 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Alexander Leidinger
e52ec612d6 Mark DEPRECATED, libgmp-freebsd is no longer used by any FreeBSD port
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
2004-06-02 17:18:49 +00:00
Alexander Leidinger
eb05069865 Deal with the libgmp dependency properly:
- 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
2004-06-02 17:18:39 +00:00
Pav Lucistnik
a9a161ba3d - Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned malloc
PR:		ports/67393
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-31 10:13:40 +00:00
Kris Kennaway
2478d334ea Don't create bogus doc directory 2004-05-31 09:02:54 +00:00
Dmitry Sivachenko
f274127a8b Update to version 4.4. 2004-05-31 07:28:33 +00:00
Kris Kennaway
787ccebeea BROKEN on amd64: Needs to link against shared library 2004-05-30 07:08:25 +00:00
Kirill Ponomarev
2a7f4a1d82 - Update to version 1.2.6
PR:		ports/67294
Submitted by:	Ports Fury
2004-05-28 18:36:03 +00:00
Pav Lucistnik
c01ec2e566 - Build and install fftwf library
- Add new knob to enable SSE optimizations

PR:		ports/67271
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-28 18:02:43 +00:00
Joseph Koshy
dbb37b7e94 A graph manipulation library for Objective Caml. 2004-05-28 02:29:40 +00:00
Christian Weisgerber
fb552ecb61 Update to 1.2.3:
- Small fixes.
- Translation updates.
2004-05-27 20:11:34 +00:00
Pav Lucistnik
ab9154efa7 Add jags, Just Another Gibbs Sampler. A program for Bayesian analysis of
graphical models via Gibbs sampling, not wholy unlike classic BUGS.

PR:		ports/66648
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-05-27 15:18:45 +00:00
Pav Lucistnik
b7573a254f - Drop pkg-message, author removed restriction from licence
PR:		ports/66798
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2004-05-25 00:39:32 +00:00
Pav Lucistnik
073465023a - Drop unneeded dependency on Perl
PR:		ports/66759
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-05-25 00:33:10 +00:00
Lars Koeller
7d376c7864 o) Unbreak compilation error on FreeBSD 5.2 (remove patch-ai) 2004-05-24 18:59:13 +00:00
Pav Lucistnik
6b8fe3db6b - Split libgsf port to two standalone ports:
* 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)
2004-05-22 20:56:52 +00:00
Maho Nakata
942835b9a7 Fix build dependency (math/blacs)
Submitted by:	kris
2004-05-21 20:17:32 +00:00
Maho Nakata
aa4f167586 [1] broken for 4-STABLE
[2] add math/qhull

Submitted by:	Kay Lehmann <kay_lehmann@web.de> [1] and [2]
		kris [1]
2004-05-21 20:12:42 +00:00
Erwin Lansing
c397881610 use SITE_PERL 2004-05-21 08:22:11 +00:00
Erwin Lansing
5ff5f8e015 Fix perl port of the day as a present for kris.
Happy birthday!

Mark IGNORE for perl < 5.6.0
2004-05-21 08:21:55 +00:00
Kirill Ponomarev
7c6788cf66 - Update MASTER_SITES
PR:		ports/66794
Submitted by:	maintainer
2004-05-18 09:23:05 +00:00
Kirill Ponomarev
99e3ad7b18 - Update to version 1.0.0
PR:		ports/66754
Submitted by:	Ports Fury
2004-05-17 18:40:46 +00:00
Ying-Chieh Liao
a26973ab7c add perl5 build depend
Noticed by:	bento via kris
2004-05-17 01:49:02 +00:00
Kirill Ponomarev
27767bdbe5 Add libRmath 1.9.0, the standalone math library from R.
PR:		ports/66644
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-05-15 15:34:15 +00:00
Ying-Chieh Liao
08ee6ea9df add lambda 0.1.4
A lambda calculus interpreter
2004-05-14 01:33:15 +00:00
Sergey Skvortsov
28d24d2e67 Updated to 1.03 2004-05-11 08:24:19 +00:00
Maho Nakata
7938534b67 This version of octave-forge doens't compile any more with the
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>
2004-05-10 18:25:13 +00:00
Volker Stolz
bef3401b9e Initiate de-orbit burn: Even the mastersite warns not to use the outdated
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.
2004-05-10 08:42:25 +00:00
Kirill Ponomarev
82198a6556 - Update to version 1.2.5
PR:		ports/66395
Submitted by:	Ports Fury
2004-05-09 18:18:15 +00:00
Maho Nakata
48216a14b5 Add math/octave-forge, adding many features such as sparce matrix treatment,
fast fourier transformation, Statistics, Optimizations and more to
math/octave.
2004-05-07 22:24:59 +00:00
Thierry Thomas
60828c4c31 Upgrade to 1.40. 2004-05-06 21:45:22 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Maho Nakata
baff57de2a update to 2.1.57 2004-05-06 19:08:08 +00:00
Alexander Nedotsukov
2047132176 Update to 1.2.12 2004-05-06 09:35:26 +00:00
Maho Nakata
b5510ea8dd update to 2.1.53 2004-05-05 17:49:42 +00:00
Volker Stolz
c56858c3bd Unbreak on -STABLE.
Having -pipe in CFLAGS would break the build:
http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673

Approved by: linimon (mentor)
2004-05-04 13:56:39 +00:00