Commit Graph

2166 Commits

Author SHA1 Message Date
Kris Kennaway
f816205962 Utilize the EXPIRATION_DATE tag for these ports scheduled for removal. 2004-02-22 01:22:46 +00:00
Kris Kennaway
9e9dcdd897 BROKEN on 4.x: does not compile 2004-02-21 22:13:46 +00:00
Joe Marcus Clarke
ad8522a92e Update to 4.3.46. 2004-02-20 22:44:13 +00:00
Greg Lewis
9404716e92 Add a port of ndiff:
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>
2004-02-18 22:02:39 +00:00
Tilman Keskinoz
ee4f10cac0 Use QT3 instead of QT2.
Bump PORTREVISION.
2004-02-17 13:40:10 +00:00
Tilman Keskinoz
fba3b1ed05 Fix build on AMD64 2004-02-17 12:59:08 +00:00
Dag-Erling Smørgrav
47ce888c2f Update to 8.2. 2004-02-17 12:58:26 +00:00
Philip Paeps
3e8eb108c8 o Fix installation on bento
o Change my email address

Noticed by:	bento, kris
Approved by:	kris
2004-02-17 12:00:18 +00:00
Kris Kennaway
b2f7298fa6 BROKEN on 5.x: does not compile 2004-02-17 10:43:25 +00:00
Mark Linimon
c78fde94f8 Update to 0.98J: add animations. Informed maintainer. 2004-02-17 07:39:42 +00:00
Akinori MUSHA
80e9515aaa Update to 0.5.3
PR:		ports/62803
Submitted by:	Shin'ya Murakami <murashin@edamame.summing.com>

Add build time dependency to ruby-narray.
2004-02-17 03:53:44 +00:00
Akinori MUSHA
7a13e6351f Update to 0.5.7p1 which now supports ruby 1.8.
PR:		ports/62868
Submitted by:	Shin'ya Murakami <murashin@edamame.summing.com>
2004-02-17 03:44:48 +00:00
Kris Kennaway
73bef6a52c BROKEN: Unfetchable. This port is scheduled for removal on April 16 if it
is still broken at that time.
2004-02-16 23:34:14 +00:00
Kris Kennaway
912e22d315 BROKEN: Checksum mismatch. This port is scheduled for removal on April 16
if it is still broken at that time.
2004-02-16 23:31:49 +00:00
Alexander Nedotsukov
09bf4feb5e Update to 4.3.44 2004-02-14 01:35:24 +00:00
Kirill Ponomarev
5468e294aa - Update to version 20040214
- Fix build on 5.x and amd64

PR:		ports/62795
Submitted by:	maintainer
2004-02-13 21:19:23 +00:00
Mark Linimon
5d0646b06c During building executables on FreeBSD 4.X the "undefined reference to
`pthread_*'" was thrown.  Fix this, and also some other cosmetic bugs.

PR:		ports/62446
Submitted by:	Mykola Khotyaintsev <ko@irfu.se> (maintainer)
2004-02-13 03:53:48 +00:00
Clement Laforet
1fb68855c7 Update to 1.38
PR:             62668
Submitted by:   Thierry Thomas <thierry@pompo.net> (maintainer)
2004-02-11 17:34:01 +00:00
Anton Berezin
641b394d26 Update to 1.69.
Submitted by:	mat
2004-02-11 09:43:55 +00:00
Kirill Ponomarev
ffa3bf9e8a - Update to version 5.3.0
PR:		ports/62641
Submitted by:	Ports Fury
2004-02-10 15:39:09 +00:00
Michael Nottebrock
82911b32af Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION. 2004-02-09 22:15:11 +00:00
Mark Linimon
533376ab7a Bento fix: convert the pre-fetch test for the existance of the
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.
2004-02-09 10:33:10 +00:00
Kris Kennaway
3ffd4af207 BROKEN with perl 5.8: Does not install 2004-02-09 02:41:35 +00:00
Kris Kennaway
5155c246bd BROKEN on 5.x: broken pkg-plist 2004-02-09 01:41:12 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Joe Marcus Clarke
aee6ddcd9a Update to 1.2.6. 2004-02-08 00:54:28 +00:00
Kris Kennaway
98462724c8 This port is broken on 4.x too, and will be removed after April 7. 2004-02-07 23:45:50 +00:00
Kris Kennaway
37b36b9f67 BROKEN on 5.x: does not compile 2004-02-07 23:29:51 +00:00
Oliver Lehmann
0416e0a44c fix build on current 2004-02-07 13:54:10 +00:00
Mark Linimon
2637aaf14e Update to 1.2.2. See ChangeLog for complete list of bugfixes. New features:
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>
2004-02-07 04:42:47 +00:00
Kirill Ponomarev
857e094afe - Fix build on -current
PR:		ports/62431
Submitted by:	Ports Fury
2004-02-06 14:16:24 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Alex Dupre
ef51f8de1b Add NO_LATEST_LINK=yes.
Noticed by:	kris
Approved by:	nork (mentor/implicitly)
2004-02-06 11:17:41 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Michael Nottebrock
be4bd12cec RUN_DEPENDS on gnupg, CONFLICTS with kgpg.
Submitted by:	lioux
2004-02-05 14:20:55 +00:00
Kris Kennaway
f88ab08257 BROKEN: Does not compile on 5.x 2004-02-05 06:00:34 +00:00
Michael Nottebrock
38a92d46fe Update to KDE 3.2.0
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.
2004-02-05 01:23:10 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Joe Marcus Clarke
48afb2e934 Update to 4.3.42. 2004-02-03 23:29:26 +00:00
Greg Lewis
12fefe3233 . Fix the Java include path (bsd -> freebsd).
PR:		62314
Submitted by:	Mykola Khotyaintsev <ko@irfu.se> (maintainer)
2004-02-03 19:14:29 +00:00
Kirill Ponomarev
2f2429ab6b - Utilize USE_GNOME
- Fix pkg-plist

PR:		ports/62264
Submitted by:	Ports Fury
2004-02-02 16:20:02 +00:00
Tilman Keskinoz
c2ac031ce0 Add conflicts
PR:		62103
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-02 11:17:04 +00:00
Kris Kennaway
0dfee4423b Remove the broken ruby-gsl port 2004-02-02 09:23:46 +00:00
Pav Lucistnik
774d8de4d1 - Add another master site
Reported by:	bento via kris
2004-02-02 07:57:38 +00:00
Bill Fenner
c817fa8a14 Upgrade to 0.90.7.1, which contains the patches from the port and
fixes building using gcc-3.3.
2004-02-02 02:07:35 +00:00
Maho Nakata
c70d1984b9 1) possible build fix on ia64 archs
2) remove some make xconfig
3) move PKGNAMESUFFIX appropreate position

PR:		61995
Submitted by:	hrs
2004-02-01 06:55:14 +00:00
Maho Nakata
f73c1421f5 math/atlas should not LIB_DEPENDS on math/lapack.
lapack is required only for building.

PR:		61963
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2004-02-01 02:04:48 +00:00
Pav Lucistnik
a70ff663d4 - Add missed dependency on Perl
Reported by:	bento via kris
2004-01-31 13:59:36 +00:00
Mark Linimon
39e1c1961c Workaround for problems installing this port on systems with emacs
already installed.  While here, fixed plist.

PR:		ports/62029
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
2004-01-31 08:10:58 +00:00