Commit graph

22 commits

Author SHA1 Message Date
William Grzybowski
144ffdc527 science/py-netCDF4: support staging 2013-12-29 11:41:17 +00:00
Mathieu Arnold
02e619a5d8 - Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
2013-11-19 23:08:44 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Wen Heping
c067dfd131 - Update to 1.0.5 2013-08-21 02:49:33 +00:00
Martin Wilke
65990273d0 - Update to version 1.0.4
PR:		177915
Submitted by:	Ports Fury
2013-04-30 00:39:35 +00:00
Bryan Drewery
e24067f70e - Update to 1.0.2
- Remove ABI versions from LIB_DEPENDS

Feature safe:	yes
2012-11-27 03:28:28 +00:00
Wen Heping
21377a1174 - Update to 1.0.1
- Trim Makefile headers
- Reset maintainer to ports@
2012-10-07 03:55:19 +00:00
Wen Heping
05b7e29736 - Update to 0.9.9 2012-03-06 06:32:28 +00:00
Wen Heping
27d479e5c2 - Update to 0.9.8 2011-10-26 02:07:42 +00:00
Wen Heping
0278039e54 - Update to 0.97 2011-08-25 11:39:43 +00:00
Sunpoet Po-Chuan Hsieh
d3ddb2e80f - Bump PORTREVISION for science/hdf5-18 shlib change 2011-07-15 07:00:46 +00:00
Wen Heping
6d884979d6 - Update to 0.9.4 2011-06-03 01:25:30 +00:00
Sunpoet Po-Chuan Hsieh
4220347afa - Bump PORTREVISION for science/netcdf4 shlib change 2011-04-12 15:17:34 +00:00
Wen Heping
3879149d6f - Update to 0.9.3 2010-10-29 01:41:56 +00:00
Wen Heping
555f6ed837 - Update to 0.9.2 2010-09-25 06:49:28 +00:00
Wen Heping
4e248fdb7d - Update to 0.9.1 2010-04-11 23:28:17 +00:00
Wen Heping
7606bddc6a - Update to 0.9
- Update my mail address to FreeBSD
2010-02-10 07:41:13 +00:00
Rong-En Fan
18581ecd56 - Update science/netcdf4 to 4.0.1
- Bump PORTREVISION for dependent ports

PR:		ports/136377
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Feature safe:	yes
2009-09-26 15:11:38 +00:00
Ion-Mihai Tetcu
29837fb06a Fix with custom LOCALBASE/PREFIX
Submitted by:	maintainer
Reported by:	QATty
2009-07-04 10:37:00 +00:00
Martin Wilke
24401d140b - Update to 0.8.1
PR:		135907
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-24 20:57:37 +00:00
Martin Wilke
7d22134ae1 netCDF version 4 has many features not found in earlier versions of the
library and is implemented on top of HDF5. This module can read and
write files in both the new netCDF 4 and the old netCDF 3 format, and
can create files that are readable by HDF5 clients. The API modelled
after Scientific.IO.NetCDF, and should be familiar to users of that
module.

Many new features of netCDF 4 are implemented, such as multiple
unlimited dimensions, groups and zlib data compression. All the new
primitive data types (such as 64 bit and unsigned integer types) are
implemented, except variable-length strings (NC_STRING). User defined
data types (compound, vlen, enum etc.) are not supported.

WWW:  http://code.google.com/p/netcdf4-python/

PR:		ports/131866
Submitted by:	wenheping at gmail.com
2009-02-23 20:18:45 +00:00