Commit graph

2364 commits

Author SHA1 Message Date
Kirill Ponomarev
f401c0eb04 Fix OPTIONS
PR:		ports/68388
Submitted by:	Ports Fury
2004-06-27 18:12:21 +00:00
Kirill Ponomarev
76a9fa4ba5 Update to version 0.9.13
PR:		ports/68387
Submitted by:	Ports Fury
2004-06-27 18:12:01 +00:00
Pav Lucistnik
60a95a1e2a - Fix WITH_SSE on 4.x by using gcc-3.3
- Update MASTER_SITES

PR:		ports/68407
Submitted by:	michael johnson <ahze@rgv.net> (maintainer)
2004-06-27 14:16:45 +00:00
Pav Lucistnik
db351d8767 Add ruby-fftw3, Ruby bindins for fftw3 library.
PR:		ports/68310
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-06-26 23:07:23 +00:00
Pav Lucistnik
fb03093ffd - Update to 1.9.1
PR:		ports/68336
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-06-25 22:02:52 +00:00
Greg Lewis
8a9a4fef12 . Chase print/pdflib updates. While this change fixes compilation and is
my best guess at what needs to happen so far, PDF file generation
  currently appears broken.
2004-06-25 16:33:57 +00:00
Pav Lucistnik
8667546bac - Update to 1.9.1
PR:		ports/68295
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-06-25 16:14:44 +00:00
Alex Dupre
6861478f03 - Chase the pdflib shared library
- Bump PORTREVISION
2004-06-25 11:24:25 +00:00
Mario Sergio Fujikawa Ferreira
70a15e78fc Drop maintainership 2004-06-24 14:28:12 +00:00
Volker Stolz
2a868cfcc4 Unbreak: Add dependency on devel/readline for systems that need it 2004-06-23 09:14:04 +00:00
Kris Kennaway
ea40e72670 Remove BROKEN tag now that the port has been fixed. 2004-06-21 21:28:56 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
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