Commit graph

6322 commits

Author SHA1 Message Date
Brendan Fabeny
65aefdf6e7 - Slightly simplify the fenv fix, and note that FreeBSD
7.3 and 7.4 no longer need the fix after the MFC of r203441 on
17 February 2010

- While here, remove MD5 checksums in distinfo

PR:		154742
Approved by:	makc, miwi (mentors, implicit)
		Li-Lun Wang (maintainer)
2011-02-22 18:37:57 +00:00
Brendan Fabeny
5a3e2aa497 - Fix the option to build profiling libraries as was done in
ports/150174 and ports/150549 for math/blas and math/lapack,
respectively.

- Remove the devel/binutils-related additions to MAKE_ENV,
as these are now done by default.

- Adjust linking

- Add a test target

- Bump PORTREVISION

PR:		154645
Approved by:	makc, miwi (mentors, implicit)
		Eijiro Shibusawa (maintainer)
2011-02-22 17:40:44 +00:00
Mark Linimon
ab8cdd08c3 Mark as broken: fails to fetch. (newer version is available).
Hat:		portmgr
2011-02-22 06:09:25 +00:00
Gerald Pfeifer
0a9ef43ed3 Update to libmpc version 0.9 which brings the following changes:
- New functions:
   . mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting
     between mpc type variables and C variables of type double _Complex
     or long double _Complex
   . mpc_sin_cos, computing simultaneously the sine and cosine
 - Speed-ups:
   . mpc_pow_si through binary exponentiation
   . mpc_pow_z when the exponent fits in a long
   . mpc_tan through the use of mpc_sin_cos
 - Bug fixes:
   . trigonometric functions: infinite loop due to overflow for large
     arguments
   . exp: close to infinite loop for argument close to 0
   . sqrt: close to infinite loop for argument close to 1
   . add_si: replaced macro by function, since the macro evaluated the
     same expression twice
 - Logging feature for debugging:
     ./configure --enable-logging
     #include "mpc-log.h" instead of #include "mpc.h"
2011-02-21 20:06:58 +00:00
Cheng-Lung Sung
fa17d847ec - Update to 0.6.5 2011-02-20 11:31:04 +00:00
Li-Wen Hsu
649b2fcd48 - Quick fix: py-bitarray should be in RUN_DEPENDS 2011-02-20 10:06:47 +00:00
Li-Wen Hsu
28d0044182 Add py-pybloom 1.0.3, a Probabilistic data structure. 2011-02-20 10:04:42 +00:00
Wen Heping
de1477d44b - Update to 1.004
ChangeLog: http://cpansearch.perl.org/src/JAWNSY/Math-Random-ISAAC-1.004/Changes
2011-02-20 08:18:23 +00:00
Wen Heping
8a28896145 - Update to 1.004
ChangeLog: http://cpansearch.perl.org/src/JAWNSY/Math-Random-ISAAC-XS-1.004/Changes
2011-02-20 08:15:53 +00:00
Li-Wen Hsu
1919ebd64c - Update to 0.5.4 2011-02-20 06:22:03 +00:00
Pietro Cerutti
df605311bd - Add a patch from upstream's GIT repository, which fixes a bug in
vtkJPEGWriter when writing to memory.

- Bump PORTREVISION

  Original commit:
  http://vtk.org/gitweb?p=VTK.git;a=commit;h=e938db39c2bbd730a060cb0cf95fec52e15d281a
2011-02-17 13:23:35 +00:00
Wen Heping
f40891a549 - Update to 1.0.1
PR:		ports/153758
Submitted by:	wenheping@gmail.com (myself)
Approved by:	maintainer
2011-02-17 11:29:36 +00:00
Maho Nakata
030a58883d LAPACKE is a standard C language APIs for LAPACK, which introduces
the following features[1]:
- row-major and column-major matrix layout controlled by the first function
parameter;
- an implementation with working arrays (middle-level interface) as well as
without working arrays (high-level interface);
- input scalars passed by value;
- error code as a return value instead of the INFO parameter.

[1] Intel Corporation. "C Interface to LAPACK" README. 2010.

WWW: http://www.netlib.org/lapack/

PR:             153045
Submitted by:   Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
2011-02-17 00:47:57 +00:00
Dennis Herrmann
6c7d6a292a - Update to 2011.02.13 2011-02-15 16:29:09 +00:00
Emanuel Haupt
7e63087785 Update to 15.4.4
Feature safe:	yes
2011-02-14 16:54:18 +00:00
Anton Berezin
b913778476 Update to 1.04.
Changes:	http://search.cpan.org/dist/Math-ConvexHull/Changes
2011-02-14 12:08:38 +00:00
Anton Berezin
ad757e8978 Update to 1.991.
Changes:	http://search.cpan.org/dist/Math-BigInt/CHANGES
2011-02-14 12:05:07 +00:00
Wen Heping
d2f2baa11a - Update to 0.17 2011-02-14 03:11:29 +00:00
Johan van Selst
86ffa88a10 Update to latest gap packages release 2011-02-12 16:13:05 +00:00
Johan van Selst
1bcf11304d - Update coq to 8.3pl1
- Remove obsoleted patch (fixed in dist)
2011-02-12 12:30:08 +00:00
Andrej Zverev
85b13ac345 Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.

Sponsored by:	p5 namespace
2011-02-12 09:30:23 +00:00
Martin Wilke
4212a766e0 The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is fl-core.

  The package contains code for basic functions in Fuzzy Logic for Octave.

WWW: http://octave.sourceforge.net/

PR:		ports/154580
Submitted by:	Stephen Montgomery-Smith <stephen at math.missouri.edu>
2011-02-10 16:28:42 +00:00
Emanuel Haupt
65a39b77d1 Update to 15.4.3
Feature safe: yes
2011-02-07 14:50:54 +00:00
Brendan Fabeny
067f883824 Update to 1.48
Approved by:	makc, miwi (mentors, implicit)
Feature safe:	yes
2011-02-07 07:41:28 +00:00
Brendan Fabeny
0645924890 Update to 1.9.3
Approved by:	makc, miwi (mentors, implicit)
Feature safe:	yes
2011-02-05 17:28:51 +00:00
Martin Wilke
a415342446 The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is fits.

The Octave-FITS package provides functions for reading, and writing FITS
(Flexible Image Transport System) files. The package supports uses the
libcfitsio library.

WWW: http://octave.sourceforge.net/

PR:		ports/153971
Submitted by:	Stephen Montgomery-Smith <stephen at math.missouri.edu>
Feature safe:	yes
2011-02-05 10:42:51 +00:00
Martin Wilke
3a12054a37 - Update to 1.2.1
PR:		153479
Submitted by:	Shin'ya Murakami <murashin@gfd-dennou.org> (maintainer)
Feature safe:	yes
2011-02-05 10:33:55 +00:00
Martin Wilke
dfd7d37431 - Correct pkg-message
PR:		154477
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe:	yes
2011-02-05 03:59:15 +00:00
Max Brazhnikov
5dd3c3599a Don't use hyphens in option names.
PR:		ports/154384
Reported by:	Eric Dedrick <dedrick+dated+1296768631.1ed402 at euclid.vbnm.net>
Patched by:	Stephen Montgomery-Smith (maintainer)
Feature safe:	yes
2011-01-31 21:05:48 +00:00
Anton Berezin
69a59fb0a9 Update to 0.26. Assign maintainer to perl@.
Changes: http://search.cpan.org/dist/Algorithm-Combinatorics/Changes
Feature safe:	yes
2011-01-31 09:41:54 +00:00
Martin Wilke
650d3e7b62 - Update to 1.0.8
PR:		153980
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe:	yes
2011-01-30 11:32:29 +00:00
Martin Wilke
41708fab30 - Update to 1.3.1
PR:		153979
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe:	yes
2011-01-30 11:32:27 +00:00
Martin Wilke
56b3ec5a2a - Updte to 0.1.13
PR:		153978
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe:	yes
2011-01-30 11:32:24 +00:00
Martin Wilke
31d033d63d - Update to 1.2.0
PR:		153977
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:21 +00:00
Martin Wilke
cf40bbadb1 - Update to 2.0.0
PR:		153976
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:19 +00:00
Martin Wilke
ca86e6c79a - Update to 1.0.13
PR:		153975
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:16 +00:00
Martin Wilke
ba88bfff2e - Update to 1.2.2
PR:		153974
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:13 +00:00
Martin Wilke
76ed7ebd47 - Update to 1.2.0
PR:		153973
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:10 +00:00
Martin Wilke
ad1c0b82d3 - Update to 0.8.2
PR:		153972
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:08 +00:00
Brendan Fabeny
5fe86857c4 - Update R to 2.12.1
- Bump PORTREVISION of
  dependent ports

Approved by:	makc, miwi (mentors, implicit)
		pav (portmgr)
Feature safe:	yes
2011-01-29 16:53:21 +00:00
Sunpoet Po-Chuan Hsieh
a278210450 - Bump PORTREVISION for gdal shlib change
Feature safe:	yes
2011-01-29 13:09:13 +00:00
Martin Wilke
45be0f9e94 - Update to 1.4
PR:		154301
Submitted by:	dikshie <dikshie@sfc.wide.ad.jp> (maintainer)
Feature safe:	yes
2011-01-29 06:23:16 +00:00
Emanuel Haupt
7d05c570df Update to 15.4.2
Feature safe: yes
2011-01-28 08:13:22 +00:00
Pietro Cerutti
fcf2d0dde3 - Unbreak make package stage by fixing plist
Feature safe:	yes
2011-01-25 09:49:44 +00:00
Brendan Fabeny
96f2b90c1d -Chase some silent upstream distfile changes
-Clean-up port Makefile

Approved by:	makc, miwi (mentors, implicit)
Feature safe:	yes
2011-01-24 04:12:29 +00:00
Pav Lucistnik
46e0bb1319 - Mark BROKEN: fails to package
Reported by:	pointyhat
Feature safe:	yes
2011-01-23 21:13:41 +00:00
Dennis Herrmann
ccb1c1d4f2 - Update to 2011.01.22
Feature safe:	yes
2011-01-23 10:54:05 +00:00
Emanuel Haupt
85c88ebb0d Update to 15.4.1 and add LICENSE
Feature safe:	yes
2011-01-22 21:43:15 +00:00
Pav Lucistnik
7a1d3a92cd - Add WWW and remove MD5
PR:		ports/154096
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Feature safe:	yes
2011-01-20 15:03:20 +00:00
Brendan Fabeny
db363c4d48 Update to 2.2.0
PR:		154053
Submitted by:	wen
Approved by:	makc, miwi (mentors, implicit)
Feature safe:	yes
2011-01-20 14:13:14 +00:00